00001
00002
00003 #ifndef XAODPARTICLEEVENT_VERSIONS_PARTICLECONTAINER_V1_H
00004 #define XAODPARTICLEEVENT_VERSIONS_PARTICLECONTAINER_V1_H
00005
00006
00007 #include "AthContainers/DataVector.h"
00008 #include "xAODBase/IParticleContainer.h"
00009
00010
00011 #include "xAODParticleEvent/versions/Particle_v1.h"
00012 #include "xAODParticleEvent/ParticleContainerFwd.h"
00013
00014
00015 template struct DataVector_detail::DVLEltBaseInit< xAOD::Particle_v1 >;
00016
00017 namespace xAOD {
00019 typedef DataVector< Particle_v1 > ParticleContainer_v1;
00020 }
00021
00022 #endif // XAODPARTICLEEVENT_VERSIONS_PARTICLECONTAINER_V1_H