ATLAS Offline Software
TruthVertexAuxContainer_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 // $Id: TruthVertexAuxContainer_v1.cxx 624338 2014-10-27 15:08:55Z krasznaa $
6 
7 // Local include(s):
9 
10 namespace xAOD {
11 
13  : AuxContainerBase() {
14 
15  AUX_VARIABLE( id );
19  AUX_VARIABLE( x );
20  AUX_VARIABLE( y );
21  AUX_VARIABLE( z );
22  AUX_VARIABLE( t );
23  }
24 
25 } // namespace xAOD
xAOD::TruthVertexAuxContainer_v1::z
std::vector< float > z
Definition: TruthVertexAuxContainer_v1.h:46
xAOD::TruthVertexAuxContainer_v1::outgoingParticleLinks
std::vector< std::vector< ElementLink< TruthParticleContainer > > > outgoingParticleLinks
Definition: TruthVertexAuxContainer_v1.h:43
xAOD::TruthVertexAuxContainer_v1::x
std::vector< float > x
Definition: TruthVertexAuxContainer_v1.h:44
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition: AuxContainerBase.h:59
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::TruthVertexAuxContainer_v1::y
std::vector< float > y
Definition: TruthVertexAuxContainer_v1.h:45
xAOD::TruthVertexAuxContainer_v1::t
std::vector< float > t
Definition: TruthVertexAuxContainer_v1.h:47
xAOD::TruthVertexAuxContainer_v1::incomingParticleLinks
std::vector< std::vector< ElementLink< TruthParticleContainer > > > incomingParticleLinks
Definition: TruthVertexAuxContainer_v1.h:41
AUX_VARIABLE
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition: AuxVariable.h:22
xAOD::TruthVertexAuxContainer_v1::barcode
std::vector< int > barcode
Definition: TruthVertexAuxContainer_v1.h:39
TruthVertexAuxContainer_v1.h
xAOD::TruthVertexAuxContainer_v1::TruthVertexAuxContainer_v1
TruthVertexAuxContainer_v1()
Default constructor.
Definition: TruthVertexAuxContainer_v1.cxx:12