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