hepmc - Blame information for rev 432

Subversion Repositories:
Rev:
Rev Author Line No. Line
390 garren 1 #ifndef TEST_HEPMC_METHODS_H
2 #define TEST_HEPMC_METHODS_H
3 //////////////////////////////////////////////////////////////////////////
4 // testHepMCMethods.h
5 //
6 // garren@fnal.gov, March 2009
7 //
8 // various methods used by the test jobs
9 //////////////////////////////////////////////////////////////////////////
10  
11 #include "HepMC/GenEvent.h"
12  
13 double findPiZero( HepMC::GenEvent * );
432 garren 14 void   particleTypes( HepMC::GenEvent *, std::ostream & os=std::cout );
15 void   repairUnits(HepMC::GenEvent*,
16                    HepMC::Units::MomentumUnit,
17                    HepMC::Units::MomentumUnit  );
390 garren 18  
19 #endif