#include <V0Monitor.h>
Public Types | |
typedef dqm::legacy::DQMStore | DQMStore |
typedef dqm::legacy::MonitorElement | MonitorElement |
Public Types inherited from DQMEDAnalyzer | |
typedef dqm::reco::DQMStore | DQMStore |
typedef dqm::reco::MonitorElement | MonitorElement |
Public Types inherited from edm::stream::EDProducer< edm::GlobalCache< DQMEDAnalyzerGlobalCache >, edm::EndRunProducer, edm::EndLuminosityBlockProducer, edm::Accumulator > | |
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 |
Protected Member Functions | |
void | analyze (edm::Event const &iEvent, edm::EventSetup const &iSetup) override |
MonitorElement * | bookHisto1D (DQMStore::IBooker &ibooker, std::string name, std::string title, std::string xaxis, std::string yaxis, MEbinning binning) |
MonitorElement * | bookHisto2D (DQMStore::IBooker &ibooker, std::string name, std::string title, std::string xaxis, std::string yaxis, MEbinning xbinning, MEbinning ybinning) |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
MonitorElement * | bookProfile (DQMStore::IBooker &ibooker, std::string name, std::string title, std::string xaxis, std::string yaxis, MEbinning xbinning, MEbinning ybinning) |
Protected Member Functions inherited from DQMEDAnalyzer | |
uint64_t | meId () const |
Private Member Functions | |
void | getHistoPSet (edm::ParameterSet pset, MEbinning &mebinning) |
Additional Inherited Members | |
Static Public Member Functions inherited from DQMEDAnalyzer | |
static void | globalEndJob (DQMEDAnalyzerGlobalCache const *) |
static void | globalEndLuminosityBlockProduce (edm::LuminosityBlock &lumi, edm::EventSetup const &setup, LuminosityBlockContext const *context) |
static void | globalEndRunProduce (edm::Run &run, edm::EventSetup const &setup, RunContext const *context) |
static std::unique_ptr< DQMEDAnalyzerGlobalCache > | initializeGlobalCache (edm::ParameterSet const &) |
Protected Attributes inherited from DQMEDAnalyzer | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
unsigned int | streamId_ |
Definition at line 40 of file V0Monitor.h.
Definition at line 42 of file V0Monitor.h.
Definition at line 43 of file V0Monitor.h.
V0Monitor::V0Monitor | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 15 of file V0Monitor.cc.
References chi2oNDF_binning_, eta_binning_, getHistoPSet(), edm::ParameterSet::getParameter(), LumiMonitor_cff::histoPSet, ls_binning_, lumi_binning_, Lxy_binning_, mass_binning_, n_vs_BX_, n_vs_LS_, n_vs_lumi_, n_vs_PU_, pt_binning_, pu_binning_, v0_chi2oNDF_, v0_deltaMass_, v0_deltaMass_vs_BX_, v0_deltaMass_vs_eta_, v0_deltaMass_vs_lumi_, v0_deltaMass_vs_pt_, v0_deltaMass_vs_PU_, v0_eta_, v0_Lxy_, v0_Lxy_vs_BX_, v0_Lxy_vs_deltaMass_, v0_Lxy_vs_eta_, v0_Lxy_vs_lumi_, v0_Lxy_vs_pt_, v0_Lxy_vs_PU_, v0_Lxy_wrtBS_, v0_mass_, v0_mass_vs_BX_, v0_mass_vs_eta_, v0_mass_vs_lumi_, v0_mass_vs_p_, v0_mass_vs_pt_, v0_mass_vs_PU_, v0_N_, v0_N_vs_BX_, v0_N_vs_LS_, v0_N_vs_lumi_, v0_N_vs_PU_, v0_phi_, and v0_pt_.
|
override |
Definition at line 77 of file V0Monitor.cc.
References genTriggerEventFlag_.
|
overrideprotectedvirtual |
Reimplemented from DQMEDAnalyzer.
Definition at line 228 of file V0Monitor.cc.
References GenericTriggerEventFlag::accept(), cms::cuda::bs, bsToken_, l1GtPatternGenerator_cfi::bx, dumpMFGeometry_cfg::delta, PVValHelper::eta, dqm::impl::MonitorElement::Fill(), forceSCAL_, genTriggerEventFlag_, iEvent, OnlineLuminosityRecord::instLumi(), edm::HandleBase::isValid(), V0Monitor_cfi::lumiScalers, lumiscalersToken_, EgHLTOffHistBins_cfi::mass, metaDataToken_, dqmiodumpmetadata::n, n_vs_BX_, n_vs_LS_, n_vs_lumi_, n_vs_PU_, GenericTriggerEventFlag::on(), or, AlCaHLTBitMon_ParallelJobs::p, PV3DBase< T, PVType, FrameType >::perp(), phi, edm::Handle< T >::product(), DiDispStaMuonMonitor_cfi::pt, MetAnalyzer::pv(), pvNDOF_, pvToken_, findQualityFiles::v, V0Monitor_cff::v0, v0_chi2oNDF_, v0_deltaMass_, v0_deltaMass_vs_BX_, v0_deltaMass_vs_eta_, v0_deltaMass_vs_lumi_, v0_deltaMass_vs_pt_, v0_deltaMass_vs_PU_, v0_eta_, v0_Lxy_, v0_Lxy_vs_BX_, v0_Lxy_vs_deltaMass_, v0_Lxy_vs_eta_, v0_Lxy_vs_lumi_, v0_Lxy_vs_pt_, v0_Lxy_vs_PU_, v0_Lxy_wrtBS_, v0_mass_, v0_mass_vs_BX_, v0_mass_vs_eta_, v0_mass_vs_lumi_, v0_mass_vs_p_, v0_mass_vs_pt_, v0_mass_vs_PU_, v0_N_, v0_N_vs_BX_, v0_N_vs_LS_, v0_N_vs_lumi_, v0_N_vs_PU_, v0_phi_, v0_pt_, and v0Token_.
|
protected |
Definition at line 88 of file V0Monitor.cc.
References listHistos::binning, dqm::implementation::IBooker::book1D(), Skims_PA_cff::name, AlCaHLTBitMon_QueryRunRegistry::string, runGCPTkAlMap::title, LaserClient_cfi::xaxis, and TimingClient_cfi::yaxis.
Referenced by bookHistograms().
|
protected |
Definition at line 97 of file V0Monitor.cc.
References dqm::implementation::IBooker::book2D(), Skims_PA_cff::name, AlCaHLTBitMon_QueryRunRegistry::string, runGCPTkAlMap::title, LaserClient_cfi::xaxis, and TimingClient_cfi::yaxis.
|
overrideprotectedvirtual |
Implements DQMEDAnalyzer.
Definition at line 120 of file V0Monitor.cc.
References bookHisto1D(), bookProfile(), chi2oNDF_binning_, eta_binning_, folderName_, genTriggerEventFlag_, dqm::legacy::MonitorElement::getTH1(), GenericTriggerEventFlag::initRun(), ls_binning_, lumi_binning_, Lxy_binning_, mass_binning_, n_vs_BX_, n_vs_LS_, n_vs_lumi_, n_vs_PU_, GenericTriggerEventFlag::on(), pt_binning_, pu_binning_, dqm::implementation::NavigatorBase::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, v0_chi2oNDF_, v0_deltaMass_, v0_deltaMass_vs_BX_, v0_deltaMass_vs_eta_, v0_deltaMass_vs_lumi_, v0_deltaMass_vs_pt_, v0_deltaMass_vs_PU_, v0_eta_, v0_Lxy_, v0_Lxy_vs_BX_, v0_Lxy_vs_deltaMass_, v0_Lxy_vs_eta_, v0_Lxy_vs_lumi_, v0_Lxy_vs_pt_, v0_Lxy_vs_PU_, v0_Lxy_wrtBS_, v0_mass_, v0_mass_vs_BX_, v0_mass_vs_eta_, v0_mass_vs_lumi_, v0_mass_vs_p_, v0_mass_vs_pt_, v0_mass_vs_PU_, v0_N_, v0_N_vs_BX_, v0_N_vs_LS_, v0_N_vs_lumi_, v0_N_vs_PU_, v0_phi_, and v0_pt_.
|
protected |
Definition at line 108 of file V0Monitor.cc.
References dqm::implementation::IBooker::bookProfile(), Skims_PA_cff::name, AlCaHLTBitMon_QueryRunRegistry::string, runGCPTkAlMap::title, LaserClient_cfi::xaxis, and TimingClient_cfi::yaxis.
Referenced by bookHistograms().
|
private |
Definition at line 82 of file V0Monitor.cc.
References muonDTDigis_cfi::pset.
Referenced by V0Monitor().
|
private |
Definition at line 78 of file V0Monitor.h.
Referenced by analyze().
|
private |
Definition at line 133 of file V0Monitor.h.
Referenced by bookHistograms(), and V0Monitor().
|
private |
Definition at line 131 of file V0Monitor.h.
Referenced by bookHistograms(), and V0Monitor().
|
private |
Definition at line 75 of file V0Monitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 83 of file V0Monitor.h.
Referenced by analyze().
|
private |
Definition at line 87 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and ~V0Monitor().
|
private |
Definition at line 136 of file V0Monitor.h.
Referenced by bookHistograms(), and V0Monitor().
|
private |
Definition at line 134 of file V0Monitor.h.
Referenced by bookHistograms(), and V0Monitor().
|
private |
Definition at line 80 of file V0Monitor.h.
Referenced by analyze().
|
private |
Definition at line 132 of file V0Monitor.h.
Referenced by bookHistograms(), and V0Monitor().
|
private |
Definition at line 129 of file V0Monitor.h.
Referenced by bookHistograms(), and V0Monitor().
|
private |
Definition at line 81 of file V0Monitor.h.
Referenced by analyze().
|
private |
Definition at line 108 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 126 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 114 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 120 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 130 of file V0Monitor.h.
Referenced by bookHistograms(), and V0Monitor().
|
private |
Definition at line 135 of file V0Monitor.h.
Referenced by bookHistograms(), and V0Monitor().
|
private |
Definition at line 85 of file V0Monitor.h.
Referenced by analyze().
|
private |
Definition at line 79 of file V0Monitor.h.
Referenced by analyze().
|
private |
Definition at line 96 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 100 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 112 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 102 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 118 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 101 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 124 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 92 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 94 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 111 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 104 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 106 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 117 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 105 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 123 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 95 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 90 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 110 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 99 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 116 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 97 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 98 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 122 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 89 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 109 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 127 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 115 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 121 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 93 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 91 of file V0Monitor.h.
Referenced by analyze(), bookHistograms(), and V0Monitor().
|
private |
Definition at line 77 of file V0Monitor.h.
Referenced by analyze().