#include <iostream>
#include "GeneratorInterface/ExternalDecays/interface/PhotosInterface.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "GeneratorInterface/ExternalDecays/interface/DecayRandomEngine.h"
#include "HepMC/GenEvent.h"
#include "HepMC/IO_HEPEVT.h"
#include "HepMC/HEPEVT_Wrapper.h"
Go to the source code of this file.
Functions | |
void | phoini_ (void) |
double | phoran_ (int *idummy) |
void | photos_ (int &) |
Variables | |
struct { | |
bool qedrad [4000] | |
} | phoqed_ |
void phoini_ | ( | void | ) |
Referenced by gen::PhotosInterface::init().
double phoran_ | ( | int * | idummy | ) |
Definition at line 27 of file PhotosInterface.cc.
References decayRandomEngine.
{ return decayRandomEngine->flat(); }
void photos_ | ( | int & | ) |
Referenced by gen::PhotosInterface::apply().
struct { ... } phoqed_ |
Referenced by gen::PhotosInterface::apply().
bool qedrad[4000] |
Definition at line 40 of file PhotosInterface.cc.