![]() |
HepMC Reference DocumentationHepMC |
00001 #ifndef TEST_HEPMC_METHODS_H 00002 #define TEST_HEPMC_METHODS_H 00004 // testHepMCMethods.h 00005 // 00006 // garren@fnal.gov, March 2009 00007 // 00008 // various methods used by the test jobs 00010 00011 #include "HepMC/GenEvent.h" 00012 00013 double findPiZero( HepMC::GenEvent * ); 00014 void particleTypes( HepMC::GenEvent * ); 00015 00016 #endif