#include <ESRawDataTask.h>
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) override |
Analyze. More... | |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
Setup. More... | |
void | endJob (void) override |
EndJob. More... | |
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) |
Private Attributes | |
edm::EDGetTokenT< ESRawDataCollection > | dccCollections_ |
edm::EDGetTokenT< FEDRawDataCollection > | FEDRawDataCollection_ |
int | ievt_ |
MonitorElement * | meBXDCCErrors_ |
MonitorElement * | meBXDiff_ |
MonitorElement * | meL1ADCCErrors_ |
MonitorElement * | meL1ADiff_ |
MonitorElement * | meOrbitNumberDCCErrors_ |
MonitorElement * | meOrbitNumberDiff_ |
std::string | prefixME_ |
int | runNum_ |
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 |
Static Public Member Functions inherited from edm::one::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Attributes inherited from DQMEDAnalyzer | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
Definition at line 15 of file ESRawDataTask.h.
ESRawDataTask::ESRawDataTask | ( | const edm::ParameterSet & | ps | ) |
Definition at line 29 of file ESRawDataTask.cc.
References edm::ParameterSet::getParameter(), and edm::ParameterSet::getUntrackedParameter().
|
inlineoverride |
Definition at line 20 of file ESRawDataTask.h.
References analyze(), bookHistograms(), EnergyCorrector::c, MillePedeFileConverter_cfg::e, and endJob().
|
overrideprotected |
Analyze.
Definition at line 87 of file ESRawDataTask.cc.
References edm::SortedCollection< T, SORT >::begin(), edm::EventBase::bunchCrossing(), FEDRawData::data(), DEFINE_FWK_MODULE, edm::SortedCollection< T, SORT >::end(), FEDRawDataCollection::FEDData(), ESDCCHeaderBlock::fedId(), ESDCCHeaderBlock::getBX(), edm::Event::getByToken(), ESDCCHeaderBlock::getLV1(), ESDCCHeaderBlock::getOrbitNumber(), RecoTauValidation_cfi::header, edm::EventBase::id(), edm::EventBase::orbitNumber(), edm::EventID::run(), and FEDRawData::size().
Referenced by ~ESRawDataTask().
|
overrideprotectedvirtual |
Setup.
Implements DQMEDAnalyzer.
Definition at line 39 of file ESRawDataTask.cc.
References DQMStore::IBooker::book1D(), trackerHits::histo, MonitorElement::setAxisTitle(), and DQMStore::IBooker::setCurrentFolder().
Referenced by ~ESRawDataTask().
|
overrideprotectedvirtual |
EndJob.
Reimplemented from edm::one::EDProducerBase.
Definition at line 81 of file ESRawDataTask.cc.
Referenced by ~ESRawDataTask().
|
private |
Definition at line 39 of file ESRawDataTask.h.
|
private |
Definition at line 40 of file ESRawDataTask.h.
|
private |
Definition at line 35 of file ESRawDataTask.h.
|
private |
Definition at line 44 of file ESRawDataTask.h.
|
private |
Definition at line 47 of file ESRawDataTask.h.
|
private |
Definition at line 43 of file ESRawDataTask.h.
|
private |
Definition at line 46 of file ESRawDataTask.h.
|
private |
Definition at line 45 of file ESRawDataTask.h.
|
private |
Definition at line 48 of file ESRawDataTask.h.
|
private |
Definition at line 37 of file ESRawDataTask.h.
|
private |
Definition at line 50 of file ESRawDataTask.h.