Public Member Functions | |
LHEProducer (const edm::ParameterSet ¶ms) | |
virtual | ~LHEProducer () |
Public Member Functions inherited from edm::EDFilter | |
EDFilter () | |
virtual | ~EDFilter () |
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 Member Functions | |
virtual void | beginJob () |
virtual bool | beginRun (edm::Run &run, const edm::EventSetup &es) |
virtual void | endJob () |
virtual bool | endRun (edm::Run &run, const edm::EventSetup &es) |
virtual bool | filter (edm::Event &event, const edm::EventSetup &es) |
Protected Member Functions inherited from edm::EDFilter | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
Private Member Functions | |
double | matching (const HepMC::GenEvent *event, bool shower) const |
void | onBeforeHadronisation () |
void | onInit () |
bool | showeredEvent (const boost::shared_ptr< HepMC::GenEvent > &event) |
Private Attributes | |
BranchingRatios | branchingRatios |
unsigned int | eventsToPrint |
double | extCrossSect |
double | extFilterEff |
std::auto_ptr< Hadronisation > | hadronisation |
unsigned int | index |
std::auto_ptr< JetMatching > | jetMatching |
bool | matchingDone |
bool | matchSummary |
boost::shared_ptr< LHEEvent > | partonLevel |
std::vector< int > | removeResonances |
boost::shared_ptr< LHERunInfo > | runInfo |
double | weight |
Additional Inherited Members | |
Public Types inherited from edm::EDFilter | |
typedef EDFilter | ModuleType |
typedef WorkerT< EDFilter > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDFilter | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
Definition at line 33 of file LHEProducer.cc.
|
explicit |
Definition at line 69 of file LHEProducer.cc.
References branchingRatios, SurfaceDeformationFactory::create(), edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), hadronisation, i, jetMatching, matchSummary, onBeforeHadronisation(), onInit(), removeResonances, lhef::BranchingRatios::set(), and showeredEvent().
|
virtual |
Definition at line 124 of file LHEProducer.cc.
|
protectedvirtual |
Reimplemented from edm::EDFilter.
Definition at line 128 of file LHEProducer.cc.
References hadronisation.
|
protectedvirtual |
Reimplemented from edm::EDFilter.
Definition at line 139 of file LHEProducer.cc.
References edm::Run::getByLabel(), index, and runInfo.
|
protectedvirtual |
Reimplemented from edm::EDFilter.
Definition at line 133 of file LHEProducer.cc.
References hadronisation, and jetMatching.
|
protectedvirtual |
Reimplemented from edm::EDFilter.
Definition at line 150 of file LHEProducer.cc.
References PYTHIA6_MinBias_2360GeV_cff_py_GEN_FASTSIM::crossSection, lhef::LHERunInfo::XSec::error, extCrossSect, extFilterEff, hadronisation, edm::Run::put(), runInfo, and lhef::LHERunInfo::XSec::value.
|
protectedvirtual |
Implements edm::EDFilter.
Definition at line 175 of file LHEProducer.cc.
References beamvalidation::br, branchingRatios, eventsToPrint, lhef::BranchingRatios::getFactor(), hadronisation, index, info, jetMatching, matching(), matchingDone, matchSummary, partonLevel, removeResonances, query::result, runInfo, and weight.
|
private |
Definition at line 274 of file LHEProducer.cc.
References event(), jetMatching, and partonLevel.
Referenced by filter(), and showeredEvent().
|
private |
Definition at line 295 of file LHEProducer.cc.
References jetMatching, and partonLevel.
Referenced by LHEProducer().
|
private |
Definition at line 290 of file LHEProducer.cc.
References jetMatching, and runInfo.
Referenced by LHEProducer().
|
private |
Definition at line 283 of file LHEProducer.cc.
References matching(), matchingDone, and weight.
Referenced by LHEProducer().
|
private |
Definition at line 66 of file LHEProducer.cc.
Referenced by filter(), and LHEProducer().
|
private |
Definition at line 52 of file LHEProducer.cc.
Referenced by filter().
|
private |
Definition at line 57 of file LHEProducer.cc.
Referenced by endRun().
|
private |
Definition at line 58 of file LHEProducer.cc.
Referenced by endRun().
|
private |
Definition at line 54 of file LHEProducer.cc.
Referenced by beginJob(), endJob(), endRun(), filter(), and LHEProducer().
|
private |
Definition at line 63 of file LHEProducer.cc.
Referenced by beginRun(), and filter().
|
private |
Definition at line 55 of file LHEProducer.cc.
Referenced by endJob(), filter(), LHEProducer(), matching(), onBeforeHadronisation(), and onInit().
|
private |
Definition at line 64 of file LHEProducer.cc.
Referenced by filter(), and showeredEvent().
|
private |
Definition at line 59 of file LHEProducer.cc.
Referenced by filter(), and LHEProducer().
|
private |
Definition at line 61 of file LHEProducer.cc.
Referenced by filter(), matching(), and onBeforeHadronisation().
|
private |
Definition at line 53 of file LHEProducer.cc.
Referenced by filter(), and LHEProducer().
|
private |
Definition at line 62 of file LHEProducer.cc.
Referenced by beginRun(), endRun(), filter(), and onInit().
|
private |
Definition at line 65 of file LHEProducer.cc.
Referenced by filter(), and showeredEvent().