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"
#include "Tauola/Tauola.h"
#include "Tauola/TauolaHepMCEvent.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 | ) |
Definition at line 39 of file tauola_photos_pythia_example.cxx.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 63 of file tauola_photos_pythia_example.cxx.
References checkMomentumConservationInEvent(), EventsToCheck, evt, chigen::initialize(), NumberOfEvents, Photospp::PhotosEvent::process(), and chigen::pythia::pythia.
unsigned int EventsToCheck =20 |
Definition at line 33 of file tauola_photos_pythia_example.cxx.
unsigned long NumberOfEvents = 10000 |
Definition at line 32 of file tauola_photos_pythia_example.cxx.