#include <GEMDQMBase.h>
Public Member Functions | |
MonitorElement * | book1D (TString name, TString title, int nbinsx, double xlow, double xup, TString x_title="", TString y_title="Entries") |
MonitorElement * | book1D (TString name, TString title, std::vector< double > &x_binning, TString x_title="", TString y_title="Entries") |
MonitorElement * | book2D (TString name, TString title, int nbinsx, double xlow, double xup, int nbinsy, double ylow, double yup, TString x_title="", TString y_title="") |
BookingHelper (DQMStore::IBooker &ibooker, const TString &name_suffix, const TString &title_suffix) | |
MonitorElement * | bookProfile2D (TString name, TString title, int nbinsx, double xlow, double xup, int nbinsy, double ylow, double yup, double zlow, double zup, TString x_title="", TString y_title="") |
DQMStore::IBooker * | getBooker () |
~BookingHelper () | |
Private Attributes | |
DQMStore::IBooker * | ibooker_ |
const TString | name_suffix_ |
const TString | title_suffix_ |
Definition at line 32 of file GEMDQMBase.h.
|
inline |
Definition at line 34 of file GEMDQMBase.h.
|
inline |
Definition at line 37 of file GEMDQMBase.h.
|
inline |
Definition at line 39 of file GEMDQMBase.h.
References dqm::implementation::IBooker::book1D(), ibooker_, Skims_PA_cff::name, name_suffix_, totemT2DQMSource_cfi::nbinsx, runGCPTkAlMap::title, and title_suffix_.
Referenced by GEMDQMBase::MEMapInfT< M, K >::bookND().
|
inline |
Definition at line 51 of file GEMDQMBase.h.
References dqm::implementation::IBooker::book1D(), ibooker_, Skims_PA_cff::name, name_suffix_, runGCPTkAlMap::title, and title_suffix_.
|
inline |
Definition at line 62 of file GEMDQMBase.h.
References dqm::implementation::IBooker::book2D(), ibooker_, Skims_PA_cff::name, name_suffix_, totemT2DQMSource_cfi::nbinsx, totemT2DQMSource_cfi::nbinsy, runGCPTkAlMap::title, and title_suffix_.
Referenced by GEMDQMBase::MEMapInfT< M, K >::bookND().
|
inline |
Definition at line 77 of file GEMDQMBase.h.
References dqm::implementation::IBooker::bookProfile2D(), ibooker_, Skims_PA_cff::name, name_suffix_, totemT2DQMSource_cfi::nbinsx, totemT2DQMSource_cfi::nbinsy, runGCPTkAlMap::title, and title_suffix_.
Referenced by GEMDQMBase::MEMapInfT< M, K >::bookND().
|
inline |
Definition at line 94 of file GEMDQMBase.h.
References ibooker_.
Referenced by GEMPadDigiClusterSource::ProcessWithMEMap2WithChamber(), GEMRecHitSource::ProcessWithMEMap4WithChamber(), GEMPadDigiClusterSource::ProcessWithMEMap4WithChamber(), GEMDigiSource::ProcessWithMEMap5WithChamber(), and GEMDAQStatusSource::ProcessWithMEMap5WithChamber().
|
private |
Definition at line 97 of file GEMDQMBase.h.
Referenced by book1D(), book2D(), bookProfile2D(), and getBooker().
|
private |
Definition at line 98 of file GEMDQMBase.h.
Referenced by book1D(), book2D(), and bookProfile2D().
|
private |
Definition at line 99 of file GEMDQMBase.h.
Referenced by book1D(), book2D(), and bookProfile2D().