#include <DQMHcalDiJetsAlCaReco.h>
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 |
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 | |
bool | allowMissingInputs_ |
edm::EDGetTokenT< EcalRecHitCollection > | ec_ |
int | eventCounter_ |
std::string | fileName_ |
Output file name if required. More... | |
std::string | folderName_ |
DQM folder name. More... | |
edm::EDGetTokenT< HBHERecHitCollection > | hbhe_ |
edm::EDGetTokenT< HFRecHitCollection > | hf_ |
MonitorElement * | hiDistrEtThirdJet_ |
MonitorElement * | hiDistrProbeJetEnergy_ |
MonitorElement * | hiDistrProbeJetEta_ |
MonitorElement * | hiDistrProbeJetPhi_ |
MonitorElement * | hiDistrRecHitEnergyEBEE_ |
MonitorElement * | hiDistrRecHitEnergyHBHE_ |
MonitorElement * | hiDistrRecHitEnergyHF_ |
MonitorElement * | hiDistrRecHitEnergyHO_ |
MonitorElement * | hiDistrTagJetEnergy_ |
MonitorElement * | hiDistrTagJetEta_ |
MonitorElement * | hiDistrTagJetPhi_ |
edm::EDGetTokenT< HORecHitCollection > | ho_ |
edm::EDGetTokenT< reco::CaloJetCollection > | jets_ |
object to monitor More... | |
bool | saveToFile_ |
Write to file. More... | |
Additional Inherited Members | |
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 |
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 Attributes inherited from DQMEDAnalyzer | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
Definition at line 27 of file DQMHcalDiJetsAlCaReco.h.
DQMHcalDiJetsAlCaReco::DQMHcalDiJetsAlCaReco | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 42 of file DQMHcalDiJetsAlCaReco.cc.
References ec_, fileName_, folderName_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), hbhe_, hf_, ho_, jets_, and saveToFile_.
|
override |
Definition at line 62 of file DQMHcalDiJetsAlCaReco.cc.
|
overrideprotected |
Definition at line 123 of file DQMHcalDiJetsAlCaReco.cc.
References edm::SortedCollection< T, SORT >::begin(), RecoEcal_EventContent_cff::ec, ec_, edm::SortedCollection< T, SORT >::end(), reco::LeafCandidate::energy(), reco::LeafCandidate::et(), reco::LeafCandidate::eta(), eventCounter_, MonitorElement::Fill(), edm::Event::getByToken(), photonIsolationHIProducer_cfi::hbhe, hbhe_, photonIsolationHIProducer_cfi::hf, hf_, hiDistrEtThirdJet_, hiDistrProbeJetEnergy_, hiDistrProbeJetEta_, hiDistrProbeJetPhi_, hiDistrRecHitEnergyEBEE_, hiDistrRecHitEnergyHBHE_, hiDistrRecHitEnergyHF_, hiDistrRecHitEnergyHO_, hiDistrTagJetEnergy_, hiDistrTagJetEta_, hiDistrTagJetPhi_, photonIsolationHIProducer_cfi::ho, ho_, edm::HandleBase::isValid(), metsig::jet, fwrapper::jets, jets_, LogDebug, reco::LeafCandidate::phi(), and mathSSE::return().
|
overrideprotectedvirtual |
Implements DQMEDAnalyzer.
Definition at line 66 of file DQMHcalDiJetsAlCaReco.cc.
References DQMStore::IBooker::book1D(), folderName_, hiDistrEtThirdJet_, hiDistrProbeJetEnergy_, hiDistrProbeJetEta_, hiDistrProbeJetPhi_, hiDistrRecHitEnergyEBEE_, hiDistrRecHitEnergyHBHE_, hiDistrRecHitEnergyHF_, hiDistrRecHitEnergyHO_, hiDistrTagJetEnergy_, hiDistrTagJetEta_, hiDistrTagJetPhi_, MonitorElement::setAxisTitle(), and DQMStore::IBooker::setCurrentFolder().
|
private |
Definition at line 81 of file DQMHcalDiJetsAlCaReco.h.
|
private |
Definition at line 67 of file DQMHcalDiJetsAlCaReco.h.
Referenced by analyze(), and DQMHcalDiJetsAlCaReco().
|
private |
Definition at line 44 of file DQMHcalDiJetsAlCaReco.h.
Referenced by analyze().
|
private |
Output file name if required.
Definition at line 79 of file DQMHcalDiJetsAlCaReco.h.
Referenced by DQMHcalDiJetsAlCaReco().
|
private |
DQM folder name.
Definition at line 73 of file DQMHcalDiJetsAlCaReco.h.
Referenced by bookHistograms(), and DQMHcalDiJetsAlCaReco().
|
private |
Definition at line 68 of file DQMHcalDiJetsAlCaReco.h.
Referenced by analyze(), and DQMHcalDiJetsAlCaReco().
|
private |
Definition at line 70 of file DQMHcalDiJetsAlCaReco.h.
Referenced by analyze(), and DQMHcalDiJetsAlCaReco().
|
private |
Definition at line 62 of file DQMHcalDiJetsAlCaReco.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 54 of file DQMHcalDiJetsAlCaReco.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 55 of file DQMHcalDiJetsAlCaReco.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 56 of file DQMHcalDiJetsAlCaReco.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 49 of file DQMHcalDiJetsAlCaReco.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 50 of file DQMHcalDiJetsAlCaReco.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 51 of file DQMHcalDiJetsAlCaReco.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 52 of file DQMHcalDiJetsAlCaReco.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 58 of file DQMHcalDiJetsAlCaReco.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 59 of file DQMHcalDiJetsAlCaReco.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 60 of file DQMHcalDiJetsAlCaReco.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 69 of file DQMHcalDiJetsAlCaReco.h.
Referenced by analyze(), and DQMHcalDiJetsAlCaReco().
|
private |
object to monitor
Definition at line 66 of file DQMHcalDiJetsAlCaReco.h.
Referenced by analyze(), and DQMHcalDiJetsAlCaReco().
|
private |
Write to file.
Definition at line 76 of file DQMHcalDiJetsAlCaReco.h.
Referenced by DQMHcalDiJetsAlCaReco().