![]() |
![]() |
#include <GeneratorInterface/LHE2HepMCConverter/src/LHE2HepMCConverter.cc>
Public Member Functions | |
LHE2HepMCConverter (const edm::ParameterSet &) | |
~LHE2HepMCConverter () | |
![]() | |
EDProducer () | |
virtual | ~EDProducer () |
![]() | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
![]() | |
EDConsumerBase () | |
ProductHolderIndex | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
![]() | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
virtual void | beginRun (edm::Run const &, edm::EventSetup const &) override |
virtual void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
edm::InputTag | _lheEventSrcTag |
const LHERunInfoProduct * | _lheRunSrc |
edm::InputTag | _lheRunSrcTag |
Additional Inherited Members | |
![]() | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
![]() | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
![]() | |
CurrentProcessingContext const * | currentContext () const |
![]() | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
![]() | |
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) |
Description: [one line class summary]
Implementation: [Notes on implementation]
Definition at line 46 of file LHE2HepMCConverter.cc.
|
explicit |
Definition at line 83 of file LHE2HepMCConverter.cc.
References _lheEventSrcTag, _lheRunSrcTag, and edm::ParameterSet::getParameter().
LHE2HepMCConverter::~LHE2HepMCConverter | ( | ) |
Definition at line 95 of file LHE2HepMCConverter.cc.
|
overrideprivatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 151 of file LHE2HepMCConverter.cc.
References _lheRunSrc, _lheRunSrcTag, edm::Run::getByLabel(), edm::HandleBase::isValid(), edm::InputTag::label(), and edm::Handle< T >::product().
|
static |
Definition at line 176 of file LHE2HepMCConverter.cc.
References edm::ConfigurationDescriptions::addDefault(), and edm::ParameterSetDescription::setUnknown().
|
overrideprivatevirtual |
Implements edm::EDProducer.
Definition at line 110 of file LHE2HepMCConverter.cc.
References _lheEventSrcTag, _lheRunSrc, lhef::HEPRUP::EBMUP, configurableAnalysis::GenParticle, edm::Event::getByLabel(), LHERunInfoProduct::heprup(), i, lhef::HEPRUP::IDBMUP, AlCaHLTBitMon_ParallelJobs::p, edm::Event::put(), and findQualityFiles::v.
|
private |
Definition at line 63 of file LHE2HepMCConverter.cc.
Referenced by LHE2HepMCConverter(), and produce().
|
private |
Definition at line 65 of file LHE2HepMCConverter.cc.
Referenced by beginRun(), and produce().
|
private |
Definition at line 64 of file LHE2HepMCConverter.cc.
Referenced by beginRun(), and LHE2HepMCConverter().