BOSS
7.0.9
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
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
v
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 Functions
:
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
g
h
i
j
k
l
m
n
p
q
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
•
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
};
36
#endif
//_BFIELDCORR_H_
BFieldCorr
Definition:
BFieldCorr.h:20
BFieldCorr::finalize
StatusCode finalize()
Definition:
BFieldCorr.cxx:151
BFieldCorr::initialize
StatusCode initialize()
Definition:
BFieldCorr.cxx:50
BFieldCorr::execute
StatusCode execute()
Definition:
BFieldCorr.cxx:68
source
Utilities
BFieldCorr
BFieldCorr-00-00-02
BFieldCorr
BFieldCorr.h
Generated by
1.9.6