BOSS
7.0.4
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
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
_
e
f
g
h
i
l
m
o
p
r
s
t
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
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
d
e
g
h
p
r
s
t
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
DedxCalibAlg_entries.cxx
Go to the documentation of this file.
1
#include "GaudiKernel/DeclareFactoryEntries.h"
2
#include "DedxCalibAlg/DedxCalibEvent.h"
3
#include "DedxCalibAlg/DedxCalibRunByRun.h"
4
#include "DedxCalibAlg/DedxCalibWireGain.h"
5
#include "DedxCalibAlg/DedxCalibLayerGain.h"
6
#include "DedxCalibAlg/DedxCalibDocaEAng.h"
7
#include "DedxCalibAlg/DedxCalibEAng.h"
8
#include "DedxCalibAlg/DedxCalibCostheta.h"
9
#include "DedxCalibAlg/DedxCalibMomentum.h"
10
11
DECLARE_ALGORITHM_FACTORY
(
DedxCalibEvent
)
12
DECLARE_ALGORITHM_FACTORY
(
DedxCalibRunByRun
)
13
DECLARE_ALGORITHM_FACTORY
(
DedxCalibWireGain
)
14
DECLARE_ALGORITHM_FACTORY
(
DedxCalibLayerGain
)
15
DECLARE_ALGORITHM_FACTORY
(
DedxCalibDocaEAng
)
16
DECLARE_ALGORITHM_FACTORY
(
DedxCalibEAng
)
17
DECLARE_ALGORITHM_FACTORY
(
DedxCalibCostheta
)
18
DECLARE_ALGORITHM_FACTORY
(
DedxCalibMomentum
)
19
20
DECLARE_FACTORY_ENTRIES
( DedxCalibAlg )
21
{
22
DECLARE_ALGORITHM(
DedxCalibEvent
);
23
DECLARE_ALGORITHM(
DedxCalibRunByRun
);
24
DECLARE_ALGORITHM(
DedxCalibWireGain
);
25
DECLARE_ALGORITHM(
DedxCalibLayerGain
);
26
DECLARE_ALGORITHM(
DedxCalibDocaEAng
);
27
DECLARE_ALGORITHM(
DedxCalibEAng
);
28
DECLARE_ALGORITHM(
DedxCalibCostheta
);
29
DECLARE_ALGORITHM(
DedxCalibMomentum
);
30
}
DECLARE_FACTORY_ENTRIES
DECLARE_FACTORY_ENTRIES(DedxCalibAlg)
Definition:
DedxCalibAlg_entries.cxx:20
DECLARE_ALGORITHM_FACTORY
DECLARE_ALGORITHM_FACTORY(ReadRawData)
DedxCalibCostheta
Definition:
InstallArea/include/DedxCalibAlg/DedxCalibAlg/DedxCalibCostheta.h:13
DedxCalibDocaEAng
Definition:
InstallArea/include/DedxCalibAlg/DedxCalibAlg/DedxCalibDocaEAng.h:12
DedxCalibEAng
Definition:
InstallArea/include/DedxCalibAlg/DedxCalibAlg/DedxCalibEAng.h:11
DedxCalibEvent
Definition:
InstallArea/include/DedxCalibAlg/DedxCalibAlg/DedxCalibEvent.h:9
DedxCalibLayerGain
Definition:
InstallArea/include/DedxCalibAlg/DedxCalibAlg/DedxCalibLayerGain.h:10
DedxCalibMomentum
Definition:
InstallArea/include/DedxCalibAlg/DedxCalibAlg/DedxCalibMomentum.h:13
DedxCalibRunByRun
Definition:
InstallArea/include/DedxCalibAlg/DedxCalibAlg/DedxCalibRunByRun.h:10
DedxCalibWireGain
Definition:
InstallArea/include/DedxCalibAlg/DedxCalibAlg/DedxCalibWireGain.h:10
source
Mdc
DedxCalibAlg
DedxCalibAlg-00-01-15
src
components
DedxCalibAlg_entries.cxx
Generated by
1.9.6