|
FairRoot/PandaRoot
|
#include "Pythia.h"#include "HepMCInterface.h"#include "Generate.h"#include "HepMCEvent.H"#include "Setup.H"#include "Photos/Photos.h"#include "Photos/PhotosHepMCEvent.h"#include "Photos/Log.h"Go to the source code of this file.
Functions | |
| void | checkMomentumConservationInEvent (HepMC::GenEvent *evt) |
| void | fixForMctester (HepMC::GenEvent *evt) |
| int | main (int argc, char **argv) |
Variables | |
| unsigned long | NumberOfEvents = 10000 |
| unsigned int | EventsToCheck =20 |
| void checkMomentumConservationInEvent | ( | HepMC::GenEvent * | evt | ) |
| void fixForMctester | ( | HepMC::GenEvent * | evt | ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 87 of file photos_test.cxx.
References checkMomentumConservationInEvent(), EventsToCheck, evt, fixForMctester(), chigen::initialize(), NumberOfEvents, Photospp::PhotosEvent::process(), and chigen::pythia::pythia.
| unsigned int EventsToCheck =20 |
Definition at line 28 of file photos_test.cxx.
Referenced by main().
| unsigned long NumberOfEvents = 10000 |
Definition at line 27 of file photos_test.cxx.
Referenced by main().
1.8.8