#include <iostream>
#include "GeneratorInterface/PhotosInterface/interface/PhotosInterface.h"
#include "FWCore/PluginManager/interface/ModuleDef.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "GeneratorInterface/PhotosInterface/interface/PhotosFactory.h"
#include "FWCore/ServiceRegistry/interface/Service.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 &) |
static const PhotosFactory::PMaker < gen::PhotosInterface > | s_maker__LINE__ ("Photos2155") |
Variables | |
struct { | |
bool qedrad [4000] | |
} | phoqed_ |
void phoini_ | ( | void | ) |
Referenced by gen::PhotosInterface::init().
double phoran_ | ( | int * | idummy | ) |
Definition at line 25 of file PhotosInterface.cc.
References gen::PhotosInterface::flat().
void photos_ | ( | int & | ) |
Referenced by gen::PhotosInterface::applyToVertex().
|
static |
struct { ... } phoqed_ |
Referenced by gen::PhotosInterface::apply().
bool qedrad[4000] |
Definition at line 32 of file PhotosInterface.cc.