HepMC Reference Documentation

HepMC

SearchVector.h

Go to the documentation of this file.
00001 #ifndef SearchVector_h
00002 #define SearchVector_h
00003 // ----------------------------------------------------------------------
00004 //
00005 // SearchVector.h
00006 // Author: Lynn Garren
00007 //
00008 // Utilities to search std::vector<GenParticle*> a GenParticle instance
00009 // ----------------------------------------------------------------------
00010 
00011 #include "HepMC/GenVertex.h"
00012 #include "HepMC/GenParticle.h"
00013 
00014 namespace HepMC {
00015   
00017 bool not_in_vector( std::vector<HepMC::GenParticle*>*, GenParticle* );
00018 
00021 std::vector<HepMC::GenParticle*>::iterator already_in_vector( std::vector<HepMC::GenParticle*>*, GenParticle* );
00022 
00023 }       // HepMC
00024 
00025 #endif // SearchVector_h

Generated on Thu Jan 7 13:10:16 2010 for HepMC by  doxygen 1.4.7