BOSS
7.1.2
BESIII Offline Software System
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
c
d
e
g
h
i
l
m
n
o
p
r
s
t
Enumerations
Enumerator
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
v
w
Enumerations
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
v
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Related Symbols
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
w
x
Files
File List
File Members
All
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
!
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
h
i
j
k
l
m
n
p
r
s
t
u
v
w
z
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
▼
BOSS
Used Packages
Requirements
►
How to use the ERS package
Todo List
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
7.1.2
►
Analysis
►
BesCxxPolicy
►
BesExamples
►
BesPolicy
►
Calibration
►
Control
►
Database
►
DetectorDescription
►
DistBoss
►
DQA
►
Emc
►
Event
►
EventDisplay
►
EventFilter
►
EvtPreSelect
►
External
►
Generator
►
InstallArea
►
LumTauAlg
►
MagneticField
►
Mdc
►
Muc
►
OfflineEvtFilter
►
Reconstruction
►
RootPolicy
►
Simulation
►
Tof
►
Trigger
▼
Utilities
►
BeamEnergySvc
►
BestDTagSvc
►
BesTimerSvc
▼
BFieldCorr
▼
BFieldCorr-00-01-00
▼
BFieldCorr
►
BFieldCorr.h
►
src
►
DetVerSvc
►
DummyLoadOldROOT
►
JobInfoSvc
►
MeasuredEcmsSvc
►
ScanEnergySvc
►
SimplePIDSvc
►
Validation
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
BFieldCorr.h
Go to the documentation of this file.
1
#ifndef _BFIELDCORR_H_
2
#define _BFIELDCORR_H_
3
4
/*****************************************************************************
5
* Project: B Field Correction *
6
* Package: BFieldCorr *
7
* File: BFieldCorr.h $v1 2013/11/14$ *
8
* Authors: *
9
* Tian MA, mat@ihep.ac.cn *
10
* *
11
*****************************************************************************/
12
13
#include "GaudiKernel/AlgFactory.h"
14
#include "GaudiKernel/Algorithm.h"
15
#include "GaudiKernel/NTuple.h"
16
#include "CLHEP/Matrix/SymMatrix.h"
17
using
CLHEP::HepSymMatrix;
18
19
class
BFieldCorr
:
public
Algorithm
20
{
21
public
:
22
BFieldCorr
(
const
std::string& name, ISvcLocator* pSvcLocator);
23
StatusCode
initialize
();
24
StatusCode
execute
();
25
StatusCode
finalize
();
26
27
private
:
28
double
m_factor;
// B Field correction factor
29
30
HepSymMatrix m_Ew;
// conversion matrix
31
int
RUN_BEGIN_10;
32
int
RUN_END_10;
33
int
RUN_BEGIN_11;
34
int
RUN_END_11;
35
};
19
class
BFieldCorr
:
public
Algorithm {
…
};
36
#endif
//_BFIELDCORR_H_
BFieldCorr
Definition
BFieldCorr.h:20
BFieldCorr::finalize
StatusCode finalize()
Definition
BFieldCorr.cxx:152
BFieldCorr::BFieldCorr
BFieldCorr(const std::string &name, ISvcLocator *pSvcLocator)
Definition
BFieldCorr.cxx:46
BFieldCorr::initialize
StatusCode initialize()
Definition
BFieldCorr.cxx:51
BFieldCorr::execute
StatusCode execute()
Definition
BFieldCorr.cxx:69
7.1.2
Utilities
BFieldCorr
BFieldCorr-00-01-00
BFieldCorr
BFieldCorr.h
Generated by
1.12.0