#include <PedestalTask.h>
Public Attributes | |
tuple | pedestalTask |
Protected Member Functions | |
virtual void | _dump () |
virtual bool | _isApplicable (edm::Event const &) |
virtual void | _process (edm::Event const &, edm::EventSetup const &) |
virtual void | _resetMonitors (UpdateFreq) |
Protected Member Functions inherited from hcaldqm::DQTask | |
virtual int | _getCalibType (edm::Event 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) |
Protected Attributes | |
Container2D | _cPedestalMeans_depth |
Container1D | _cPedestalMeans_SubDet |
Container2D | _cPedestalRMSs_depth |
Container1D | _cPedestalRMSs_SubDet |
ContainerCompact | _cPedestals |
edm::InputTag | _tagHBHE |
edm::InputTag | _tagHF |
edm::InputTag | _tagHO |
edm::InputTag | _tagTrigger |
edm::EDGetTokenT < HBHEDigiCollection > | _tokHBHE |
edm::EDGetTokenT < HFDigiCollection > | _tokHF |
edm::EDGetTokenT < HODigiCollection > | _tokHO |
edm::EDGetTokenT < HcalTBTriggerData > | _tokTrigger |
Protected Attributes inherited from hcaldqm::DQTask | |
ContainerI | _cEvsPerLS |
ContainerI | _cEvsTotal |
ContainerS | _cProcessingTypeName |
ContainerS | _cRunKeyName |
ContainerI | _cRunKeyVal |
int | _procLSs |
edm::InputTag | _tagRaw |
edm::EDGetTokenT < FEDRawDataCollection > | _tokRaw |
Protected Attributes inherited from hcaldqm::DQModule | |
int | _currentLS |
int | _debug |
int | _evsPerLS |
int | _evsTotal |
Logger | _logger |
ModuleType | _mtype |
std::string | _name |
ProcessingType | _ptype |
std::string | _runkeyName |
int | _runkeyVal |
std::string | _subsystem |
Definition at line 19 of file PedestalTask.h.
PedestalTask::PedestalTask | ( | edm::ParameterSet const & | ps | ) |
Definition at line 5 of file PedestalTask.cc.
References _cPedestalMeans_depth, _cPedestalMeans_SubDet, _cPedestalRMSs_depth, _cPedestalRMSs_SubDet, hcaldqm::DQModule::_name, _tagHBHE, _tagHF, _tagHO, _tagTrigger, _tokHBHE, _tokHF, _tokHO, _tokTrigger, hcaldqm::axis::fADC_15, hcaldqm::axis::fADC_5, hcaldqm::axis::fdepth, hcaldqm::axis::fEntries, hcaldqm::axis::fieta, hcaldqm::axis::fiphi, hcaldqm::axis::fSubDet, hcaldqm::axis::fXaxis, hcaldqm::axis::fYaxis, edm::ParameterSet::getUntrackedParameter(), hcaldqm::Container2D::initialize(), hcaldqm::Container1D::initialize(), and HLT_FULL_cff::InputTag.
|
inlinevirtual |
Definition at line 23 of file PedestalTask.h.
|
protectedvirtual |
Definition at line 59 of file PedestalTask.cc.
References _cPedestalMeans_depth, _cPedestalMeans_SubDet, _cPedestalRMSs_depth, _cPedestalRMSs_SubDet, _cPedestals, hcaldqm::ContainerCompact::dump(), and hcaldqm::Container1D::reset().
Referenced by _process().
|
protectedvirtual |
Reimplemented from hcaldqm::DQTask.
Definition at line 121 of file PedestalTask.cc.
References hcaldqm::DQTask::_getCalibType(), hcaldqm::DQModule::_logger, hcaldqm::DQModule::_ptype, _tagTrigger, _tokTrigger, Logger::dqmthrow(), hcaldqm::fOnline, edm::Event::getByToken(), hc_Pedestal, edm::InputTag::instance(), and edm::InputTag::label().
|
protectedvirtual |
Implements hcaldqm::DQTask.
Definition at line 71 of file PedestalTask.cc.
References _cPedestals, _dump(), hcaldqm::DQModule::_evsTotal, hcaldqm::DQModule::_logger, hcaldqm::DQModule::_ptype, _tagHBHE, _tagHF, _tagHO, _tokHBHE, _tokHF, _tokHO, hcaldqm::constants::CALIBEVENTS_MIN, hcaldqm::constants::CAPS_NUM, Logger::dqmthrow(), hcaldqm::ContainerCompact::fill(), hcaldqm::fOnline, edm::Event::getByToken(), i, HFDataFrame::id(), HBHEDataFrame::id(), HODataFrame::id(), edm::InputTag::instance(), edm::InputTag::label(), HBHEDataFrame::size(), HFDataFrame::size(), and HODataFrame::size().
|
protectedvirtual |
Reimplemented from hcaldqm::DQTask.
Definition at line 54 of file PedestalTask.cc.
|
virtual |
Reimplemented from hcaldqm::DQTask.
Definition at line 44 of file PedestalTask.cc.
References _cPedestalMeans_depth, _cPedestalMeans_SubDet, _cPedestalRMSs_depth, _cPedestalRMSs_SubDet, hcaldqm::DQModule::_subsystem, hcaldqm::Container2D::book(), hcaldqm::Container1D::book(), and bookHistograms().
|
inlinevirtual |
|
protected |
Definition at line 55 of file PedestalTask.h.
Referenced by _dump(), bookHistograms(), and PedestalTask().
|
protected |
Definition at line 51 of file PedestalTask.h.
Referenced by _dump(), bookHistograms(), and PedestalTask().
|
protected |
Definition at line 56 of file PedestalTask.h.
Referenced by _dump(), bookHistograms(), and PedestalTask().
|
protected |
Definition at line 52 of file PedestalTask.h.
Referenced by _dump(), bookHistograms(), and PedestalTask().
|
protected |
Definition at line 48 of file PedestalTask.h.
Referenced by _dump(), and _process().
|
protected |
Definition at line 39 of file PedestalTask.h.
Referenced by _process(), and PedestalTask().
|
protected |
Definition at line 41 of file PedestalTask.h.
Referenced by _process(), and PedestalTask().
|
protected |
Definition at line 40 of file PedestalTask.h.
Referenced by _process(), and PedestalTask().
|
protected |
Definition at line 42 of file PedestalTask.h.
Referenced by _isApplicable(), and PedestalTask().
|
protected |
Definition at line 43 of file PedestalTask.h.
Referenced by _process(), and PedestalTask().
|
protected |
Definition at line 45 of file PedestalTask.h.
Referenced by _process(), and PedestalTask().
|
protected |
Definition at line 44 of file PedestalTask.h.
Referenced by _process(), and PedestalTask().
|
protected |
Definition at line 46 of file PedestalTask.h.
Referenced by _isApplicable(), and PedestalTask().
tuple PedestalTask.pedestalTask |
Definition at line 3 of file PedestalTask.py.