00001 // Dear emacs, this is -*- c++ -*- 00002 // $Id: TruthParticleContainerFwd.h 574253 2013-12-06 15:21:49Z krasznaa $ 00003 #ifndef XAODTRUTH_TRUTHPARTICLECONTAINERFWD_H 00004 #define XAODTRUTH_TRUTHPARTICLECONTAINERFWD_H 00005 00006 // EDM include(s): 00007 #include "AthContainers/DataVector.h" 00008 #include "xAODBase/IParticleContainer.h" 00009 00010 // Local include(s): 00011 #include "xAODTruth/TruthParticleFwd.h" 00012 00013 // Declare that this is a vector of IParticle-derived objects 00014 DATAVECTOR_BASE( xAOD::TruthParticle, xAOD::IParticle ); 00015 00016 namespace xAOD { 00018 typedef DataVector< TruthParticle > TruthParticleContainer; 00019 } 00020 00021 #endif // XAODTRUTH_TRUTHPARTICLECONTAINERFWD_H