#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 | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
void | FillHistos () |
void | InitStatics () |
void | MakeLogBinsForProfile (Double_t *bin_edges, const double min, const double max) |
void | RecordData (MuonIterator muon) |
Private Attributes | |
std::vector< std::string > | axis_titles |
std::vector< MonitorElement * > | cd_plots |
std::vector< int > | cdCompNeeded |
std::string | dirName |
edm::InputTag | ecalIsoDeposit_Tag |
std::vector< MonitorElement * > | h_1D |
MonitorElement * | h_nMuons |
edm::InputTag | hcalIsoDeposit_Tag |
edm::InputTag | hoIsoDeposit_Tag |
edm::ParameterSet | iConfig |
std::vector< int > | isContinuous |
double | L_BIN_WIDTH |
int | LOG_BINNING_ENABLED |
double | LOG_BINNING_RATIO |
std::vector< std::string > | main_titles |
edm::InputTag | Muon_Tag |
edm::EDGetTokenT< edm::View< reco::Muon > > | Muon_Token |
std::vector< std::string > | names |
int | nEvents |
int | nIncMuons |
int | NUM_LOG_BINS |
std::vector< std::vector< MonitorElement * > > | p_2D |
std::vector< std::vector< double > > | param |
bool | requireCombinedMuon |
std::string | rootfilename |
double | S_BIN_WIDTH |
std::string | subDirName |
std::string | subsystemname_ |
double | theData [NUM_VARS] |
int | theMuonData |
std::string | title_cd |
std::string | title_cone |
std::string | title_sam |
edm::InputTag | tkIsoDeposit_Tag |
Static Private Attributes | |
static const int | NUM_VARS = 21 |
Definition at line 55 of file MuIsoValidation.h.
|
private |
Definition at line 59 of file MuIsoValidation.h.
|
private |
Definition at line 60 of file MuIsoValidation.h.
|
private |
Definition at line 58 of file MuIsoValidation.h.
|
private |
Definition at line 57 of file MuIsoValidation.h.
|
private |
Enumerator | |
---|---|
NOAXIS | |
XAXIS | |
YAXIS | |
ZAXIS |
Definition at line 137 of file MuIsoValidation.h.
|
explicit |
Definition at line 61 of file MuIsoValidation.cc.
References cd_plots, dirName, edm::ParameterSet::getUntrackedParameter(), h_1D, iConfig, InitStatics(), Muon_Tag, Muon_Token, nEvents, nIncMuons, NUM_VARS, p_2D, requireCombinedMuon, AlCaHLTBitMon_QueryRunRegistry::string, and subsystemname_.
|
override |
Definition at line 94 of file MuIsoValidation.cc.
|
overrideprivatevirtual |
Reimplemented from DQMEDAnalyzer.
Definition at line 315 of file MuIsoValidation.cc.
References dqm::impl::MonitorElement::Fill(), FillHistos(), h_nMuons, iEvent, HLT_2022v12_cff::muon, Muon_Token, nEvents, nIncMuons, RecordData(), requireCombinedMuon, theMuonData, and parallelization::uint.
|
overrideprivatevirtual |
Implements DQMEDAnalyzer.
Definition at line 384 of file MuIsoValidation.cc.
References axis_titles, dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::bookProfile(), cd_plots, cdCompNeeded, dirName, h_1D, h_nMuons, isContinuous, LOG_BINNING_ENABLED, main_titles, MakeLogBinsForProfile(), names, NUM_LOG_BINS, NUM_VARS, p_2D, param, dqm::impl::MonitorElement::setAxisTitle(), dqm::implementation::NavigatorBase::setCurrentFolder(), title_cd, title_cone, title_sam, trigObjTnPSource_cfi::var, XAXIS, and YAXIS.
|
private |
Definition at line 470 of file MuIsoValidation.cc.
References cd_plots, cdCompNeeded, h_1D, NUM_VARS, p_2D, theData, and trigObjTnPSource_cfi::var.
Referenced by analyze().
|
private |
Definition at line 101 of file MuIsoValidation.cc.
References axis_titles, cdCompNeeded, createfilelist::int, 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 454 of file MuIsoValidation.cc.
References LOG_BINNING_RATIO, SiStripPI::max, SiStripPI::min, dqmiodumpmetadata::n, LaserClient_cfi::nbins, NUM_LOG_BINS, funct::pow(), and alignCSCRings::r.
Referenced by bookHistograms().
|
private |
Definition at line 342 of file MuIsoValidation.cc.
References theData.
Referenced by analyze().
|
private |
Definition at line 109 of file MuIsoValidation.h.
Referenced by bookHistograms(), and InitStatics().
|
private |
Definition at line 127 of file MuIsoValidation.h.
Referenced by bookHistograms(), FillHistos(), and MuIsoValidation().
|
private |
Definition at line 113 of file MuIsoValidation.h.
Referenced by bookHistograms(), FillHistos(), and InitStatics().
|
private |
Definition at line 90 of file MuIsoValidation.h.
Referenced by bookHistograms(), MuIsoValidation(), and core.JSONAnalyzer.JSONAnalyzer::write().
|
private |
Definition at line 84 of file MuIsoValidation.h.
|
private |
Definition at line 126 of file MuIsoValidation.h.
Referenced by bookHistograms(), FillHistos(), and MuIsoValidation().
|
private |
Definition at line 125 of file MuIsoValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 83 of file MuIsoValidation.h.
|
private |
Definition at line 85 of file MuIsoValidation.h.
|
private |
Definition at line 119 of file MuIsoValidation.h.
Referenced by MuIsoValidation().
|
private |
Definition at line 112 of file MuIsoValidation.h.
Referenced by bookHistograms(), and InitStatics().
|
private |
Definition at line 97 of file MuIsoValidation.h.
Referenced by InitStatics().
|
private |
Definition at line 99 of file MuIsoValidation.h.
Referenced by bookHistograms(), and InitStatics().
|
private |
Definition at line 101 of file MuIsoValidation.h.
Referenced by InitStatics(), and MakeLogBinsForProfile().
|
private |
Definition at line 108 of file MuIsoValidation.h.
Referenced by bookHistograms(), and InitStatics().
|
private |
Definition at line 80 of file MuIsoValidation.h.
Referenced by MuIsoValidation().
|
private |
Definition at line 81 of file MuIsoValidation.h.
Referenced by analyze(), and MuIsoValidation().
|
private |
Definition at line 110 of file MuIsoValidation.h.
Referenced by bookHistograms(), and InitStatics().
|
private |
Definition at line 132 of file MuIsoValidation.h.
Referenced by analyze(), and MuIsoValidation().
|
private |
Definition at line 133 of file MuIsoValidation.h.
Referenced by analyze(), and MuIsoValidation().
|
private |
Definition at line 100 of file MuIsoValidation.h.
Referenced by bookHistograms(), InitStatics(), and MakeLogBinsForProfile().
|
staticprivate |
Definition at line 96 of file MuIsoValidation.h.
Referenced by bookHistograms(), FillHistos(), InitStatics(), and MuIsoValidation().
|
private |
Definition at line 129 of file MuIsoValidation.h.
Referenced by bookHistograms(), FillHistos(), and MuIsoValidation().
|
private |
Definition at line 111 of file MuIsoValidation.h.
Referenced by bookHistograms(), and InitStatics().
|
private |
Definition at line 102 of file MuIsoValidation.h.
Referenced by analyze(), and MuIsoValidation().
|
private |
Definition at line 88 of file MuIsoValidation.h.
|
private |
Definition at line 98 of file MuIsoValidation.h.
Referenced by InitStatics().
|
private |
Definition at line 91 of file MuIsoValidation.h.
|
private |
Definition at line 93 of file MuIsoValidation.h.
Referenced by MuIsoValidation().
|
private |
Definition at line 122 of file MuIsoValidation.h.
Referenced by FillHistos(), and RecordData().
|
private |
Definition at line 121 of file MuIsoValidation.h.
Referenced by analyze().
|
private |
Definition at line 106 of file MuIsoValidation.h.
Referenced by bookHistograms(), and InitStatics().
|
private |
Definition at line 105 of file MuIsoValidation.h.
Referenced by bookHistograms(), and InitStatics().
|
private |
Definition at line 104 of file MuIsoValidation.h.
Referenced by bookHistograms(), and InitStatics().
|
private |
Definition at line 82 of file MuIsoValidation.h.