#include <Example/ExternalLHEProducer/src/ExternalLHEProducer.cc>
Classes | |
class | FileCloseSentry |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::one::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | beginRunProduce (edm::Run &run, edm::EventSetup const &es) override |
int | closeDescriptors (int preserve) |
void | endRunProduce (edm::Run &, edm::EventSetup const &) override |
void | executeScript () |
void | nextEvent () |
void | preallocThreads (unsigned int) override |
void | produce (edm::Event &, const edm::EventSetup &) override |
std::unique_ptr< std::string > | readOutput () |
Private Attributes | |
std::vector< std::string > | args_ |
uint32_t | nEvents_ |
uint32_t | npars_ |
unsigned int | nThreads_ {1} |
std::string | outputContents_ |
std::string | outputFile_ |
boost::shared_ptr< lhef::LHEEvent > | partonLevel |
std::unique_ptr< lhef::LHEReader > | reader_ |
boost::shared_ptr< lhef::LHERunInfo > | runInfo |
boost::shared_ptr< lhef::LHERunInfo > | runInfoLast |
boost::ptr_deque< LHERunInfoProduct > | runInfoProducts |
std::string | scriptName_ |
bool | storeXML_ |
bool | wasMerged |
Additional Inherited Members | |
Public Types inherited from edm::one::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
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) |
Description: [one line class summary]
Implementation: [Notes on implementation]
Definition at line 68 of file ExternalLHEProducer.cc.
|
explicit |
Definition at line 131 of file ExternalLHEProducer.cc.
|
override |
Definition at line 149 of file ExternalLHEProducer.cc.
|
overrideprivate |
Definition at line 226 of file ExternalLHEProducer.cc.
References LHERunInfoProduct::addComment(), LHERunInfoProduct::addHeader(), args_, Exception, executeScript(), edm::Service< T >::isAvailable(), LogDebug, eostools::move(), edm::RandomNumberGenerator::mySeed(), nEvents_, nextEvent(), nThreads_, outputFile_, AlCaHLTBitMon_ParallelJobs::p, edm::Run::put(), reader_, runInfo, runInfoLast, runInfoProducts, createPayload::skip, storeXML_, and wasMerged.
|
private |
Definition at line 336 of file ExternalLHEProducer.cc.
References dir.
Referenced by executeScript().
|
overrideprivate |
Definition at line 311 of file ExternalLHEProducer.cc.
References edm::errors::EventGenerationFailure, Exception, eostools::move(), nextEvent(), outputFile_, partonLevel, edm::Run::put(), reader_, and runInfoProducts.
|
private |
Definition at line 375 of file ExternalLHEProducer.cc.
References dir2webdir::argc, args_, cmsBatch::argv, closeDescriptors(), Exception, mps_fire::i, NULL, sysUtil::pid, pipe::pipe(), scriptName_, mps_update::status, and TriggerAnalyzer::write().
Referenced by beginRunProduce().
|
static |
Definition at line 488 of file ExternalLHEProducer.cc.
References edm::ParameterSetDescription::add(), edm::ConfigurationDescriptions::addDefault(), edm::ParameterSetDescription::addUntracked(), edm::ParameterSetDescription::setComment(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 505 of file ExternalLHEProducer.cc.
References DEFINE_FWK_MODULE, partonLevel, reader_, runInfo, and runInfoLast.
Referenced by beginRunProduce(), endRunProduce(), and produce().
|
overrideprivatevirtual |
Reimplemented from edm::one::EDProducerBase.
Definition at line 160 of file ExternalLHEProducer.cc.
References nThreads_.
|
overrideprivate |
Definition at line 167 of file ExternalLHEProducer.cc.
References LHEEventProduct::addComment(), LHERunInfoProduct::addComment(), LHERunInfoProduct::addHeader(), LHEEventProduct::addWeight(), edm::errors::EventGenerationFailure, Exception, eostools::move(), nextEvent(), partonLevel, edm::Event::put(), runInfo, runInfoProducts, and wasMerged.
|
private |
Definition at line 460 of file ExternalLHEProducer.cc.
References BUFSIZE, Exception, gen::n, outputFile_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 92 of file ExternalLHEProducer.cc.
Referenced by beginRunProduce(), executeScript(), ExternalLHEProducer(), valtools.webpage::parseArgs(), and batchmanager.BatchManager::ParseOptions().
|
private |
Definition at line 94 of file ExternalLHEProducer.cc.
Referenced by beginRunProduce().
|
private |
Definition at line 93 of file ExternalLHEProducer.cc.
Referenced by ExternalLHEProducer().
|
private |
Definition at line 96 of file ExternalLHEProducer.cc.
Referenced by beginRunProduce(), and preallocThreads().
|
private |
Definition at line 97 of file ExternalLHEProducer.cc.
|
private |
Definition at line 91 of file ExternalLHEProducer.cc.
Referenced by beginRunProduce(), endRunProduce(), and readOutput().
|
private |
Definition at line 102 of file ExternalLHEProducer.cc.
Referenced by endRunProduce(), nextEvent(), and produce().
|
private |
Definition at line 99 of file ExternalLHEProducer.cc.
Referenced by beginRunProduce(), endRunProduce(), and nextEvent().
|
private |
Definition at line 101 of file ExternalLHEProducer.cc.
Referenced by beginRunProduce(), nextEvent(), and produce().
|
private |
Definition at line 100 of file ExternalLHEProducer.cc.
Referenced by beginRunProduce(), and nextEvent().
|
private |
Definition at line 103 of file ExternalLHEProducer.cc.
Referenced by beginRunProduce(), endRunProduce(), and produce().
|
private |
Definition at line 90 of file ExternalLHEProducer.cc.
Referenced by executeScript().
|
private |
Definition at line 95 of file ExternalLHEProducer.cc.
Referenced by beginRunProduce().
|
private |
Definition at line 104 of file ExternalLHEProducer.cc.
Referenced by beginRunProduce(), and produce().