ATLAS Offline Software
ParticleAuxContainer_v1.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 // Local include(s):
7 
9 namespace xAOD {
10 
12  : AuxContainerBase() {
13 
14  // iParticle
15  AUX_VARIABLE( px );
16  AUX_VARIABLE( py );
17  AUX_VARIABLE( pz );
18  AUX_VARIABLE( e );
19 
22 
23  }
24 
25 } // namespace xAOD
xAOD::ParticleAuxContainer_v1::charge
std::vector< float > charge
Definition: ParticleAuxContainer_v1.h:52
ParticleAuxContainer_v1.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition: AuxContainerBase.h:59
xAOD::ParticleAuxContainer_v1::ParticleAuxContainer_v1
ParticleAuxContainer_v1()
Default constructor.
Definition: ParticleAuxContainer_v1.cxx:11
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::ParticleAuxContainer_v1::pdgId
std::vector< int > pdgId
Definition: ParticleAuxContainer_v1.h:53
xAOD::ParticleAuxContainer_v1::e
std::vector< float > e
Definition: ParticleAuxContainer_v1.h:47
AUX_VARIABLE
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition: AuxVariable.h:23
xAOD::ParticleAuxContainer_v1::px
std::vector< float > px
Definition: ParticleAuxContainer_v1.h:44
xAOD::ParticleAuxContainer_v1::pz
std::vector< float > pz
Definition: ParticleAuxContainer_v1.h:46
xAOD::ParticleAuxContainer_v1::py
std::vector< float > py
Definition: ParticleAuxContainer_v1.h:45