#include <ExpoRandomPtGunProducer.h>
Public Member Functions | |
ExpoRandomPtGunProducer (const ParameterSet &pset) | |
virtual | ~ExpoRandomPtGunProducer () |
Public Member Functions inherited from edm::BaseFlatGunProducer | |
BaseFlatGunProducer (const ParameterSet &) | |
void | beginRun (edm::Run &r, const edm::EventSetup &) |
void | endRun (edm::Run &r, const edm::EventSetup &) |
virtual | ~BaseFlatGunProducer () |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
boost::function< void(const BranchDescription &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Protected Attributes | |
double | fMaxPt |
double | fMeanPt |
double | fMinPt |
CLHEP::RandExponential * | fRandomExpoGenerator |
Protected Attributes inherited from edm::BaseFlatGunProducer | |
bool | fAddAntiParticle |
HepMC::GenEvent * | fEvt |
double | fMaxEta |
double | fMaxPhi |
double | fMinEta |
double | fMinPhi |
std::vector< int > | fPartIDs |
ESHandle < HepPDT::ParticleDataTable > | fPDGTable |
CLHEP::HepRandomEngine & | fRandomEngine |
CLHEP::RandFlat * | fRandomGenerator |
int | fVerbosity |
Private Member Functions | |
virtual void | produce (Event &e, const EventSetup &es) |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDProducer | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
Definition at line 15 of file ExpoRandomPtGunProducer.h.
ExpoRandomPtGunProducer::ExpoRandomPtGunProducer | ( | const ParameterSet & | pset | ) |
Definition at line 24 of file ExpoRandomPtGunProducer.cc.
References fMaxPt, fMeanPt, fMinPt, edm::BaseFlatGunProducer::fRandomEngine, fRandomExpoGenerator, and edm::ParameterSet::getParameter().
|
virtual |
Definition at line 46 of file ExpoRandomPtGunProducer.cc.
|
privatevirtual |
Implements edm::EDProducer.
Definition at line 51 of file ExpoRandomPtGunProducer.cc.
References abs, funct::cos(), gather_cfg::cout, relval_parameters_module::energy, eta(), edm::EventID::event(), create_public_lumi_plots::exp, edm::BaseFlatGunProducer::fAddAntiParticle, edm::BaseFlatGunProducer::fEvt, edm::BaseFlatGunProducer::fMaxEta, edm::BaseFlatGunProducer::fMaxPhi, fMaxPt, fMeanPt, edm::BaseFlatGunProducer::fMinEta, edm::BaseFlatGunProducer::fMinPhi, fMinPt, edm::BaseFlatGunProducer::fPartIDs, edm::BaseFlatGunProducer::fPDGTable, fRandomExpoGenerator, edm::BaseFlatGunProducer::fRandomGenerator, edm::BaseFlatGunProducer::fVerbosity, configurableAnalysis::GenParticle, edm::EventBase::id(), scaleCards::mass, max(), AlCaHLTBitMon_ParallelJobs::p, RecoTau_DiTaus_pt_20-420_cfg::ParticleID, phi, edm::Event::put(), funct::sin(), mathSSE::sqrt(), and theta().
|
protected |
Definition at line 31 of file ExpoRandomPtGunProducer.h.
Referenced by ExpoRandomPtGunProducer(), and produce().
|
protected |
Definition at line 32 of file ExpoRandomPtGunProducer.h.
Referenced by ExpoRandomPtGunProducer(), and produce().
|
protected |
Definition at line 30 of file ExpoRandomPtGunProducer.h.
Referenced by ExpoRandomPtGunProducer(), and produce().
|
protected |
Definition at line 33 of file ExpoRandomPtGunProducer.h.
Referenced by ExpoRandomPtGunProducer(), and produce().