00001 #ifndef __ATLFAST_PhiPart__ 00002 #define __ATLFAST_PhiPart__ 00003 00004 #include "HepMC/GenParticle.h" 00005 00006 #include <vector> 00007 00008 namespace Atlfast { 00009 00010 typedef std::pair<double, const HepMC::GenParticle*> PhiPart; 00011 typedef std::vector< PhiPart > PhiPartCollection; 00012 typedef PhiPartCollection::const_iterator PhiPartCIter; 00013 typedef PhiPartCollection::iterator PhiPartIter; 00014 00015 00016 } 00017 00018 #endif