Public Member Functions | |
void | produce (edm::Event &e, const edm::EventSetup &c) override |
RawDataMapperByLabel (const edm::ParameterSet &pset) | |
Constructor. More... | |
~RawDataMapperByLabel () override | |
Destructor. More... | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &) |
Private Types | |
typedef std::vector< edm::InputTag >::const_iterator | tag_iterator_t |
typedef std::vector< edm::EDGetTokenT< FEDRawDataCollection > >::const_iterator | tok_iterator_t |
Private Attributes | |
edm::InputTag | filledCollectionName_ |
bool | firstEvent_ |
std::vector< edm::InputTag > | inputTags_ |
std::vector< edm::EDGetTokenT< FEDRawDataCollection > > | inputTokens_ |
edm::InputTag | mainCollectionTag_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Definition at line 25 of file RawDataMapperByLabel.cc.
|
private |
Definition at line 38 of file RawDataMapperByLabel.cc.
|
private |
Definition at line 39 of file RawDataMapperByLabel.cc.
RawDataMapperByLabel::RawDataMapperByLabel | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 49 of file RawDataMapperByLabel.cc.
References SimL1EmulatorRepack_Full_cff::inputTag, inputTags_, and inputTokens_.
|
override |
|
static |
Definition at line 92 of file RawDataMapperByLabel.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, and HLT_2022v15_cff::InputTag.
|
override |
Definition at line 64 of file RawDataMapperByLabel.cc.
References MillePedeFileConverter_cfg::e, Exception, filledCollectionName_, firstEvent_, input, SimL1EmulatorRepack_Full_cff::inputTag, inputTags_, inputTokens_, and mainCollectionTag_.
|
private |
Definition at line 45 of file RawDataMapperByLabel.cc.
Referenced by produce().
|
private |
Definition at line 46 of file RawDataMapperByLabel.cc.
Referenced by produce().
|
private |
Definition at line 41 of file RawDataMapperByLabel.cc.
Referenced by produce(), and RawDataMapperByLabel().
|
private |
Definition at line 42 of file RawDataMapperByLabel.cc.
Referenced by produce(), and RawDataMapperByLabel().
|
private |
Definition at line 44 of file RawDataMapperByLabel.cc.
Referenced by produce().