ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
D3PDMaker
D3PDMakerCoreComps
src
components
D3PDMakerCoreComps_entries.cxx
Go to the documentation of this file.
1
#include "
../MakerAlg.h
"
2
#include "
../DummyInitAlg.h
"
3
#include "
../DummyVarFillerTool.h
"
4
#include "
../CollectionGetterRegistryTool.h
"
5
#include "
../ObjFillerTool.h
"
6
#include "
../VoidObjFillerTool.h
"
7
#include "
../VectorFillerTool.h
"
8
#include "
../ContainedAssociationFillerTool.h
"
9
#include "
../IndexAssociationFillerTool.h
"
10
#include "
../IndexFillerTool.h
"
11
#include "
../ContainedMultiAssociationFillerTool.h
"
12
#include "
../ContainedVectorMultiAssociationFillerTool.h
"
13
#include "
../IndexMultiAssociationFillerTool.h
"
14
#include "
../SGObjGetterTool.h
"
15
#include "
../SGDataVectorGetterTool.h
"
16
#include "
../AuxDataFillerTool.h
"
17
#include "
../SelectedParticlesFilterTool.h
"
18
#include "
../ContainerFlagFillerTool.h
"
19
#include "
../IdentityAssociationTool.h
"
20
#include "
../FirstAssociationTool.h
"
21
22
23
DECLARE_COMPONENT
(
D3PD::MakerAlg
)
24
DECLARE_COMPONENT
(
D3PD::DummyInitAlg
)
25
DECLARE_COMPONENT
(
D3PD::DummyVarFillerTool
)
26
DECLARE_COMPONENT
(
D3PD::CollectionGetterRegistryTool
)
27
DECLARE_COMPONENT
(
D3PD::ObjFillerTool
)
28
DECLARE_COMPONENT
(
D3PD::VoidObjFillerTool
)
29
DECLARE_COMPONENT
(
D3PD::VectorFillerTool
)
30
DECLARE_COMPONENT
(
D3PD::ContainedAssociationFillerTool
)
31
DECLARE_COMPONENT
(
D3PD::IndexAssociationFillerTool
)
32
DECLARE_COMPONENT
(
D3PD::IndexFillerTool
)
33
DECLARE_COMPONENT
(
D3PD::ContainedMultiAssociationFillerTool
)
34
DECLARE_COMPONENT
(
D3PD::ContainedVectorMultiAssociationFillerTool
)
35
DECLARE_COMPONENT
(
D3PD::IndexMultiAssociationFillerTool
)
36
DECLARE_COMPONENT
(
D3PD::SGObjGetterTool
)
37
DECLARE_COMPONENT
(
D3PD::SGDataVectorGetterTool
)
38
DECLARE_COMPONENT
(
D3PD::AuxDataFillerTool
)
39
DECLARE_COMPONENT
(
D3PD::SelectedParticlesFilterTool
)
40
DECLARE_COMPONENT
(
D3PD::ContainerFlagFillerTool
)
41
DECLARE_COMPONENT
(
D3PD::IdentityAssociationTool
)
42
DECLARE_COMPONENT
(
D3PD::FirstAssociationTool
)
43
AuxDataFillerTool.h
Copy aux data to D3PD.
CollectionGetterRegistryTool.h
Tool to keep a registry of collection getter tools.
ContainedAssociationFillerTool.h
Represent a single association by containment.
ContainedMultiAssociationFillerTool.h
Represent a multiple association by containment.
ContainedVectorMultiAssociationFillerTool.h
Represent a multiple association by containment inside vectors.
ContainerFlagFillerTool.h
Flag objects that are present in other containers.
DummyInitAlg.h
Work around initialization ordering problems.
DummyVarFillerTool.h
Create an empty variable in the D3PD.
FirstAssociationTool.h
IdentityAssociationTool.h
IndexAssociationFillerTool.h
Represent a single association by index.
IndexFillerTool.h
Fill an index of an object within a container.
IndexMultiAssociationFillerTool.h
Represent a multiple association by index.
MakerAlg.h
Algorithm to create a D3PD tree.
DECLARE_COMPONENT
DECLARE_COMPONENT(MuonGMR4::ReadoutGeomCnvAlg)
ObjFillerTool.h
Object filler tool for a single object.
SGDataVectorGetterTool.h
Getter tool to retrieve DataVector/List collections from StoreGate.
SGObjGetterTool.h
Getter tool to retrieve single objects from StoreGate.
SelectedParticlesFilterTool.h
VectorFillerTool.h
Object filler tool for a collection of objects, saved as vectors.
VoidObjFillerTool.h
Object filler tool for tools taking no input.
D3PD::AuxDataFillerTool
Copy aux data to D3PD.
Definition
AuxDataFillerTool.h:35
D3PD::CollectionGetterRegistryTool
Tool to keep a registry of collection getter tools.
Definition
CollectionGetterRegistryTool.h:47
D3PD::ContainedAssociationFillerTool
Represent a single association by containment.
Definition
ContainedAssociationFillerTool.h:54
D3PD::ContainedMultiAssociationFillerTool
Represent a multiple association by containment.
Definition
ContainedMultiAssociationFillerTool.h:58
D3PD::ContainerFlagFillerTool
Flag objects that are present in other containers.
Definition
ContainerFlagFillerTool.h:42
D3PD::DummyInitAlg
Work around initialization ordering problems.
Definition
DummyInitAlg.h:40
D3PD::DummyVarFillerTool
Create an empty variable in the D3PD.
Definition
DummyVarFillerTool.h:31
D3PD::FirstAssociationTool
Choose the first result from a multiple association.
Definition
FirstAssociationTool.h:39
D3PD::IdentityAssociationTool
A generic identity association; i.e., one that simply returns its input.
Definition
IdentityAssociationTool.h:34
D3PD::IndexFillerTool
Fill an index of an object within a container.
Definition
IndexFillerTool.h:32
D3PD::MakerAlg
Algorithm to create a D3PD tree.
Definition
MakerAlg.h:46
D3PD::ObjFillerTool
Object filler tool for a single object.
Definition
ObjFillerTool.h:52
D3PD::SGDataVectorGetterTool
Getter tool to retrieve DataVector/List collections from StoreGate.
Definition
SGDataVectorGetterTool.h:55
D3PD::SGObjGetterTool
Getter tool to retrieve single objects from StoreGate.
Definition
SGObjGetterTool.h:48
D3PD::SelectedParticlesFilterTool
A collection getter that filters the results of another based on the contents of a SelectedParticles ...
Definition
SelectedParticlesFilterTool.h:46
D3PD::VoidObjFillerTool
Object filler tool for tools taking no input.
Definition
VoidObjFillerTool.h:48
D3PD::IndexMultiAssociationFillerTool
IndexMultiAssociationFillerTool(const std::string &type, const std::string &name, const IInterface *parent)
Represent a multiple association by index.
Definition
IndexMultiAssociationFillerTool.cxx:29
D3PD::VectorFillerTool
VectorFillerTool(const std::string &type, const std::string &name, const IInterface *parent)
Object filler tool for a collection of objects, saved as vectors.
Definition
VectorFillerTool.cxx:30
D3PD::ContainedVectorMultiAssociationFillerTool
ContainedVectorMultiAssociationFillerTool(const std::string &type, const std::string &name, const IInterface *parent)
Represent a multiple association by containment inside vectors.
Definition
ContainedVectorMultiAssociationFillerTool.cxx:28
D3PD::IndexAssociationFillerTool
IndexAssociationFillerTool(const std::string &type, const std::string &name, const IInterface *parent)
Represent a single association by index.
Definition
IndexAssociationFillerTool.cxx:29
Generated on
for ATLAS Offline Software by
1.17.0