Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
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 Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) override |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
void | dqmEndRun (const edm::Run &r, const edm::EventSetup &c) override |
Protected Member Functions inherited from DQMOneEDAnalyzer<> | |
virtual void | dqmBeginRun (edm::Run const &, edm::EventSetup const &) |
Protected Member Functions inherited from edm::ProducerBase | |
ProducesCollector | producesCollector () |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () noexcept |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) noexcept |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
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) |
void | resetItemsToGetFrom (BranchType iType) |
Private Attributes | |
std::string | folderName_ |
MonitorElement * | hiDistr2D_ [maxDepth_] |
double | hiDistr_x_max_ |
double | hiDistr_x_min_ |
int | hiDistr_x_nbin_ |
double | hiDistr_y_max_ |
double | hiDistr_y_min_ |
int | hiDistr_y_nbin_ |
MonitorElement * | hiDistrHBHEsize1D_ |
MonitorElement * | hiDistrHFsize1D_ |
MonitorElement * | hiDistrHOsize1D_ |
edm::EDGetTokenT < HBHERecHitCollection > | tok_hbhe_ |
object to monitor More... | |
edm::EDGetTokenT < HFRecHitCollection > | tok_hf_ |
edm::EDGetTokenT < HORecHitCollection > | tok_ho_ |
Static Private Attributes | |
static constexpr int | maxDepth_ = 7 |
Additional Inherited Members | |
Public Types inherited from DQMOneEDAnalyzer<> | |
typedef dqm::reco::DQMStore | DQMStore |
typedef dqm::reco::MonitorElement | MonitorElement |
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 |
Protected Attributes inherited from DQMOneEDAnalyzer<> | |
edm::EDPutTokenT< DQMToken > | runToken_ |
Definition at line 38 of file DQMHcalIterativePhiSymAlCaReco.cc.
DQMHcalIterativePhiSymAlCaReco::DQMHcalIterativePhiSymAlCaReco | ( | const edm::ParameterSet & | ps | ) |
Definition at line 81 of file DQMHcalIterativePhiSymAlCaReco.cc.
References folderName_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), hiDistr_x_max_, hiDistr_x_min_, hiDistr_x_nbin_, hiDistr_y_max_, hiDistr_y_min_, hiDistr_y_nbin_, AlCaHLTBitMon_QueryRunRegistry::string, tok_hbhe_, tok_hf_, and tok_ho_.
|
override |
Definition at line 101 of file DQMHcalIterativePhiSymAlCaReco.cc.
|
overrideprotectedvirtual |
Reimplemented from DQMOneEDAnalyzer<>.
Definition at line 146 of file DQMHcalIterativePhiSymAlCaReco.cc.
References edm::SortedCollection< T, SORT >::begin(), HcalDetId::depth(), edm::SortedCollection< T, SORT >::end(), dqm::impl::MonitorElement::Fill(), edm::Event::getByToken(), hiDistr2D_, hiDistrHBHEsize1D_, hiDistrHFsize1D_, hiDistrHOsize1D_, gpuClustering::id, HcalDetId::ieta(), HcalDetId::iphi(), edm::HandleBase::isValid(), maxDepth_, edm::Handle< T >::product(), edm::SortedCollection< T, SORT >::size(), tok_hbhe_, tok_hf_, and tok_ho_.
|
overrideprotectedvirtual |
Implements DQMOneEDAnalyzer<>.
Definition at line 119 of file DQMHcalIterativePhiSymAlCaReco.cc.
References dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::book2D(), folderName_, hiDistr2D_, hiDistr_x_max_, hiDistr_x_min_, hiDistr_x_nbin_, hiDistr_y_max_, hiDistr_y_min_, hiDistr_y_nbin_, hiDistrHBHEsize1D_, hiDistrHFsize1D_, hiDistrHOsize1D_, isotrackApplyRegressor::k, maxDepth_, mergeVDriftHistosByStation::name, dqm::impl::MonitorElement::setAxisTitle(), dqm::implementation::NavigatorBase::setCurrentFolder(), and runGCPTkAlMap::title.
|
inlineoverrideprotectedvirtual |
Reimplemented from DQMOneEDAnalyzer<>.
Definition at line 50 of file DQMHcalIterativePhiSymAlCaReco.cc.
|
static |
Definition at line 103 of file DQMHcalIterativePhiSymAlCaReco.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), edm::ParameterSetDescription::addUntracked(), submitPVResolutionJobs::desc, HLT_FULL_cff::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 63 of file DQMHcalIterativePhiSymAlCaReco.cc.
Referenced by bookHistograms(), and DQMHcalIterativePhiSymAlCaReco().
|
private |
Definition at line 57 of file DQMHcalIterativePhiSymAlCaReco.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 69 of file DQMHcalIterativePhiSymAlCaReco.cc.
Referenced by bookHistograms(), and DQMHcalIterativePhiSymAlCaReco().
|
private |
Definition at line 68 of file DQMHcalIterativePhiSymAlCaReco.cc.
Referenced by bookHistograms(), and DQMHcalIterativePhiSymAlCaReco().
|
private |
Definition at line 65 of file DQMHcalIterativePhiSymAlCaReco.cc.
Referenced by bookHistograms(), and DQMHcalIterativePhiSymAlCaReco().
|
private |
Definition at line 67 of file DQMHcalIterativePhiSymAlCaReco.cc.
Referenced by bookHistograms(), and DQMHcalIterativePhiSymAlCaReco().
|
private |
Definition at line 66 of file DQMHcalIterativePhiSymAlCaReco.cc.
Referenced by bookHistograms(), and DQMHcalIterativePhiSymAlCaReco().
|
private |
Definition at line 64 of file DQMHcalIterativePhiSymAlCaReco.cc.
Referenced by bookHistograms(), and DQMHcalIterativePhiSymAlCaReco().
|
private |
Definition at line 59 of file DQMHcalIterativePhiSymAlCaReco.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 60 of file DQMHcalIterativePhiSymAlCaReco.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 61 of file DQMHcalIterativePhiSymAlCaReco.cc.
Referenced by analyze(), and bookHistograms().
|
staticprivate |
Definition at line 53 of file DQMHcalIterativePhiSymAlCaReco.cc.
Referenced by analyze(), and bookHistograms().
|
private |
object to monitor
Definition at line 72 of file DQMHcalIterativePhiSymAlCaReco.cc.
Referenced by analyze(), and DQMHcalIterativePhiSymAlCaReco().
|
private |
Definition at line 74 of file DQMHcalIterativePhiSymAlCaReco.cc.
Referenced by analyze(), and DQMHcalIterativePhiSymAlCaReco().
|
private |
Definition at line 73 of file DQMHcalIterativePhiSymAlCaReco.cc.
Referenced by analyze(), and DQMHcalIterativePhiSymAlCaReco().