00001 // ........................................................... 00002 // This typedef is used to define the collection used to store: 00003 // 00004 // ReconstructedParticle s 00005 // 00006 // in the TES 00007 00008 #ifndef ATLFAST_RECONSTRUCTEDPARTICLECOLLECTION_H 00009 #define ATLFAST_RECONSTRUCTEDPARTICLECOLLECTION_H 00010 00011 00012 #include "GaudiKernel/ObjectVector.h" 00013 #include "AtlfastCode/ReconstructedParticle.h" 00014 00015 namespace Atlfast { 00016 00017 typedef ObjectVector<ReconstructedParticle> ReconstructedParticleCollection ; 00018 00019 } 00020 00021 #endif 00022 00023 //............................................................ 00024