ATLAS Offline Software
TruthParticleAuxContainer_v1.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 #ifndef XAODTRUTH_VERSIONS_TRUTHPARTICLEAUXCONTAINER_V1_H
8 #define XAODTRUTH_VERSIONS_TRUTHPARTICLEAUXCONTAINER_V1_H
9 
10 #include <vector>
11 
12 #include "AthLinks/ElementLink.h"
14 
17 
18 namespace xAOD {
19 
20 
28 
29  public:
32 
33  private:
34  std::vector< int > pdgId;
35  std::vector< int > barcode;
36  std::vector< int > status;
37  std::vector< ElementLink< TruthVertexContainer > > prodVtxLink;
38  std::vector< ElementLink< TruthVertexContainer > > decayVtxLink;
39  std::vector< float > px;
40  std::vector< float > py;
41  std::vector< float > pz;
42  std::vector< float > e;
43  std::vector< float > m; // needed since not necessarily on shell
44 
45  }; // class TruthParticleAuxContainer_v1
46 
47 } // namespace xAOD
48 
49 
50 // StoreGate registration
51 #include "xAODCore/BaseInfo.h"
53 
54 
55 #endif // XAODTRUTH_VERSIONS_TRUTHPARTICLEAUXCONTAINER_V1_H
xAOD::TruthParticleAuxContainer_v1::status
std::vector< int > status
Definition: TruthParticleAuxContainer_v1.h:36
xAOD::TruthParticleAuxContainer_v1::barcode
std::vector< int > barcode
Definition: TruthParticleAuxContainer_v1.h:35
xAOD::TruthParticleAuxContainer_v1::px
std::vector< float > px
Definition: TruthParticleAuxContainer_v1.h:39
TruthVertexContainer.h
TruthParticleContainer.h
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition: AuxContainerBase.h:59
xAOD::TruthParticleAuxContainer_v1::TruthParticleAuxContainer_v1
TruthParticleAuxContainer_v1()
Default constructor.
Definition: TruthParticleAuxContainer_v1.cxx:12
xAOD::TruthParticleAuxContainer_v1::pdgId
std::vector< int > pdgId
Definition: TruthParticleAuxContainer_v1.h:34
BaseInfo.h
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::TruthParticleAuxContainer_v1::pz
std::vector< float > pz
Definition: TruthParticleAuxContainer_v1.h:41
xAOD::TruthParticleAuxContainer_v1
Auxiliary store for the truth vertices.
Definition: TruthParticleAuxContainer_v1.h:27
SG_BASE
SG_BASE(xAOD::TruthParticleAuxContainer_v1, xAOD::AuxContainerBase)
xAOD::TruthParticleAuxContainer_v1::decayVtxLink
std::vector< ElementLink< TruthVertexContainer > > decayVtxLink
Definition: TruthParticleAuxContainer_v1.h:38
xAOD::TruthParticleAuxContainer_v1::e
std::vector< float > e
Definition: TruthParticleAuxContainer_v1.h:42
xAOD::TruthParticleAuxContainer_v1::prodVtxLink
std::vector< ElementLink< TruthVertexContainer > > prodVtxLink
Definition: TruthParticleAuxContainer_v1.h:37
xAOD::TruthParticleAuxContainer_v1::m
std::vector< float > m
Definition: TruthParticleAuxContainer_v1.h:43
xAOD::TruthParticleAuxContainer_v1::py
std::vector< float > py
Definition: TruthParticleAuxContainer_v1.h:40