![]() |
![]() |
#include <TopMonitor.h>
Classes | |
struct | JetRefCompare |
struct | PVcut |
Public Types | |
typedef dqm::reco::DQMStore | DQMStore |
typedef dqm::reco::MonitorElement | MonitorElement |
![]() | |
typedef dqm::reco::DQMStore | DQMStore |
typedef dqm::reco::MonitorElement | MonitorElement |
![]() | |
typedef EDProducerBase | ModuleType |
![]() | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
![]() | |
typedef ProductLabels | Labels |
![]() | |
typedef dqm::legacy::DQMStore | DQMStore |
typedef dqm::legacy::MonitorElement | MonitorElement |
Public Member Functions | |
TopMonitor (const edm::ParameterSet &) | |
~TopMonitor () override throw () | |
![]() | |
void | accumulate (edm::Event const &event, edm::EventSetup const &setup) final |
void | beginLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &setup) final |
void | beginRun (edm::Run const &run, edm::EventSetup const &setup) final |
virtual void | dqmBeginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) |
virtual void | dqmBeginRun (edm::Run const &, edm::EventSetup const &) |
DQMEDAnalyzer () | |
virtual void | dqmEndLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) |
virtual void | dqmEndRun (edm::Run const &, edm::EventSetup const &) |
void | endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) final |
void | endLuminosityBlockProduce (edm::LuminosityBlock &lumi, edm::EventSetup const &setup) final |
void | endRun (edm::Run const &, edm::EventSetup const &) final |
void | endRunProduce (edm::Run &run, edm::EventSetup const &setup) final |
virtual bool | getCanSaveByLumi () |
![]() | |
EDProducer ()=default | |
SerialTaskQueue * | globalLuminosityBlocksQueue () final |
SerialTaskQueue * | globalRunsQueue () final |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndRuns () const final |
bool | wantsGlobalLuminosityBlocks () const final |
bool | wantsGlobalRuns () const final |
![]() | |
EDProducerBase () | |
ModuleDescription const & | moduleDescription () const |
bool | wantsStreamLuminosityBlocks () const |
bool | wantsStreamRuns () const |
~EDProducerBase () override | |
![]() | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
std::vector< edm::ProductResolverIndex > const & | indiciesForPutProducts (BranchType iBranchType) const |
ProducerBase () | |
std::vector< edm::ProductResolverIndex > const & | putTokenIndexToProductResolverIndex () const |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
void | resolvePutIndicies (BranchType iBranchType, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel) |
~ProducerBase () noexcept(false) override | |
![]() | |
std::vector< ConsumesInfo > | consumesInfo () const |
void | convertCurrentProcessAlias (std::string const &processName) |
Convert "@currentProcess" in InputTag process names to the actual current process name. More... | |
EDConsumerBase () | |
EDConsumerBase (EDConsumerBase const &)=delete | |
EDConsumerBase (EDConsumerBase &&)=default | |
ESProxyIndex const * | esGetTokenIndices (edm::Transition iTrans) const |
ProductResolverIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
std::vector< ProductResolverIndexAndSkipBit > const & | itemsToGetFrom (BranchType iType) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
EDConsumerBase const & | operator= (EDConsumerBase const &)=delete |
EDConsumerBase & | operator= (EDConsumerBase &&)=default |
bool | registeredToConsume (ProductResolverIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
ProductResolverIndexAndSkipBit | uncheckedIndexFrom (EDGetToken) const |
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
void | updateLookup (eventsetup::ESRecordsToProxyIndices const &) |
virtual | ~EDConsumerBase () noexcept(false) |
![]() | |
void | bookME (DQMStore::IBooker &, ObjME &me, const std::string &histname, const std::string &histtitle, unsigned nbins, double xmin, double xmax) |
void | bookME (DQMStore::IBooker &, ObjME &me, const std::string &histname, const std::string &histtitle, const std::vector< double > &binningX) |
void | bookME (DQMStore::IBooker &, ObjME &me, const std::string &histname, const std::string &histtitle, unsigned nbinsX, double xmin, double xmax, double ymin, double ymax) |
void | bookME (DQMStore::IBooker &, ObjME &me, const std::string &histname, const std::string &histtitle, unsigned nbinsX, double xmin, double xmax, unsigned nbinsY, double ymin, double ymax) |
void | bookME (DQMStore::IBooker &, ObjME &me, const std::string &histname, const std::string &histtitle, const std::vector< double > &binningX, const std::vector< double > &binningY) |
void | setMETitle (ObjME &me, const std::string &titleX, const std::string &titleY) |
TriggerDQMBase ()=default | |
virtual | ~TriggerDQMBase ()=default |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
![]() | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
![]() | |
static void | fillHistoLSPSetDescription (edm::ParameterSetDescription &pset) |
static void | fillHistoPSetDescription (edm::ParameterSetDescription &pset) |
static MEbinning | getHistoLSPSet (const edm::ParameterSet &pset) |
static MEbinning | getHistoPSet (const edm::ParameterSet &pset) |
Protected Types | |
typedef std::map< edm::RefToBase< reco::Jet >, float, JetRefCompare > | JetTagMap |
Protected Member Functions | |
void | analyze (edm::Event const &iEvent, edm::EventSetup const &iSetup) override |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
![]() | |
ProducesCollector | producesCollector () |
![]() | |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
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) |
Additional Inherited Members | |
![]() | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
Definition at line 47 of file TopMonitor.h.
Definition at line 50 of file TopMonitor.h.
|
protected |
Definition at line 65 of file TopMonitor.h.
Definition at line 49 of file TopMonitor.h.
TopMonitor::TopMonitor | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 18 of file TopMonitor.cc.
References applyLeptonPVcuts_, bjetCSV_, bjetCSVHT_, bJetDeltaEtaMax_, bjetEta_, bjetEta_variableBinning_, bjetEtaPhi_, bJetMuDeltaRmax_, bjetPhi_, bjetPt_, bjetPt_variableBinning_, bjetPtEta_, bjetSelection_, edm::EDConsumerBase::consumesCollector(), csv_binning_, den_genTriggerEventFlag_, DR_binning_, TopMonitor::PVcut::dxy, TopMonitor::PVcut::dz, eleEta_, eleEta_variable_binning_, eleEta_variable_binning_2D_, eleEta_variableBinning_, eleEtaPhi_, elePhi_, elePt_, elePt_variable_binning_, elePt_variable_binning_2D_, elePt_variableBinning_, elePtEta_, eleSelection_, relativeConstraints::empty, enableMETPlot_, enablePhotonPlot_, eta_binning_, TriggerDQMBase::getHistoPSet(), edm::ParameterSet::getParameter(), HT_binning_, HT_variable_binning_, HT_variable_binning_2D_, HTcut_, HTdefinition_, invMass_mumu_binning_, invMass_mumu_variable_binning_, invMassCutInAllMuPairs_, invMassLowercut_, invMassUppercut_, jetEta_, jetEta_variable_binning_, jetEta_variable_binning_2D_, jetEta_variableBinning_, jetEtaPhi_, jetPhi_, jetPt_, jetPt_variable_binning_, jetPt_variable_binning_2D_, jetPt_variableBinning_, jetPtEta_, jetSelection_, lepPVcuts_, leptJetDeltaRmin_, ls_binning_, met_binning_, met_variable_binning_, metSelection_, metToken_, MHT_binning_, MHT_variable_binning_, MHTcut_, MHTdefinition_, muEta_, muEta_variable_binning_, muEta_variable_binning_2D_, muEta_variableBinning_, muEtaPhi_, muoSelection_, muPhi_, muPt_, muPt_variable_binning_, muPt_variable_binning_2D_, muPt_variableBinning_, muPtEta_, nbjets_, nelectrons_, njets_, nmuons_, nphotons_, num_genTriggerEventFlag_, opsign_, phi_binning_, phi_variable_binning_2D_, phoEta_, phoEta_variable_binning_2D_, phoEtaPhi_, phoPhi_, phoPt_, phoPt_variable_binning_2D_, phoPtEta_, phoSelection_, pt_binning_, AlCaHLTBitMon_QueryRunRegistry::string, GlobalPosition_Frontier_DevDB_cff::tag, vtxSelection_, and workingpoint_.
|
override |
Definition at line 171 of file TopMonitor.cc.
References den_genTriggerEventFlag_, and num_genTriggerEventFlag_.
|
overrideprotectedvirtual |
Reimplemented from DQMEDAnalyzer.
Definition at line 703 of file TopMonitor.cc.
References funct::abs(), applyLeptonPVcuts_, bjetCSV_, bjetCSVHT_, bJetDeltaEtaMax_, bjetEta_, bjetEta_variableBinning_, bjetEtaPhi_, bJetMuDeltaRmax_, bjetMulti_, bjetPhi_, bjetPt_, bjetPt_variableBinning_, bjetPtEta_, bjetSelection_, bjetVsLS_, TtFullHadKinFitProducer_cfi::bTags, ALCARECOTkAlJpsiMuMu_cff::charge, spr::deltaEta, PbPb_ZMuSkimMuonDPG_cff::deltaR, DeltaR_jet_Mu_, den_genTriggerEventFlag_, HGC3DClusterGenMatchSelector_cfi::dR, TopMonitor::PVcut::dxy, TopMonitor::PVcut::dz, MillePedeFileConverter_cfg::e, ele1Eta_ele2Eta_, ele1Pt_ele2Pt_, elecIDToken_, pwdgSkimBPark_cfi::electrons, eleEta_, eleEta_muEta_, eleEta_variableBinning_, eleEtaPhi_, eleMulti_, elePhi_, elePt_, elePt_eventHT_, elePt_jetPt_, elePt_muPt_, elePt_variableBinning_, elePtEta_, eleSelection_, eleToken_, eleVsLS_, enableMETPlot_, enablePhotonPlot_, PVValHelper::eta, eventHT_, eventHT_variableBinning_, eventMHT_, eventMHT_variableBinning_, TriggerDQMBase::ObjME::fill(), dqmdumpme::first, edm::Event::getByToken(), hltPathsAreValid_, HTcut_, HTdefinition_, htVsLS_, edm::EventBase::id(), training_settings::idx, invMass_mumu_, invMass_mumu_variableBinning_, invMassCutInAllMuPairs_, invMassLowercut_, invMassUppercut_, edm::HandleBase::isValid(), dqmiolumiharvest::j, jetEta_, jetEta_variableBinning_, jetEtaPhi_, jetEtaPhi_HEP17_, jetMulti_, jetPhi_, jetPt_, jetPt_variableBinning_, jetPtEta_, singleTopDQM_cfi::jets, jetSelection_, jetTagTokens_, jetToken_, jetVsLS_, lepPVcuts_, leptJetDeltaRmin_, eostools::ls(), edm::EventID::luminosityBlock(), visualization-live-secondInstance_cfg::m, metME_, metME_variableBinning_, metPhiME_, metSelection_, metToken_, metVsLS_, MHTcut_, MHTdefinition_, amptDefaultParameters_cff::mu, mu1Eta_mu2Eta_, mu1Pt_mu2Pt_, muEta_, muEta_phoEta_, muEta_variableBinning_, muEtaPhi_, muMulti_, PDWG_BPHSkim_cff::muons, muoSelection_, muoToken_, muPhi_, muPt_, muPt_phoPt_, muPt_variableBinning_, muPtEta_, muVsLS_, nbjets_, nelectrons_, njets_, nmuons_, nphotons_, num_genTriggerEventFlag_, opsign_, AlCaHLTBitMon_ParallelJobs::p, phi, reco::LeafCandidate::phi(), phoEta_, phoEtaPhi_, phoMulti_, phoPhi_, phoPt_, phoPtEta_, phoSelection_, phoToken_, BPHMonitor_cfi::photons, phoVsLS_, reco::Vertex::position(), zMuMuMuonUserData::primaryVertices, edm::Handle< T >::product(), DiDispStaMuonMonitor_cfi::pt, reco::LeafCandidate::pt(), MetAnalyzer::pv(), requireValidHLTPaths_, findQualityFiles::v, vtxSelection_, vtxToken_, and workingpoint_.
|
overrideprotectedvirtual |
Implements DQMEDAnalyzer.
Definition at line 178 of file TopMonitor.cc.
References bjetCSV_, bjetCSVHT_, bjetEta_, bjetEta_variableBinning_, bjetEtaPhi_, bjetMulti_, bjetPhi_, bjetPt_, bjetPt_variableBinning_, bjetPtEta_, bjetVsLS_, TriggerDQMBase::bookME(), csv_binning_, DeltaR_jet_Mu_, den_genTriggerEventFlag_, DR_binning_, ele1Eta_ele2Eta_, ele1Pt_ele2Pt_, eleEta_, eleEta_muEta_, eleEta_variable_binning_, eleEta_variable_binning_2D_, eleEta_variableBinning_, eleEtaPhi_, eleMulti_, elePhi_, elePt_, elePt_eventHT_, elePt_jetPt_, elePt_muPt_, elePt_variable_binning_, elePt_variable_binning_2D_, elePt_variableBinning_, elePtEta_, eleVsLS_, enableMETPlot_, enablePhotonPlot_, eta_binning_, eventHT_, eventHT_variableBinning_, eventMHT_, eventMHT_variableBinning_, folderName_, hltPathsAreValid_, HT_binning_, HT_variable_binning_, HT_variable_binning_2D_, HTcut_, htVsLS_, invMass_mumu_, invMass_mumu_binning_, invMass_mumu_variable_binning_, invMass_mumu_variableBinning_, jetEta_, jetEta_variable_binning_, jetEta_variable_binning_2D_, jetEta_variableBinning_, jetEtaPhi_, jetEtaPhi_HEP17_, jetMulti_, jetPhi_, jetPt_, jetPt_variable_binning_, jetPt_variable_binning_2D_, jetPt_variableBinning_, jetPtEta_, jetVsLS_, ls_binning_, met_binning_, met_variable_binning_, metME_, metME_variableBinning_, metPhiME_, metVsLS_, MHT_binning_, MHT_variable_binning_, MHTcut_, mu1Eta_mu2Eta_, mu1Pt_mu2Pt_, muEta_, muEta_phoEta_, muEta_variable_binning_, muEta_variable_binning_2D_, muEta_variableBinning_, muEtaPhi_, muMulti_, muPhi_, muPt_, muPt_phoPt_, muPt_variable_binning_, muPt_variable_binning_2D_, muPt_variableBinning_, muPtEta_, muVsLS_, TriggerDQMBase::MEbinning::nbins, nbjets_, nelectrons_, njets_, nmuons_, nphotons_, num_genTriggerEventFlag_, phi_binning_, phi_variable_binning_2D_, phoEta_, phoEta_variable_binning_2D_, phoEtaPhi_, phoPhi_, phoPt_, phoPt_variable_binning_2D_, phoPtEta_, phoVsLS_, pt_binning_, requireValidHLTPaths_, dqm::dqmstoreimpl::DQMStore::IBooker::setCurrentFolder(), TriggerDQMBase::setMETitle(), AlCaHLTBitMon_QueryRunRegistry::string, TriggerDQMBase::MEbinning::xmax, and TriggerDQMBase::MEbinning::xmin.
|
static |
Definition at line 1149 of file TopMonitor.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), trigObjTnPSource_cfi::bins, BTaggingMonitor_cfi::csvPSet, DEFINE_FWK_MODULE, BTaggingMonitor_cfi::DRPSet, V0Monitor_cfi::etaPSet, TriggerDQMBase::fillHistoLSPSetDescription(), TriggerDQMBase::fillHistoPSetDescription(), SiStripSourceConfigTier0_cff::genericTriggerEventPSet, LumiMonitor_cff::histoPSet, BTaggingMonitor_cfi::htPSet, HLT_2018_cff::InputTag, BTaggingMonitor_cfi::invMassPSet, LumiMonitor_cff::lsPSet, BTaggingMonitor_cfi::metPSet, BTaggingMonitor_cfi::MHTPSet, BPHMonitor_cff::phiPSet, V0Monitor_cfi::ptPSet, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 234 of file TopMonitor.h.
Referenced by analyze(), and TopMonitor().
|
private |
Definition at line 236 of file TopMonitor.h.
|
private |
Definition at line 180 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 206 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 228 of file TopMonitor.h.
Referenced by analyze(), and TopMonitor().
|
private |
Definition at line 178 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 189 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 205 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 227 of file TopMonitor.h.
Referenced by analyze(), and TopMonitor().
|
private |
Definition at line 138 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 177 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 179 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 184 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 204 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 220 of file TopMonitor.h.
Referenced by analyze(), and TopMonitor().
|
private |
Definition at line 129 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 232 of file TopMonitor.h.
|
private |
Definition at line 94 of file TopMonitor.h.
Referenced by bookHistograms(), and TopMonitor().
|
private |
Definition at line 156 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 209 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), TopMonitor(), and ~TopMonitor().
|
private |
Definition at line 93 of file TopMonitor.h.
Referenced by bookHistograms(), and TopMonitor().
|
private |
Definition at line 144 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 143 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 76 of file TopMonitor.h.
Referenced by analyze().
|
private |
Definition at line 166 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 148 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 105 of file TopMonitor.h.
Referenced by bookHistograms(), and TopMonitor().
|
private |
Definition at line 116 of file TopMonitor.h.
Referenced by bookHistograms(), and TopMonitor().
|
private |
Definition at line 187 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 196 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 135 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 165 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 167 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 141 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 140 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 147 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 102 of file TopMonitor.h.
Referenced by bookHistograms(), and TopMonitor().
|
private |
Definition at line 112 of file TopMonitor.h.
Referenced by bookHistograms(), and TopMonitor().
|
private |
Definition at line 182 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 195 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 213 of file TopMonitor.h.
Referenced by analyze(), and TopMonitor().
|
private |
Definition at line 75 of file TopMonitor.h.
Referenced by analyze().
|
private |
Definition at line 127 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 247 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 246 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 91 of file TopMonitor.h.
Referenced by bookHistograms(), and TopMonitor().
|
private |
Definition at line 158 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 159 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 150 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 152 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 68 of file TopMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 71 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 92 of file TopMonitor.h.
Referenced by bookHistograms(), and TopMonitor().
|
private |
Definition at line 99 of file TopMonitor.h.
Referenced by bookHistograms(), and TopMonitor().
|
private |
Definition at line 109 of file TopMonitor.h.
Referenced by bookHistograms(), and TopMonitor().
|
private |
Definition at line 229 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 216 of file TopMonitor.h.
Referenced by analyze(), and TopMonitor().
|
private |
Definition at line 130 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 149 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 95 of file TopMonitor.h.
Referenced by bookHistograms(), and TopMonitor().
|
private |
Definition at line 106 of file TopMonitor.h.
Referenced by bookHistograms(), and TopMonitor().
|
private |
Definition at line 151 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 244 of file TopMonitor.h.
Referenced by analyze(), and TopMonitor().
|
private |
Definition at line 239 of file TopMonitor.h.
Referenced by analyze(), and TopMonitor().
|
private |
Definition at line 238 of file TopMonitor.h.
Referenced by analyze(), and TopMonitor().
|
private |
Definition at line 170 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 103 of file TopMonitor.h.
Referenced by bookHistograms(), and TopMonitor().
|
private |
Definition at line 114 of file TopMonitor.h.
Referenced by bookHistograms(), and TopMonitor().
|
private |
Definition at line 188 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 193 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 132 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 134 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 169 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 171 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 100 of file TopMonitor.h.
Referenced by bookHistograms(), and TopMonitor().
|
private |
Definition at line 110 of file TopMonitor.h.
Referenced by bookHistograms(), and TopMonitor().
|
private |
Definition at line 183 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 192 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 212 of file TopMonitor.h.
Referenced by analyze(), and TopMonitor().
|
private |
Definition at line 79 of file TopMonitor.h.
Referenced by analyze().
|
private |
Definition at line 78 of file TopMonitor.h.
Referenced by analyze().
|
private |
Definition at line 125 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 233 of file TopMonitor.h.
Referenced by analyze(), and TopMonitor().
|
private |
Definition at line 226 of file TopMonitor.h.
Referenced by analyze(), and TopMonitor().
|
private |
Definition at line 88 of file TopMonitor.h.
Referenced by bookHistograms(), and TopMonitor().
|
private |
Definition at line 87 of file TopMonitor.h.
Referenced by bookHistograms(), and TopMonitor().
|
private |
Definition at line 98 of file TopMonitor.h.
Referenced by bookHistograms(), and TopMonitor().
|
private |
Definition at line 120 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 121 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 123 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 211 of file TopMonitor.h.
Referenced by analyze(), and TopMonitor().
|
private |
Definition at line 80 of file TopMonitor.h.
Referenced by analyze(), and TopMonitor().
|
private |
Definition at line 122 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 96 of file TopMonitor.h.
Referenced by bookHistograms(), and TopMonitor().
|
private |
Definition at line 107 of file TopMonitor.h.
Referenced by bookHistograms(), and TopMonitor().
|
private |
Definition at line 242 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 241 of file TopMonitor.h.
Referenced by analyze(), and TopMonitor().
|
private |
Definition at line 146 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 145 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 162 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 154 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 104 of file TopMonitor.h.
Referenced by bookHistograms(), and TopMonitor().
|
private |
Definition at line 115 of file TopMonitor.h.
Referenced by bookHistograms(), and TopMonitor().
|
private |
Definition at line 186 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 199 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 136 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 214 of file TopMonitor.h.
Referenced by analyze(), and TopMonitor().
|
private |
Definition at line 74 of file TopMonitor.h.
Referenced by analyze().
|
private |
Definition at line 161 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 163 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 153 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 101 of file TopMonitor.h.
Referenced by bookHistograms(), and TopMonitor().
|
private |
Definition at line 111 of file TopMonitor.h.
Referenced by bookHistograms(), and TopMonitor().
|
private |
Definition at line 181 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 198 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 126 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 230 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 223 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 222 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 224 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 225 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 208 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), TopMonitor(), and ~TopMonitor().
|
private |
Definition at line 240 of file TopMonitor.h.
Referenced by analyze(), and TopMonitor().
|
private |
Definition at line 89 of file TopMonitor.h.
Referenced by bookHistograms(), and TopMonitor().
|
private |
Definition at line 118 of file TopMonitor.h.
Referenced by bookHistograms(), and TopMonitor().
|
private |
Definition at line 174 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 117 of file TopMonitor.h.
Referenced by bookHistograms(), and TopMonitor().
|
private |
Definition at line 202 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 137 of file TopMonitor.h.
Referenced by analyze().
|
private |
Definition at line 173 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 175 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 113 of file TopMonitor.h.
Referenced by bookHistograms(), and TopMonitor().
|
private |
Definition at line 201 of file TopMonitor.h.
Referenced by analyze(), bookHistograms(), and TopMonitor().
|
private |
Definition at line 215 of file TopMonitor.h.
Referenced by analyze(), and TopMonitor().
|
private |
Definition at line 77 of file TopMonitor.h.
Referenced by analyze().
|
private |
Definition at line 128 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 90 of file TopMonitor.h.
Referenced by bookHistograms(), and TopMonitor().
|
private |
Definition at line 70 of file TopMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 218 of file TopMonitor.h.
Referenced by analyze(), and TopMonitor().
|
private |
Definition at line 73 of file TopMonitor.h.
Referenced by analyze().
|
private |
Definition at line 231 of file TopMonitor.h.
Referenced by analyze(), and TopMonitor().