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 | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
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<> | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Definition at line 25 of file RawDataMapperByLabel.cc.
|
private |
Definition at line 39 of file RawDataMapperByLabel.cc.
|
private |
Definition at line 40 of file RawDataMapperByLabel.cc.
RawDataMapperByLabel::RawDataMapperByLabel | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 53 of file RawDataMapperByLabel.cc.
References HiClusterCompatibility_cfi::inputTag, inputTags_, and inputTokens_.
|
override |
|
static |
Definition at line 102 of file RawDataMapperByLabel.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), and DEFINE_FWK_MODULE.
|
override |
Definition at line 75 of file RawDataMapperByLabel.cc.
References Exception, filledCollectionName_, firstEvent_, edm::Event::getByToken(), input, HiClusterCompatibility_cfi::inputTag, inputTags_, inputTokens_, edm::HandleBase::isValid(), mainCollectionTag_, edm::Handle< T >::product(), and edm::Event::put().
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
Definition at line 46 of file RawDataMapperByLabel.cc.
Referenced by produce().
|
private |
Definition at line 47 of file RawDataMapperByLabel.cc.
Referenced by produce().
|
private |
Definition at line 42 of file RawDataMapperByLabel.cc.
Referenced by produce(), and RawDataMapperByLabel().
|
private |
Definition at line 43 of file RawDataMapperByLabel.cc.
Referenced by produce(), and RawDataMapperByLabel().
|
private |
Definition at line 45 of file RawDataMapperByLabel.cc.
Referenced by produce().