Protected Member Functions | |
virtual void | beginJob () override |
virtual void | beginRun (edm::Run const &run, const edm::EventSetup &es) override |
virtual void | endJob () override |
virtual void | endRun (edm::Run const &run, const edm::EventSetup &es) override |
virtual void | endRunProduce (edm::Run &run, const edm::EventSetup &es) override |
virtual bool | filter (edm::Event &event, const edm::EventSetup &es) override |
Protected Member Functions inherited from edm::one::EDFilterBase | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
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::one::EDFilterBase | |
typedef EDFilterBase | ModuleType |
typedef WorkerT< EDFilterBase > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::one::EDFilterBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Definition at line 33 of file LHEProducer.cc.
|
explicit |
Definition at line 71 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 126 of file LHEProducer.cc.
|
overrideprotectedvirtual |
Reimplemented from edm::one::EDFilterBase.
Definition at line 130 of file LHEProducer.cc.
References hadronisation.
|
overrideprotectedvirtual |
Definition at line 141 of file LHEProducer.cc.
References edm::Run::getByLabel(), index, and runInfo.
|
overrideprotectedvirtual |
Reimplemented from edm::one::EDFilterBase.
Definition at line 135 of file LHEProducer.cc.
References hadronisation, and jetMatching.
|
overrideprotectedvirtual |
Definition at line 149 of file LHEProducer.cc.
|
overrideprotectedvirtual |
Definition at line 153 of file LHEProducer.cc.
References lhef::LHERunInfo::XSec::error, extCrossSect, extFilterEff, hadronisation, edm::Run::put(), runInfo, and lhef::LHERunInfo::XSec::value.
|
overrideprotectedvirtual |
Implements edm::one::EDFilterBase.
Definition at line 176 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 275 of file LHEProducer.cc.
References event(), jetMatching, and partonLevel.
Referenced by filter(), and showeredEvent().
|
private |
Definition at line 296 of file LHEProducer.cc.
References jetMatching, and partonLevel.
Referenced by LHEProducer().
|
private |
Definition at line 291 of file LHEProducer.cc.
References jetMatching, and runInfo.
Referenced by LHEProducer().
|
private |
Definition at line 284 of file LHEProducer.cc.
References matching(), matchingDone, and weight.
Referenced by LHEProducer().
|
private |
Definition at line 68 of file LHEProducer.cc.
Referenced by filter(), and LHEProducer().
|
private |
Definition at line 54 of file LHEProducer.cc.
Referenced by filter().
|
private |
Definition at line 59 of file LHEProducer.cc.
Referenced by endRunProduce().
|
private |
Definition at line 60 of file LHEProducer.cc.
Referenced by endRunProduce().
|
private |
Definition at line 56 of file LHEProducer.cc.
Referenced by beginJob(), endJob(), endRunProduce(), filter(), and LHEProducer().
|
private |
Definition at line 65 of file LHEProducer.cc.
Referenced by beginRun(), and filter().
|
private |
Definition at line 57 of file LHEProducer.cc.
Referenced by endJob(), filter(), LHEProducer(), matching(), onBeforeHadronisation(), and onInit().
|
private |
Definition at line 66 of file LHEProducer.cc.
Referenced by filter(), and showeredEvent().
|
private |
Definition at line 61 of file LHEProducer.cc.
Referenced by filter(), and LHEProducer().
|
private |
Definition at line 63 of file LHEProducer.cc.
Referenced by filter(), matching(), and onBeforeHadronisation().
|
private |
Definition at line 55 of file LHEProducer.cc.
Referenced by filter(), and LHEProducer().
|
private |
Definition at line 64 of file LHEProducer.cc.
Referenced by beginRun(), endRunProduce(), filter(), and onInit().
|
private |
Definition at line 67 of file LHEProducer.cc.
Referenced by cuy.ValElement::__init__(), cuy.additionElement::__init__(), cuy.superimposeElement::__init__(), cuy.graphElement::__init__(), dirstructure.Directory::calcStats(), filter(), dirstructure.Directory::get_fail_rate(), dirstructure.Directory::get_null_rate(), dirstructure.Directory::get_skiped_rate(), dirstructure.Directory::get_success_rate(), dirstructure.Directory::print_report(), and showeredEvent().