00001
00002
00003 #ifndef XAODTRUTH_VERSIONS_TRUTHPARTICLECONTAINER_V1_H
00004 #define XAODTRUTH_VERSIONS_TRUTHPARTICLECONTAINER_V1_H
00005
00006
00007 #include "AthContainers/DataVector.h"
00008 #include "xAODBase/IParticleContainer.h"
00009
00010
00011 #include "xAODTruth/versions/TruthParticle_v1.h"
00012 #include "xAODTruth/TruthParticleContainerFwd.h"
00013
00014 namespace xAOD {
00015
00016 typedef DataVector< TruthParticle_v1 > TruthParticleContainer_v1;
00017 }
00018
00019 #endif // XAODTRUTH_VERSIONS_TRUTHPARTICLECONTAINER_V1_H