Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

PhiPart.h

Go to the documentation of this file.
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

Generated on Wed Jan 23 12:58:32 2002 for Atlfast by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001