StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
testHepMCMethods.h
1 #ifndef TEST_HEPMC_METHODS_H
2 #define TEST_HEPMC_METHODS_H
3 // testHepMCMethods.h
5 //
6 // garren@fnal.gov, March 2009
7 //
8 // various methods used by the test jobs
10 
11 #include "HepMC/GenEvent.h"
12 
13 double findPiZero( HepMC::GenEvent * );
14 void particleTypes( HepMC::GenEvent *, std::ostream & os=std::cout );
15 void repairUnits(HepMC::GenEvent*,
16  HepMC::Units::MomentumUnit,
17  HepMC::Units::MomentumUnit );
18 
19 #endif
The GenEvent class is the core of HepMC.
Definition: GenEvent.h:155