ATLAS Offline Software
Event
xAOD
xAODEgamma
xAODEgamma
xAODEgammaDict.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
/*
3
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
4
*/
5
#ifndef XAODEGAMMA_XAODEGAMMADICT_H
6
#define XAODEGAMMA_XAODEGAMMADICT_H
7
8
// Local include(s):
9
#include "
xAODEgamma/Egamma.h
"
10
#include "
xAODEgamma/EgammaContainer.h
"
11
#include "
xAODEgamma/EgammaAuxContainer.h
"
12
#include "
xAODEgamma/versions/Egamma_v1.h
"
13
#include "
xAODEgamma/versions/EgammaContainer_v1.h
"
14
#include "
xAODEgamma/versions/EgammaAuxContainer_v1.h
"
15
16
#include "
xAODEgamma/Electron.h
"
17
#include "
xAODEgamma/ElectronContainer.h
"
18
#include "
xAODEgamma/ElectronAuxContainer.h
"
19
#include "
xAODEgamma/versions/Electron_v1.h
"
20
#include "
xAODEgamma/versions/ElectronContainer_v1.h
"
21
#include "
xAODEgamma/versions/ElectronAuxContainer_v1.h
"
22
#include "
xAODEgamma/versions/ElectronAuxContainer_v2.h
"
23
#include "
xAODEgamma/versions/ElectronAuxContainer_v3.h
"
24
25
#include "
xAODEgamma/Photon.h
"
26
#include "
xAODEgamma/PhotonContainer.h
"
27
#include "
xAODEgamma/PhotonAuxContainer.h
"
28
#include "
xAODEgamma/versions/Photon_v1.h
"
29
#include "
xAODEgamma/versions/PhotonContainer_v1.h
"
30
#include "
xAODEgamma/versions/PhotonAuxContainer_v1.h
"
31
#include "
xAODEgamma/versions/PhotonAuxContainer_v2.h
"
32
#include "
xAODEgamma/versions/PhotonAuxContainer_v3.h
"
33
34
#include "
xAODEgamma/EgammaxAODHelpers.h
"
35
#include "
xAODEgamma/ElectronxAODHelpers.h
"
36
#include "
xAODEgamma/PhotonxAODHelpers.h
"
37
#include "
xAODEgamma/EgammaTruthxAODHelpers.h
"
38
39
// EDM include(s).
40
#include "
xAODCore/tools/DictHelpers.h
"
41
42
// Instantiate all necessary types for the dictionary.
43
namespace
{
44
struct
GCCXML_DUMMY_INSTANTIATION_XAODEGAMMA {
45
// Local type(s).
46
XAOD_INSTANTIATE_NS_CONTAINER_TYPES
(
xAOD
,
EgammaContainer_v1
);
47
XAOD_INSTANTIATE_NS_CONTAINER_TYPES
(
xAOD
,
ElectronContainer_v1
);
48
XAOD_INSTANTIATE_NS_CONTAINER_TYPES
(
xAOD
,
PhotonContainer_v1
);
49
// Type(s) needed for the dictionary generation to succeed.
50
XAOD_INSTANTIATE_NS_CONTAINER_TYPES
(
xAOD
,
TrackParticleContainer
);
51
XAOD_INSTANTIATE_NS_CONTAINER_TYPES
(
xAOD
,
CaloClusterContainer
);
52
XAOD_INSTANTIATE_NS_CONTAINER_TYPES
(
xAOD
,
VertexContainer
);
53
// Type returned by helper function(s).
54
std::set< const xAOD::TrackParticle* > setTP;
55
};
56
}
57
58
#endif // XAODEGAMMA_XAODEGAMMADICT_H
PhotonContainer_v1.h
AthCUDAExamples::TrackParticleContainer
vecmem::edm::container< TrackParticleInterface, vecmem::edm::type::vector< float >, vecmem::edm::type::vector< float >, vecmem::edm::type::vector< float > > TrackParticleContainer
SoA, GPU friendly TrackParticleContainer.
Definition:
Control/AthenaExamples/AthExCUDA/src/TrackParticleContainer.h:46
ElectronAuxContainer_v2.h
CaloClusterContainer
Storable container for CaloCluster.
Definition:
Calorimeter/CaloEvent/CaloEvent/CaloClusterContainer.h:37
ElectronxAODHelpers.h
PhotonAuxContainer_v1.h
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
ElectronAuxContainer_v1.h
EgammaAuxContainer.h
xAOD::VertexContainer
VertexContainer_v1 VertexContainer
Definition of the current "Vertex container version".
Definition:
VertexContainer.h:14
PhotonAuxContainer_v2.h
xAOD::ElectronContainer_v1
DataVector< xAOD::Electron_v1 > ElectronContainer_v1
The container is a simple typedef for now.
Definition:
ElectronContainer_v1.h:20
EgammaAuxContainer_v1.h
EgammaContainer.h
Egamma.h
ElectronAuxContainer_v3.h
EgammaxAODHelpers.h
xAOD::EgammaContainer_v1
DataVector< xAOD::Egamma_v1 > EgammaContainer_v1
The container is a simple typedef for now.
Definition:
EgammaContainer_v1.h:19
ElectronContainer.h
ElectronAuxContainer.h
DictHelpers.h
Photon.h
PhotonxAODHelpers.h
Electron_v1.h
Egamma_v1.h
xAOD::PhotonContainer_v1
DataVector< xAOD::Photon_v1 > PhotonContainer_v1
The container is a simple typedef for now.
Definition:
PhotonContainer_v1.h:19
XAOD_INSTANTIATE_NS_CONTAINER_TYPES
#define XAOD_INSTANTIATE_NS_CONTAINER_TYPES(NS, TYPE)
Macro instantiating all the container "interface" and smart pointer types that we need a dictionary f...
Definition:
DictHelpers.h:40
PhotonAuxContainer.h
ElectronContainer_v1.h
PhotonAuxContainer_v3.h
Electron.h
Photon_v1.h
EgammaContainer_v1.h
PhotonContainer.h
EgammaTruthxAODHelpers.h
Generated on Mon Dec 23 2024 21:23:07 for ATLAS Offline Software by
1.8.18