#include <EETestPulseTask.h>
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 | |
float | amplitudeThreshold_ |
DQMStore * | dqmStore_ |
edm::EDGetTokenT < EcalPnDiodeDigiCollection > | EcalPnDiodeDigiCollection_ |
edm::EDGetTokenT < EcalRawDataCollection > | EcalRawDataCollection_ |
edm::EDGetTokenT < EcalUncalibratedRecHitCollection > | EcalUncalibratedRecHitCollection_ |
edm::EDGetTokenT < EEDigiCollection > | EEDigiCollection_ |
bool | enableCleanup_ |
int | ievt_ |
bool | init_ |
MonitorElement * | meAmplMapG01_ [18] |
MonitorElement * | meAmplMapG06_ [18] |
MonitorElement * | meAmplMapG12_ [18] |
MonitorElement * | mePnAmplMapG01_ [18] |
MonitorElement * | mePnAmplMapG16_ [18] |
MonitorElement * | mePnPedMapG01_ [18] |
MonitorElement * | mePnPedMapG16_ [18] |
bool | mergeRuns_ |
MonitorElement * | meShapeMapG01_ [18] |
MonitorElement * | meShapeMapG06_ [18] |
MonitorElement * | meShapeMapG12_ [18] |
std::vector< int > | MGPAGains_ |
std::vector< int > | MGPAGainsPN_ |
std::string | prefixME_ |
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 22 of file EETestPulseTask.h.
EETestPulseTask::EETestPulseTask | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 28 of file EETestPulseTask.cc.
References dqmStore_, EcalPnDiodeDigiCollection_, EcalRawDataCollection_, EcalUncalibratedRecHitCollection_, EEDigiCollection_, enableCleanup_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), i, init_, meAmplMapG01_, meAmplMapG06_, meAmplMapG12_, mePnAmplMapG01_, mePnAmplMapG16_, mePnPedMapG01_, mePnPedMapG16_, mergeRuns_, meShapeMapG01_, meShapeMapG06_, meShapeMapG12_, MGPAGains_, MGPAGainsPN_, cppFunctionSkipper::operator, prefixME_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
virtual |
|
protectedvirtual |
Analyze.
Implements edm::EDAnalyzer.
Definition at line 345 of file EETestPulseTask.cc.
References ecalMGPA::adc(), EcalMGPASample::adc(), EcalEndcap, EcalPnDiodeDigiCollection_, EcalRawDataCollection_, EcalUncalibratedRecHitCollection_, EEDigiCollection_, MonitorElement::Fill(), edm::Event::getByToken(), i, Numbers::icEE(), ievt_, init_, ecalpyutils::ism(), Numbers::iSM(), EEDetId::ix(), LogDebug, meAmplMapG01_, meAmplMapG06_, meAmplMapG12_, mePnAmplMapG01_, mePnAmplMapG16_, mePnPedMapG01_, mePnPedMapG16_, meShapeMapG01_, meShapeMapG06_, meShapeMapG12_, pileupDistInMC::num, environment_file_cff::runType, EcalDataFrame::sample(), setup(), Numbers::subDet(), EcalDCCHeaderBlock::TESTPULSE_GAP, and EcalDCCHeaderBlock::TESTPULSE_MGPA.
|
protectedvirtual |
BeginJob.
Reimplemented from edm::EDAnalyzer.
Definition at line 72 of file EETestPulseTask.cc.
References dqmStore_, ievt_, prefixME_, DQMStore::rmdir(), and DQMStore::setCurrentFolder().
|
protectedvirtual |
BeginRun.
Reimplemented from edm::EDAnalyzer.
Definition at line 83 of file EETestPulseTask.cc.
References Numbers::initGeometry(), mergeRuns_, and reset().
|
protected |
Cleanup.
Definition at line 262 of file EETestPulseTask.cc.
References dqmStore_, spr::find(), i, init_, meAmplMapG01_, meAmplMapG06_, meAmplMapG12_, mePnAmplMapG01_, mePnAmplMapG16_, mePnPedMapG01_, mePnPedMapG16_, meShapeMapG01_, meShapeMapG06_, meShapeMapG12_, MGPAGains_, MGPAGainsPN_, prefixME_, DQMStore::removeElement(), and DQMStore::setCurrentFolder().
Referenced by endJob().
|
protectedvirtual |
EndJob.
Reimplemented from edm::EDAnalyzer.
Definition at line 337 of file EETestPulseTask.cc.
References cleanup(), enableCleanup_, and ievt_.
|
protectedvirtual |
|
protected |
Reset.
Definition at line 95 of file EETestPulseTask.cc.
References spr::find(), i, meAmplMapG01_, meAmplMapG06_, meAmplMapG12_, mePnAmplMapG01_, mePnAmplMapG16_, mePnPedMapG01_, mePnPedMapG16_, meShapeMapG01_, meShapeMapG06_, meShapeMapG12_, MGPAGains_, MGPAGainsPN_, and MonitorElement::Reset().
Referenced by beginRun().
|
protected |
Setup.
Definition at line 122 of file EETestPulseTask.cc.
References DQMStore::bookProfile(), DQMStore::bookProfile2D(), dqmStore_, spr::find(), i, init_, Numbers::ix0EE(), Numbers::iy0EE(), meAmplMapG01_, meAmplMapG06_, meAmplMapG12_, mePnAmplMapG01_, mePnAmplMapG16_, mePnPedMapG01_, mePnPedMapG16_, meShapeMapG01_, meShapeMapG06_, meShapeMapG12_, MGPAGains_, MGPAGainsPN_, mergeVDriftHistosByStation::name, prefixME_, Numbers::sEE(), MonitorElement::setAxisTitle(), DQMStore::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, and DQMStore::tag().
Referenced by analyze().
|
private |
Definition at line 93 of file EETestPulseTask.h.
|
private |
Definition at line 62 of file EETestPulseTask.h.
Referenced by beginJob(), cleanup(), EETestPulseTask(), and setup().
|
private |
Definition at line 72 of file EETestPulseTask.h.
Referenced by analyze(), and EETestPulseTask().
|
private |
Definition at line 70 of file EETestPulseTask.h.
Referenced by analyze(), and EETestPulseTask().
|
private |
Definition at line 73 of file EETestPulseTask.h.
Referenced by analyze(), and EETestPulseTask().
|
private |
Definition at line 71 of file EETestPulseTask.h.
Referenced by analyze(), and EETestPulseTask().
|
private |
Definition at line 66 of file EETestPulseTask.h.
Referenced by EETestPulseTask(), and endJob().
|
private |
Definition at line 60 of file EETestPulseTask.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 95 of file EETestPulseTask.h.
Referenced by analyze(), cleanup(), EETestPulseTask(), and setup().
|
private |
Definition at line 81 of file EETestPulseTask.h.
Referenced by analyze(), cleanup(), EETestPulseTask(), reset(), and setup().
|
private |
Definition at line 82 of file EETestPulseTask.h.
Referenced by analyze(), cleanup(), EETestPulseTask(), reset(), and setup().
|
private |
Definition at line 83 of file EETestPulseTask.h.
Referenced by analyze(), cleanup(), EETestPulseTask(), reset(), and setup().
|
private |
Definition at line 85 of file EETestPulseTask.h.
Referenced by analyze(), cleanup(), EETestPulseTask(), reset(), and setup().
|
private |
Definition at line 86 of file EETestPulseTask.h.
Referenced by analyze(), cleanup(), EETestPulseTask(), reset(), and setup().
|
private |
Definition at line 88 of file EETestPulseTask.h.
Referenced by analyze(), cleanup(), EETestPulseTask(), reset(), and setup().
|
private |
Definition at line 89 of file EETestPulseTask.h.
Referenced by analyze(), cleanup(), EETestPulseTask(), reset(), and setup().
|
private |
Definition at line 68 of file EETestPulseTask.h.
Referenced by beginRun(), and EETestPulseTask().
|
private |
Definition at line 77 of file EETestPulseTask.h.
Referenced by analyze(), cleanup(), EETestPulseTask(), reset(), and setup().
|
private |
Definition at line 78 of file EETestPulseTask.h.
Referenced by analyze(), cleanup(), EETestPulseTask(), reset(), and setup().
|
private |
Definition at line 79 of file EETestPulseTask.h.
Referenced by analyze(), cleanup(), EETestPulseTask(), reset(), and setup().
|
private |
Definition at line 74 of file EETestPulseTask.h.
Referenced by cleanup(), EETestPulseTask(), reset(), and setup().
|
private |
Definition at line 75 of file EETestPulseTask.h.
Referenced by cleanup(), EETestPulseTask(), reset(), and setup().
|
private |
Definition at line 64 of file EETestPulseTask.h.
Referenced by beginJob(), cleanup(), EETestPulseTask(), and setup().