#include "GeneratorInterface/EvtGenInterface/interface/EvtGenLHCInterface.h"
#include "FWCore/PluginManager/interface/PluginManager.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "SimDataFormats/GeneratorProducts/interface/HepMCProduct.h"
#include "FWCore/Utilities/interface/Exception.h"
#include "FWCore/Utilities/interface/EDMException.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/Run.h"
#include "Utilities/General/interface/FileInPath.h"
#include "FWCore/PluginManager/interface/ModuleDef.h"
#include "GeneratorInterface/EvtGenInterface/interface/EvtGenFactory.h"
#include "GeneratorInterface/EvtGenInterface/interface/myEvtRandomEngine.h"
#include "GeneratorInterface/Pythia6Interface/interface/Pythia6Service.h"
#include "HepMC/GenEvent.h"
#include "DataFormats/GeometryVector/interface/GlobalVector.h"
#include "CLHEP/Random/RandFlat.h"
Go to the source code of this file.
Functions | |
void | phoini_ (void) |
double | phoran_ (int *idummy) |
void | photos_ (int &) |
static const EvtGenFactory::PMaker < gen::EvtGenLHCInterface > | s_maker__LINE__ ("EvtGenLHC91") |
Variables | |
struct { | |
bool qedrad [4000] | |
} | phoqed_ |
void phoini_ | ( | void | ) |
Referenced by gen::PhotosInterface::init().
double phoran_ | ( | int * | idummy | ) |
Definition at line 37 of file EvtGenLHCInterface.cc.
References gen::EvtGenLHCInterface::flat().
void photos_ | ( | int & | ) |
Referenced by gen::PhotosInterface::applyToVertex().
|
static |
struct { ... } phoqed_ |
Referenced by gen::PhotosInterface::apply().
bool qedrad[4000] |
Definition at line 43 of file EvtGenLHCInterface.cc.