8#ifndef XAODTRUTH_VERSIONS_TRUTHVERTEXAUXCONTAINER_V1_H
9#define XAODTRUTH_VERSIONS_TRUTHVERTEXAUXCONTAINER_V1_H
15#include "AthLinks/ElementLink.h"
38 std::vector< int >
id;
40 std::vector< std::vector< ElementLink< TruthParticleContainer > > >
42 std::vector< std::vector< ElementLink< TruthParticleContainer > > >
44 std::vector< float >
x;
45 std::vector< float >
y;
46 std::vector< float >
z;
47 std::vector< float >
t;
#define SG_BASE(D, B)
Declare that class D derives from class B.
Common base class for the auxiliary containers.
AuxContainerBase(bool allowDynamicVars=true)
Default constructor.
Auxiliary store for the truth vertices.
std::vector< std::vector< ElementLink< TruthParticleContainer > > > outgoingParticleLinks
std::vector< int > barcode
TruthVertexAuxContainer_v1()
Default constructor.
std::vector< std::vector< ElementLink< TruthParticleContainer > > > incomingParticleLinks
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.