#include <ESRawDataTask.h>
Public Member Functions | |
ESRawDataTask (const edm::ParameterSet &ps) | |
virtual | ~ESRawDataTask () |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
EDConsumerBase () | |
ProductHolderIndex | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) |
Analyze. More... | |
void | beginJob (void) |
BeginJob. More... | |
void | beginRun (const edm::Run &r, const edm::EventSetup &c) |
BeginRun. More... | |
void | cleanup (void) |
Cleanup. More... | |
void | endJob (void) |
EndJob. More... | |
void | endRun (const edm::Run &r, const edm::EventSetup &c) |
EndRun. More... | |
void | reset (void) |
Reset. More... | |
void | setup (void) |
Setup. More... | |
Protected Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
CurrentProcessingContext const * | currentContext () const |
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::InputTag | dccCollections_ |
DQMStore * | dqmStore_ |
bool | enableCleanup_ |
edm::InputTag | FEDRawDataCollection_ |
int | ievt_ |
bool | init_ |
MonitorElement * | meBXDCCErrors_ |
MonitorElement * | meBXDiff_ |
MonitorElement * | meL1ADCCErrors_ |
MonitorElement * | meL1ADiff_ |
MonitorElement * | meOrbitNumberDCCErrors_ |
MonitorElement * | meOrbitNumberDiff_ |
bool | mergeRuns_ |
std::string | prefixME_ |
int | runNum_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Definition at line 11 of file ESRawDataTask.h.
ESRawDataTask::ESRawDataTask | ( | const edm::ParameterSet & | ps | ) |
Definition at line 32 of file ESRawDataTask.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), and cppFunctionSkipper::operator.
|
virtual |
Definition at line 47 of file ESRawDataTask.cc.
|
protectedvirtual |
Analyze.
Implements edm::EDAnalyzer.
Definition at line 161 of file ESRawDataTask.cc.
References edm::EventBase::bunchCrossing(), FEDRawData::data(), ESDCCHeaderBlock::fedId(), ESDCCHeaderBlock::getBX(), edm::Event::getByLabel(), ESDCCHeaderBlock::getLV1(), ESDCCHeaderBlock::getOrbitNumber(), edm::EventBase::id(), FEDHeader::lvl1ID(), edm::EventBase::orbitNumber(), edm::EventID::run(), HcalObjRepresent::setup(), and FEDRawData::size().
|
protectedvirtual |
BeginJob.
Reimplemented from edm::EDAnalyzer.
Definition at line 50 of file ESRawDataTask.cc.
|
protectedvirtual |
BeginRun.
Reimplemented from edm::EDAnalyzer.
Definition at line 61 of file ESRawDataTask.cc.
References reset().
|
protected |
Cleanup.
Definition at line 122 of file ESRawDataTask.cc.
|
protectedvirtual |
EndJob.
Reimplemented from edm::EDAnalyzer.
Definition at line 153 of file ESRawDataTask.cc.
References edm::cleanup().
|
protectedvirtual |
|
protected |
|
protected |
Setup.
Definition at line 75 of file ESRawDataTask.cc.
References timingPdfMaker::histo.
|
private |
Definition at line 55 of file ESRawDataTask.h.
|
private |
Definition at line 48 of file ESRawDataTask.h.
|
private |
Definition at line 52 of file ESRawDataTask.h.
|
private |
Definition at line 56 of file ESRawDataTask.h.
|
private |
Definition at line 46 of file ESRawDataTask.h.
|
private |
Definition at line 66 of file ESRawDataTask.h.
|
private |
Definition at line 60 of file ESRawDataTask.h.
|
private |
Definition at line 63 of file ESRawDataTask.h.
|
private |
Definition at line 59 of file ESRawDataTask.h.
|
private |
Definition at line 62 of file ESRawDataTask.h.
|
private |
Definition at line 61 of file ESRawDataTask.h.
|
private |
Definition at line 64 of file ESRawDataTask.h.
|
private |
Definition at line 53 of file ESRawDataTask.h.
|
private |
Definition at line 50 of file ESRawDataTask.h.
|
private |
Definition at line 67 of file ESRawDataTask.h.