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
HltObjMaker_entries.cxx
Go to the documentation of this file.
1
#include "GaudiKernel/DeclareFactoryEntries.h"
2
#include "HltAlgorithms/CheckEFResult.h"
3
#include "HltAlgorithms/EFtoTDS.h"
4
5
#include "HltAlgorithms/EFProcessCluster.h"
6
#include "HltAlgorithms/EFGlobalEnergy.h"
7
#include "HltAlgorithms/EFDetectorHits.h"
8
#include "HltAlgorithms/EFFlightTime.h"
9
#include "HltAlgorithms/EFChargedTrack.h"
10
#include "HltAlgorithms/EFSectorHits.h"
11
12
DECLARE_ALGORITHM_FACTORY
(
CheckEFResult
)
13
DECLARE_ALGORITHM_FACTORY
(
EFtoTDS
)
14
15
DECLARE_ALGORITHM_FACTORY
(
EFProcessCluster
)
16
DECLARE_ALGORITHM_FACTORY
(
EFGlobalEnergy
)
17
DECLARE_ALGORITHM_FACTORY
(
EFDetectorHits
)
18
DECLARE_ALGORITHM_FACTORY
(
EFFlightTime
)
19
DECLARE_ALGORITHM_FACTORY
(
EFChargedTrack
)
20
DECLARE_ALGORITHM_FACTORY
(
EFSectorHits
)
21
22
DECLARE_FACTORY_ENTRIES
( HltAlgorithms ) {
23
DECLARE_ALGORITHM(
CheckEFResult
);
24
DECLARE_ALGORITHM(
EFtoTDS
);
25
26
DECLARE_ALGORITHM(
EFProcessCluster
);
27
DECLARE_ALGORITHM(
EFGlobalEnergy
);
28
DECLARE_ALGORITHM(
EFDetectorHits
);
29
DECLARE_ALGORITHM(
EFFlightTime
);
30
DECLARE_ALGORITHM(
EFChargedTrack
);
31
DECLARE_ALGORITHM(
EFSectorHits
);
32
33
}
DECLARE_FACTORY_ENTRIES
DECLARE_FACTORY_ENTRIES(HltAlgorithms)
Definition:
HltObjMaker_entries.cxx:22
DECLARE_ALGORITHM_FACTORY
DECLARE_ALGORITHM_FACTORY(ReadRawData)
CheckEFResult
Definition:
EventFilter/HltUtilities/HltAlgorithms/HltAlgorithms-01-03-01/HltAlgorithms/CheckEFResult.h:18
EFChargedTrack
Definition:
EventFilter/HltUtilities/HltAlgorithms/HltAlgorithms-01-03-01/HltAlgorithms/EFChargedTrack.h:16
EFDetectorHits
Definition:
EventFilter/HltUtilities/HltAlgorithms/HltAlgorithms-01-03-01/HltAlgorithms/EFDetectorHits.h:16
EFFlightTime
Definition:
EventFilter/HltUtilities/HltAlgorithms/HltAlgorithms-01-03-01/HltAlgorithms/EFFlightTime.h:15
EFGlobalEnergy
Definition:
EventFilter/HltUtilities/HltAlgorithms/HltAlgorithms-01-03-01/HltAlgorithms/EFGlobalEnergy.h:16
EFProcessCluster
Definition:
EventFilter/HltUtilities/HltAlgorithms/HltAlgorithms-01-03-01/HltAlgorithms/EFProcessCluster.h:14
EFSectorHits
Definition:
EventFilter/HltUtilities/HltAlgorithms/HltAlgorithms-01-03-01/HltAlgorithms/EFSectorHits.h:13
EFtoTDS
Definition:
EventFilter/HltUtilities/HltAlgorithms/HltAlgorithms-01-03-01/HltAlgorithms/EFtoTDS.h:9
source
EventFilter
HltUtilities
HltAlgorithms
HltAlgorithms-01-03-01
src
components
HltObjMaker_entries.cxx
Generated by
1.9.6