#include <iostream>
#include "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 | |
DEFINE_EDM_PLUGIN (PhotosFactory, gen::PhotosInterface,"Photos2155") | |
void | phoini_ (void) |
double | phoran_ (int *idummy) |
void | photos_ (int &) |
Variables | |
struct { | |
bool qedrad [4000] | |
} | phoqed_ |
DEFINE_EDM_PLUGIN | ( | PhotosFactory | , |
gen::PhotosInterface | , | ||
"Photos2155" | |||
) |
void phoini_ | ( | void | ) |
double phoran_ | ( | int * | idummy | ) |
Definition at line 25 of file PhotosInterface.cc.
References gen::PhotosInterface::flat().
void photos_ | ( | int & | ) |
struct { ... } phoqed_ |
bool qedrad[4000] |
Definition at line 32 of file PhotosInterface.cc.