#include <MuIsoValidation.h>
Private Types | |
enum | { NOAXIS, XAXIS, YAXIS, ZAXIS } |
typedef edm::Handle < reco::IsoDepositMap > | MuIsoDepHandle |
typedef const reco::IsoDeposit | MuIsoDepRef |
typedef edm::RefToBase < reco::Muon > | MuonBaseRef |
typedef edm::View< reco::Muon > ::const_iterator | MuonIterator |
Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
void | FillHistos () |
TH1 * | GetTH1FromMonitorElement (MonitorElement *me) |
TH2 * | GetTH2FromMonitorElement (MonitorElement *me) |
TProfile * | GetTProfileFromMonitorElement (MonitorElement *me) |
void | InitStatics () |
void | MakeLogBinsForProfile (Double_t *bin_edges, const double min, const double max) |
void | NormalizeHistos () |
void | RecordData (MuonIterator muon) |
Static Private Attributes | |
static const int | NUM_VARS = 21 |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > > | |
typedef CacheContexts< T...> | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T...> | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT < LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Public Types inherited from edm::stream::EDAnalyzerBase | |
typedef EDAnalyzerAdaptorBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from DQMEDAnalyzer | |
static std::shared_ptr < dqmDetails::NoCache > | globalBeginLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *) |
static std::shared_ptr < dqmDetails::NoCache > | globalBeginRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *) |
static void | globalEndLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *, dqmDetails::NoCache *) |
static void | globalEndRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *, dqmDetails::NoCache *) |
Static Public Member Functions inherited from edm::stream::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
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) |
Definition at line 59 of file MuIsoValidation.h.
|
private |
Definition at line 63 of file MuIsoValidation.h.
|
private |
Definition at line 64 of file MuIsoValidation.h.
|
private |
Definition at line 62 of file MuIsoValidation.h.
|
private |
Definition at line 61 of file MuIsoValidation.h.
|
private |
Enumerator | |
---|---|
NOAXIS | |
XAXIS | |
YAXIS | |
ZAXIS |
Definition at line 148 of file MuIsoValidation.h.
|
explicit |
Definition at line 63 of file MuIsoValidation.cc.
References cd_plots, dbe, dirName, edm::ParameterSet::getUntrackedParameter(), h_1D, iConfig, InitStatics(), Muon_Tag, Muon_Token, nEvents, nIncMuons, NUM_VARS, cppFunctionSkipper::operator, p_2D, requireCombinedMuon, AlCaHLTBitMon_QueryRunRegistry::string, and subsystemname_.
MuIsoValidation::~MuIsoValidation | ( | ) |
Definition at line 100 of file MuIsoValidation.cc.
|
privatevirtual |
Implements edm::stream::EDAnalyzerBase.
Definition at line 284 of file MuIsoValidation.cc.
References MonitorElement::Fill(), FillHistos(), edm::Event::getByToken(), h_nMuons, metsig::muon, Muon_Token, nEvents, nIncMuons, RecordData(), requireCombinedMuon, and theMuonData.
|
overrideprivatevirtual |
Implements DQMEDAnalyzer.
Definition at line 355 of file MuIsoValidation.cc.
References axis_titles, create_public_lumi_plots::bin_edges, DQMStore::IBooker::book1D(), DQMStore::IBooker::bookProfile(), cd_plots, cdCompNeeded, dirName, GetTH1FromMonitorElement(), GetTProfileFromMonitorElement(), h_1D, h_nMuons, isContinuous, LOG_BINNING_ENABLED, main_titles, MakeLogBinsForProfile(), names, NUM_LOG_BINS, NUM_VARS, p_2D, param, MonitorElement::setAxisTitle(), DQMStore::IBooker::setCurrentFolder(), title_cd, title_cone, title_sam, MetTreeProducer::var(), XAXIS, and YAXIS.
|
private |
Definition at line 491 of file MuIsoValidation.cc.
References cd_plots, cdCompNeeded, h_1D, NUM_VARS, p_2D, theData, and MetTreeProducer::var().
Referenced by analyze().
|
private |
Definition at line 511 of file MuIsoValidation.cc.
References MonitorElement::getTH1().
Referenced by bookHistograms(), and NormalizeHistos().
|
private |
|
private |
Definition at line 519 of file MuIsoValidation.cc.
References MonitorElement::getTProfile().
Referenced by bookHistograms().
|
private |
Definition at line 109 of file MuIsoValidation.cc.
References axis_titles, cdCompNeeded, isContinuous, L_BIN_WIDTH, LOG_BINNING_ENABLED, LOG_BINNING_RATIO, main_titles, names, NUM_LOG_BINS, NUM_VARS, param, S_BIN_WIDTH, title_cd, title_cone, and title_sam.
Referenced by MuIsoValidation().
|
private |
Definition at line 451 of file MuIsoValidation.cc.
References LOG_BINNING_RATIO, bookConverter::max, min(), gen::n, pileupCalc::nbins, NUM_LOG_BINS, funct::pow(), and alignCSCRings::r.
Referenced by bookHistograms().
|
private |
Definition at line 469 of file MuIsoValidation.cc.
References cd_plots, cdCompNeeded, python.tagInventory::entries, GetTH1FromMonitorElement(), h_1D, gen::n, NUM_VARS, param, and MetTreeProducer::var().
|
private |
Definition at line 311 of file MuIsoValidation.cc.
References theData.
Referenced by analyze().
|
private |
Definition at line 119 of file MuIsoValidation.h.
Referenced by bookHistograms(), and InitStatics().
|
private |
Definition at line 138 of file MuIsoValidation.h.
Referenced by bookHistograms(), FillHistos(), MuIsoValidation(), and NormalizeHistos().
|
private |
Definition at line 123 of file MuIsoValidation.h.
Referenced by bookHistograms(), FillHistos(), InitStatics(), and NormalizeHistos().
|
private |
Definition at line 128 of file MuIsoValidation.h.
Referenced by MuIsoValidation().
|
private |
Definition at line 100 of file MuIsoValidation.h.
Referenced by bookHistograms(), MuIsoValidation(), analyzer.Analyzer::write(), and core.JSONAnalyzer.JSONAnalyzer::write().
|
private |
Definition at line 94 of file MuIsoValidation.h.
|
private |
Definition at line 137 of file MuIsoValidation.h.
Referenced by bookHistograms(), FillHistos(), MuIsoValidation(), and NormalizeHistos().
|
private |
Definition at line 136 of file MuIsoValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 93 of file MuIsoValidation.h.
|
private |
Definition at line 95 of file MuIsoValidation.h.
|
private |
Definition at line 130 of file MuIsoValidation.h.
Referenced by MuIsoValidation().
|
private |
Definition at line 122 of file MuIsoValidation.h.
Referenced by bookHistograms(), and InitStatics().
|
private |
Definition at line 107 of file MuIsoValidation.h.
Referenced by InitStatics().
|
private |
Definition at line 109 of file MuIsoValidation.h.
Referenced by bookHistograms(), and InitStatics().
|
private |
Definition at line 111 of file MuIsoValidation.h.
Referenced by InitStatics(), and MakeLogBinsForProfile().
|
private |
Definition at line 118 of file MuIsoValidation.h.
Referenced by bookHistograms(), and InitStatics().
|
private |
Definition at line 90 of file MuIsoValidation.h.
Referenced by MuIsoValidation().
|
private |
Definition at line 91 of file MuIsoValidation.h.
Referenced by analyze(), and MuIsoValidation().
|
private |
Definition at line 120 of file MuIsoValidation.h.
Referenced by bookHistograms(), and InitStatics().
|
private |
Definition at line 143 of file MuIsoValidation.h.
Referenced by analyze(), and MuIsoValidation().
|
private |
Definition at line 144 of file MuIsoValidation.h.
Referenced by analyze(), and MuIsoValidation().
|
private |
Definition at line 110 of file MuIsoValidation.h.
Referenced by bookHistograms(), InitStatics(), and MakeLogBinsForProfile().
|
staticprivate |
Definition at line 106 of file MuIsoValidation.h.
Referenced by bookHistograms(), FillHistos(), InitStatics(), MuIsoValidation(), and NormalizeHistos().
|
private |
Definition at line 140 of file MuIsoValidation.h.
Referenced by bookHistograms(), FillHistos(), and MuIsoValidation().
|
private |
Definition at line 121 of file MuIsoValidation.h.
Referenced by bookHistograms(), InitStatics(), and NormalizeHistos().
|
private |
Definition at line 112 of file MuIsoValidation.h.
Referenced by analyze(), and MuIsoValidation().
|
private |
Definition at line 98 of file MuIsoValidation.h.
|
private |
Definition at line 108 of file MuIsoValidation.h.
Referenced by InitStatics().
|
private |
Definition at line 101 of file MuIsoValidation.h.
|
private |
Definition at line 103 of file MuIsoValidation.h.
Referenced by MuIsoValidation().
|
private |
Definition at line 133 of file MuIsoValidation.h.
Referenced by FillHistos(), and RecordData().
|
private |
Definition at line 132 of file MuIsoValidation.h.
Referenced by analyze().
|
private |
Definition at line 116 of file MuIsoValidation.h.
Referenced by bookHistograms(), and InitStatics().
|
private |
Definition at line 115 of file MuIsoValidation.h.
Referenced by bookHistograms(), and InitStatics().
|
private |
Definition at line 114 of file MuIsoValidation.h.
Referenced by bookHistograms(), and InitStatics().
|
private |
Definition at line 92 of file MuIsoValidation.h.