#include <EETimingTask.h>
Static Public Attributes | |
static const float | shiftProf2D = 50. |
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::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 | |
DQMStore * | dqmStore_ |
edm::EDGetTokenT < EcalRawDataCollection > | EcalRawDataCollection_ |
edm::EDGetTokenT < EcalRecHitCollection > | EcalRecHitCollection_ |
bool | enableCleanup_ |
float | energyThreshold_ |
int | ievt_ |
bool | init_ |
bool | initCaloGeometry_ |
edm::EDGetTokenT < L1GlobalTriggerEvmReadoutRecord > | L1GtEvmReadoutRecord_ |
bool | mergeRuns_ |
MonitorElement * | meTime_ [18] |
MonitorElement * | meTimeAmpli_ [18] |
MonitorElement * | meTimeAmpliSummary_ [2] |
MonitorElement * | meTimeDelta2D_ |
MonitorElement * | meTimeDelta_ |
MonitorElement * | meTimeMap_ [18] |
MonitorElement * | meTimeSummary1D_ [2] |
MonitorElement * | meTimeSummaryMap_ [2] |
edm::ESHandle< CaloGeometry > | pGeometry_ |
std::string | prefixME_ |
bool | stableBeamsDeclared_ |
bool | useBeamStatus_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
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 28 of file EETimingTask.h.
EETimingTask::EETimingTask | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 29 of file EETimingTask.cc.
References dqmStore_, EcalRawDataCollection_, EcalRecHitCollection_, enableCleanup_, energyThreshold_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), i, init_, initCaloGeometry_, L1GtEvmReadoutRecord_, mergeRuns_, meTime_, meTimeAmpli_, meTimeAmpliSummary_, meTimeDelta2D_, meTimeDelta_, meTimeMap_, meTimeSummary1D_, meTimeSummaryMap_, cppFunctionSkipper::operator, prefixME_, stableBeamsDeclared_, AlCaHLTBitMon_QueryRunRegistry::string, and useBeamStatus_.
|
virtual |
|
protectedvirtual |
Analyze.
Implements edm::EDAnalyzer.
Definition at line 262 of file EETimingTask.cc.
References EcalDCCHeaderBlock::COSMIC, EcalDCCHeaderBlock::COSMICS_GLOBAL, EcalDCCHeaderBlock::COSMICS_LOCAL, EcalEndcap, EcalRawDataCollection_, EcalRecHitCollection_, energyThreshold_, MonitorElement::Fill(), edm::EventSetup::get(), edm::Event::getByToken(), i, ievt_, init_, ecalpyutils::ism(), Numbers::iSM(), EEDetId::ix(), EcalRecHit::kGood, EcalRecHit::kOutOfTime, EcalSeverityLevel::kWeird, L1GtEvmReadoutRecord_, LogDebug, meTime_, meTimeAmpli_, meTimeAmpliSummary_, meTimeDelta2D_, meTimeDelta_, meTimeMap_, meTimeSummary1D_, meTimeSummaryMap_, EcalDCCHeaderBlock::MTCC, EcalDCCHeaderBlock::PHYSICS_GLOBAL, EcalDCCHeaderBlock::PHYSICS_LOCAL, reset(), environment_file_cff::runType, setup(), shiftProf2D, stableBeamsDeclared_, Numbers::subDet(), and useBeamStatus_.
|
protectedvirtual |
BeginJob.
Reimplemented from edm::EDAnalyzer.
Definition at line 75 of file EETimingTask.cc.
References dqmStore_, ievt_, prefixME_, DQMStore::rmdir(), and DQMStore::setCurrentFolder().
|
protectedvirtual |
BeginRun.
Reimplemented from edm::EDAnalyzer.
Definition at line 86 of file EETimingTask.cc.
References edm::EventSetup::get(), initCaloGeometry_, Numbers::initGeometry(), mergeRuns_, pGeometry_, reset(), and stableBeamsDeclared_.
|
protected |
Cleanup.
Definition at line 212 of file EETimingTask.cc.
References dqmStore_, MonitorElement::getName(), i, init_, meTime_, meTimeAmpli_, meTimeAmpliSummary_, meTimeDelta2D_, meTimeDelta_, meTimeMap_, meTimeSummary1D_, meTimeSummaryMap_, prefixME_, DQMStore::removeElement(), and DQMStore::setCurrentFolder().
Referenced by endJob().
|
protectedvirtual |
EndJob.
Reimplemented from edm::EDAnalyzer.
Definition at line 254 of file EETimingTask.cc.
References cleanup(), enableCleanup_, and ievt_.
|
protectedvirtual |
|
protected |
Reset.
Definition at line 105 of file EETimingTask.cc.
References i, meTime_, meTimeAmpli_, meTimeAmpliSummary_, meTimeDelta2D_, meTimeDelta_, meTimeMap_, meTimeSummary1D_, meTimeSummaryMap_, and MonitorElement::Reset().
Referenced by analyze(), and beginRun().
|
protected |
Setup.
Definition at line 124 of file EETimingTask.cc.
References DQMStore::book1D(), DQMStore::book2D(), DQMStore::bookProfile2D(), dqmStore_, i, init_, Numbers::ix0EE(), Numbers::iy0EE(), meTime_, meTimeAmpli_, meTimeAmpliSummary_, meTimeDelta2D_, meTimeDelta_, meTimeMap_, meTimeSummary1D_, meTimeSummaryMap_, mergeVDriftHistosByStation::name, funct::pow(), prefixME_, Numbers::sEE(), MonitorElement::setAxisTitle(), DQMStore::setCurrentFolder(), shiftProf2D, AlCaHLTBitMon_QueryRunRegistry::string, and DQMStore::tag().
Referenced by analyze().
|
private |
Definition at line 70 of file EETimingTask.h.
Referenced by beginJob(), cleanup(), EETimingTask(), and setup().
|
private |
Definition at line 80 of file EETimingTask.h.
Referenced by analyze(), and EETimingTask().
|
private |
Definition at line 81 of file EETimingTask.h.
Referenced by analyze(), and EETimingTask().
|
private |
Definition at line 74 of file EETimingTask.h.
Referenced by EETimingTask(), and endJob().
|
private |
Definition at line 78 of file EETimingTask.h.
Referenced by analyze(), and EETimingTask().
|
private |
Definition at line 68 of file EETimingTask.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 95 of file EETimingTask.h.
Referenced by analyze(), cleanup(), EETimingTask(), and setup().
|
private |
Definition at line 96 of file EETimingTask.h.
Referenced by beginRun(), and EETimingTask().
|
private |
Definition at line 82 of file EETimingTask.h.
Referenced by analyze(), and EETimingTask().
|
private |
Definition at line 76 of file EETimingTask.h.
Referenced by beginRun(), and EETimingTask().
|
private |
Definition at line 84 of file EETimingTask.h.
Referenced by analyze(), cleanup(), EETimingTask(), reset(), and setup().
|
private |
Definition at line 86 of file EETimingTask.h.
Referenced by analyze(), cleanup(), EETimingTask(), reset(), and setup().
|
private |
Definition at line 88 of file EETimingTask.h.
Referenced by analyze(), cleanup(), EETimingTask(), reset(), and setup().
|
private |
Definition at line 91 of file EETimingTask.h.
Referenced by analyze(), cleanup(), EETimingTask(), reset(), and setup().
|
private |
Definition at line 91 of file EETimingTask.h.
Referenced by analyze(), cleanup(), EETimingTask(), reset(), and setup().
|
private |
Definition at line 85 of file EETimingTask.h.
Referenced by analyze(), cleanup(), EETimingTask(), reset(), and setup().
|
private |
Definition at line 89 of file EETimingTask.h.
Referenced by analyze(), cleanup(), EETimingTask(), reset(), and setup().
|
private |
Definition at line 90 of file EETimingTask.h.
Referenced by analyze(), cleanup(), EETimingTask(), reset(), and setup().
|
private |
Definition at line 93 of file EETimingTask.h.
Referenced by beginRun().
|
private |
Definition at line 72 of file EETimingTask.h.
Referenced by beginJob(), cleanup(), EETimingTask(), and setup().
|
static |
Definition at line 38 of file EETimingTask.h.
|
private |
Definition at line 99 of file EETimingTask.h.
Referenced by analyze(), beginRun(), and EETimingTask().
|
private |
Definition at line 98 of file EETimingTask.h.
Referenced by analyze(), and EETimingTask().