00001 // Dear emacs, this is -*- c++ -*- 00002 // $Id$ 00003 #ifndef XAODPARTICLEEVENT_PARTICLECONTAINERFWD_H 00004 #define XAODPARTICLEEVENT_PARTICLECONTAINERFWD_H 00005 00006 // This is a forward declaration for the latest particle container type. 00007 00008 00009 // EDM include(s): 00010 #include "AthContainers/DataVector.h" 00011 #include "xAODBase/IParticleContainer.h" 00012 00013 // Local include(s): 00014 #include "xAODParticleEvent/ParticleFwd.h" 00015 00016 // Declare that this is a vector of IParticle-derived objects 00017 DATAVECTOR_BASE_FWD( xAOD::Particle, xAOD::IParticle ); 00018 namespace xAOD { 00019 typedef DataVector< Particle > ParticleContainer; 00020 } 00021 00022 #endif // XAODPARTICLEEVENT_PARTICLECONTAINERFWD_H