#include <RawDataCollectorByLabel.h>
Public Member Functions | |
void | produce (edm::Event &e, const edm::EventSetup &c) override |
RawDataCollectorByLabel (const edm::ParameterSet &pset) | |
Constructor. More... | |
~RawDataCollectorByLabel () 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 |
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 | |
std::vector< edm::InputTag > | inputTags_ |
std::vector< edm::EDGetTokenT < FEDRawDataCollection > > | inputTokens_ |
int | verbose_ |
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 14 of file RawDataCollectorByLabel.h.
|
private |
Definition at line 25 of file RawDataCollectorByLabel.h.
|
private |
Definition at line 26 of file RawDataCollectorByLabel.h.
RawDataCollectorByLabel::RawDataCollectorByLabel | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 23 of file RawDataCollectorByLabel.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), and beam_dqm_sourceclient-live_cfg::inputTag.
|
override |
|
override |
Get Data from all FEDs
Definition at line 36 of file RawDataCollectorByLabel.cc.
References gather_cfg::cout, FEDRawData::data(), data, FEDRawDataCollection::FEDData(), edm::Event::getByToken(), mps_fire::i, input, dqmiolumiharvest::j, isotrackApplyRegressor::k, FEDNumbering::MAXFEDID, eostools::move(), edm::Event::put(), FEDRawData::resize(), FEDRawData::size(), and findQualityFiles::size.
|
private |
Definition at line 28 of file RawDataCollectorByLabel.h.
|
private |
Definition at line 29 of file RawDataCollectorByLabel.h.
|
private |
Definition at line 30 of file RawDataCollectorByLabel.h.