#include <RCTMonitor.h>
Private Member Functions | |
RCTMonitor () | |
Static Private Attributes | |
static const unsigned int | ETABINS = 22 |
static const float | ETAMAX = 21.5 |
static const float | ETAMIN = -0.5 |
static const unsigned int | L1EETABINS = 22 |
static const float | L1EETAMAX = 5 |
static const float | L1EETAMIN = -5 |
static const unsigned int | L1EPHIBINS = 18 |
static const float | L1EPHIMAX = M_PI |
static const float | L1EPHIMIN = -M_PI |
static const unsigned int | METPHIBINS = 72 |
static const float | METPHIMAX = 71.5 |
static const float | METPHIMIN = -0.5 |
static const unsigned int | PHIBINS = 18 |
static const float | PHIMAX = 17.5 |
static const float | PHIMIN = -0.5 |
static const unsigned int | R10BINS = 1024 |
static const float | R10MAX = 1023.5 |
static const float | R10MIN = -0.5 |
static const unsigned int | R12BINS = 4096 |
static const float | R12MAX = 4095.5 |
static const float | R12MIN = -0.5 |
static const unsigned int | R6BINS = 64 |
static const float | R6MAX = 63.5 |
static const float | R6MIN = -0.5 |
static const unsigned int | RTPBINS = 101 |
static const float | RTPMAX = 100.5 |
static const float | RTPMIN = -0.5 |
static const unsigned int | TEVBINS = 1001 |
static const float | TEVMAX = 1000.5 |
static const float | TEVMIN = -0.5 |
static const unsigned int | TPETABINS = 65 |
static const float | TPETAMAX = 32.5 |
static const float | TPETAMIN = -32.5 |
static const unsigned int | TPPHIBINS = 72 |
static const float | TPPHIMAX = 72.5 |
static const float | TPPHIMIN = 0.5 |
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 &) |
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) |
Description: DQM monitor for the Regional Calorimeter Trigger
Definition at line 74 of file RCTMonitor.h.
|
explicit |
Definition at line 6 of file RCTMonitor.cc.
References edm::ParameterSet::getUntrackedParameter(), and m_rctSourceToken_.
RCTMonitor::~RCTMonitor | ( | ) |
Definition at line 20 of file RCTMonitor.cc.
|
private |
|
virtual |
Implements edm::EDAnalyzer.
Definition at line 44 of file RCTMonitor.cc.
References FillRCT(), and m_nevts.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 25 of file RCTMonitor.cc.
References BookRCT().
void RCTMonitor::BookRCT | ( | ) |
Definition at line 126 of file RCTMonitor.cc.
References DQMStore::book1D(), DQMStore::book2D(), ETABINS, ETAMAX, ETAMIN, m_dbe, m_rctIsoEmOccEtaPhi1, m_rctIsoEmOccEtaPhi10, m_rctIsoEmRank1, m_rctIsoEmRank10, m_rctIsoEmRankEtaPhi1, m_rctIsoEmRankEtaPhi10, m_rctNonIsoEmOccEtaPhi1, m_rctNonIsoEmOccEtaPhi10, m_rctNonIsoEmRank1, m_rctNonIsoEmRank10, m_rctNonIsoEmRankEtaPhi1, m_rctNonIsoEmRankEtaPhi10, m_rctRegionEt, m_rctRegionsEtEtaPhi, m_rctRegionsOccEtaPhi, m_rctRelaxedEmOccEtaPhi1, m_rctRelaxedEmOccEtaPhi10, m_rctRelaxedEmRank1, m_rctRelaxedEmRank10, m_rctRelaxedEmRankEtaPhi1, m_rctRelaxedEmRankEtaPhi10, m_rctTauVetoEtaPhi, PHIBINS, PHIMAX, PHIMIN, R10BINS, R10MAX, R10MIN, R6BINS, R6MAX, R6MIN, and DQMStore::setCurrentFolder().
Referenced by beginJob().
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 32 of file RCTMonitor.cc.
References m_dbe, m_outputFileName, m_writeOutputFile, DQMStore::save(), and DQMStore::showDirStructure().
void RCTMonitor::FillRCT | ( | const edm::Event & | iEvent, |
const edm::EventSetup & | iSetup | ||
) |
Definition at line 69 of file RCTMonitor.cc.
References DynamicScale(), MonitorElement::Fill(), edm::Event::getByToken(), m_rctIsoEmOccEtaPhi1, m_rctIsoEmOccEtaPhi10, m_rctIsoEmRank1, m_rctIsoEmRankEtaPhi1, m_rctNonIsoEmOccEtaPhi1, m_rctNonIsoEmOccEtaPhi10, m_rctNonIsoEmRank1, m_rctNonIsoEmRankEtaPhi1, m_rctRelaxedEmOccEtaPhi1, m_rctRelaxedEmOccEtaPhi10, m_rctRelaxedEmRank1, m_rctRelaxedEmRankEtaPhi1, and m_rctSourceToken_.
Referenced by analyze().
|
staticprivate |
Definition at line 122 of file RCTMonitor.h.
Referenced by BookRCT().
|
staticprivate |
Definition at line 122 of file RCTMonitor.h.
Referenced by BookRCT().
|
staticprivate |
Definition at line 122 of file RCTMonitor.h.
Referenced by BookRCT().
|
staticprivate |
Definition at line 136 of file RCTMonitor.h.
|
staticprivate |
Definition at line 136 of file RCTMonitor.h.
|
staticprivate |
Definition at line 136 of file RCTMonitor.h.
|
staticprivate |
Definition at line 137 of file RCTMonitor.h.
|
staticprivate |
Definition at line 137 of file RCTMonitor.h.
|
staticprivate |
Definition at line 137 of file RCTMonitor.h.
|
private |
Definition at line 143 of file RCTMonitor.h.
|
private |
Definition at line 146 of file RCTMonitor.h.
|
private |
Definition at line 140 of file RCTMonitor.h.
Referenced by analyze().
|
private |
Definition at line 154 of file RCTMonitor.h.
Referenced by endJob().
|
private |
Definition at line 102 of file RCTMonitor.h.
|
private |
Definition at line 103 of file RCTMonitor.h.
|
private |
Definition at line 112 of file RCTMonitor.h.
|
private |
Definition at line 113 of file RCTMonitor.h.
Referenced by BookRCT().
|
private |
Definition at line 100 of file RCTMonitor.h.
|
private |
Definition at line 101 of file RCTMonitor.h.
Referenced by BookRCT().
|
private |
Definition at line 108 of file RCTMonitor.h.
|
private |
Definition at line 109 of file RCTMonitor.h.
|
private |
Definition at line 116 of file RCTMonitor.h.
|
private |
Definition at line 117 of file RCTMonitor.h.
Referenced by BookRCT().
|
private |
Definition at line 104 of file RCTMonitor.h.
|
private |
Definition at line 105 of file RCTMonitor.h.
Referenced by BookRCT().
|
private |
Definition at line 98 of file RCTMonitor.h.
Referenced by BookRCT().
|
private |
Definition at line 95 of file RCTMonitor.h.
Referenced by BookRCT().
|
private |
Definition at line 96 of file RCTMonitor.h.
Referenced by BookRCT().
|
private |
Definition at line 110 of file RCTMonitor.h.
|
private |
Definition at line 111 of file RCTMonitor.h.
|
private |
Definition at line 114 of file RCTMonitor.h.
|
private |
Definition at line 115 of file RCTMonitor.h.
Referenced by BookRCT().
|
private |
Definition at line 106 of file RCTMonitor.h.
|
private |
Definition at line 107 of file RCTMonitor.h.
Referenced by BookRCT().
|
private |
Definition at line 150 of file RCTMonitor.h.
|
private |
Definition at line 158 of file RCTMonitor.h.
Referenced by FillRCT(), and RCTMonitor().
|
private |
Definition at line 97 of file RCTMonitor.h.
Referenced by BookRCT().
|
private |
Definition at line 153 of file RCTMonitor.h.
Referenced by endJob().
|
staticprivate |
Definition at line 124 of file RCTMonitor.h.
|
staticprivate |
Definition at line 124 of file RCTMonitor.h.
|
staticprivate |
Definition at line 124 of file RCTMonitor.h.
|
staticprivate |
Definition at line 123 of file RCTMonitor.h.
Referenced by BookRCT().
|
staticprivate |
Definition at line 123 of file RCTMonitor.h.
Referenced by BookRCT().
|
staticprivate |
Definition at line 123 of file RCTMonitor.h.
Referenced by BookRCT().
|
staticprivate |
Definition at line 126 of file RCTMonitor.h.
Referenced by BookRCT().
|
staticprivate |
Definition at line 126 of file RCTMonitor.h.
Referenced by BookRCT().
|
staticprivate |
Definition at line 126 of file RCTMonitor.h.
Referenced by BookRCT().
|
staticprivate |
Definition at line 127 of file RCTMonitor.h.
|
staticprivate |
Definition at line 127 of file RCTMonitor.h.
|
staticprivate |
Definition at line 127 of file RCTMonitor.h.
|
staticprivate |
Definition at line 125 of file RCTMonitor.h.
Referenced by BookRCT().
|
staticprivate |
Definition at line 125 of file RCTMonitor.h.
Referenced by BookRCT().
|
staticprivate |
Definition at line 125 of file RCTMonitor.h.
Referenced by BookRCT().
|
staticprivate |
Definition at line 132 of file RCTMonitor.h.
|
staticprivate |
Definition at line 132 of file RCTMonitor.h.
|
staticprivate |
Definition at line 132 of file RCTMonitor.h.
|
staticprivate |
Definition at line 135 of file RCTMonitor.h.
|
staticprivate |
Definition at line 135 of file RCTMonitor.h.
|
staticprivate |
Definition at line 135 of file RCTMonitor.h.
|
staticprivate |
Definition at line 130 of file RCTMonitor.h.
|
staticprivate |
Definition at line 130 of file RCTMonitor.h.
|
staticprivate |
Definition at line 130 of file RCTMonitor.h.
|
staticprivate |
Definition at line 131 of file RCTMonitor.h.
|
staticprivate |
Definition at line 131 of file RCTMonitor.h.
|
staticprivate |
Definition at line 131 of file RCTMonitor.h.