#include <GEMBaseValidation.h>
Protected Member Functions | |
template<typename T > | |
dqm::impl::MonitorElement * | bookDetectorOccupancy (DQMStore::IBooker &booker, const T &key, const GEMStation *station, const char *name_prfix, const char *title_prefix) |
template<typename T > | |
dqm::impl::MonitorElement * | bookHist1D (DQMStore::IBooker &booker, const T &key, const char *name, const char *title, Int_t nbinsx, Double_t xlow, Double_t xup, const char *x_title="", const char *y_title="Entries") |
template<typename T > | |
dqm::impl::MonitorElement * | bookHist2D (DQMStore::IBooker &booker, const T &key, const char *name, const char *title, Int_t nbinsx, Double_t xlow, Double_t xup, Int_t nbinsy, Double_t ylow, Double_t yup, const char *x_title="", const char *y_title="") |
template<typename T > | |
dqm::impl::MonitorElement * | bookPIDHist (DQMStore::IBooker &booker, const T &key, const char *name, const char *title) |
template<typename T > | |
dqm::impl::MonitorElement * | bookPolarOccupancy (DQMStore::IBooker &booker, const T &key, const char *name_prefix, const char *title_prefix) |
template<typename T > | |
dqm::impl::MonitorElement * | bookXYOccupancy (DQMStore::IBooker &booker, const T &key, const char *name_prefix, const char *title_prefix) |
template<typename T > | |
dqm::impl::MonitorElement * | bookZROccupancy (DQMStore::IBooker &booker, const T &key, const char *name_prfix, const char *title_prefix) |
dqm::impl::MonitorElement * | bookZROccupancy (DQMStore::IBooker &booker, Int_t region_id, const char *name_prfix, const char *title_prefix) |
Int_t | getDetOccBinX (Int_t num_layers, Int_t chamber_id, Int_t layer_id) |
Int_t | getPidIdx (Int_t pid) |
Bool_t | isMuonSimHit (const PSimHit &) |
Float_t | toDegree (Float_t radian) |
Protected Member Functions inherited from DQMEDAnalyzer | |
uint64_t | meId () const |
Protected Attributes | |
Bool_t | detail_plot_ |
std::vector< Double_t > | eta_range_ |
edm::ESGetToken< GEMGeometry, MuonGeometryRecord > | geomToken_ |
edm::ESGetToken< GEMGeometry, MuonGeometryRecord > | geomTokenBeginRun_ |
const std::string | kLogCategory_ |
const Int_t | kMuonPDGId_ = 13 |
std::vector< Int_t > | pid_list_ |
Int_t | xy_occ_num_bins_ |
std::vector< Int_t > | zr_occ_num_bins_ |
std::vector< Double_t > | zr_occ_range_ |
Protected Attributes inherited from DQMEDAnalyzer | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
unsigned int | streamId_ |
Definition at line 19 of file GEMBaseValidation.h.
|
explicit |
Definition at line 10 of file GEMBaseValidation.cc.
References detail_plot_, eta_range_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), pid_list_, xy_occ_num_bins_, zr_occ_num_bins_, and zr_occ_range_.
|
overridepure virtual |
Definition at line 22 of file GEMBaseValidation.cc.
|
overridepure virtual |
Reimplemented from DQMEDAnalyzer.
Implemented in GEMSimHitValidation, GEMRecHitValidation, GEMPadDigiClusterValidation, GEMPadDigiValidation, GEMStripDigiValidation, and GEMCoPadDigiValidation.
|
protected |
Definition at line 168 of file GEMBaseValidation.h.
References newFWLiteAna::bin, dqm::implementation::IBooker::book2D(), getDetOccBinX(), GEMUtils::getSuffixName(), GEMUtils::getSuffixTitle(), gpuVertexFinder::hist, crabWrapper::key, label, Skims_PA_cff::name, relativeConstraints::station, and runGCPTkAlMap::title.
Referenced by GEMCoPadDigiValidation::bookHistograms(), GEMRecHitValidation::bookHistograms(), GEMSimHitValidation::bookHistograms(), GEMStripDigiValidation::bookHistograms(), GEMPadDigiValidation::bookHistograms(), and GEMPadDigiClusterValidation::bookHistograms().
|
protected |
Definition at line 240 of file GEMBaseValidation.h.
References dqm::implementation::IBooker::book1D(), GEMUtils::getSuffixName(), GEMUtils::getSuffixTitle(), crabWrapper::key, Skims_PA_cff::name, and runGCPTkAlMap::title.
Referenced by GEMCoPadDigiValidation::bookHistograms(), GEMRecHitValidation::bookHistograms(), GEMSimHitValidation::bookHistograms(), GEMStripDigiValidation::bookHistograms(), GEMPadDigiValidation::bookHistograms(), and GEMPadDigiClusterValidation::bookHistograms().
|
protected |
Definition at line 257 of file GEMBaseValidation.h.
References dqm::implementation::IBooker::book2D(), GEMUtils::getSuffixName(), GEMUtils::getSuffixTitle(), crabWrapper::key, Skims_PA_cff::name, and runGCPTkAlMap::title.
Referenced by GEMCoPadDigiValidation::bookHistograms(), GEMPadDigiValidation::bookHistograms(), and GEMPadDigiClusterValidation::bookHistograms().
|
protected |
Definition at line 217 of file GEMBaseValidation.h.
References newFWLiteAna::bin, dqm::implementation::IBooker::book1D(), GEMUtils::getSuffixName(), GEMUtils::getSuffixTitle(), gpuVertexFinder::hist, heavyIonCSV_trainingSettings::idx, crabWrapper::key, Skims_PA_cff::name, pid_list_, and runGCPTkAlMap::title.
Referenced by GEMRecHitValidation::bookHistograms(), GEMStripDigiValidation::bookHistograms(), and GEMSimHitValidation::bookHistograms().
|
protected |
Definition at line 153 of file GEMBaseValidation.h.
References dqm::implementation::IBooker::book2D(), GEMUtils::getSuffixName(), GEMUtils::getSuffixTitle(), crabWrapper::key, M_PI, hlt_dqm_clientPB-live_cfg::me, Skims_PA_cff::name, and runGCPTkAlMap::title.
Referenced by GEMRecHitValidation::bookHistograms().
|
protected |
Definition at line 141 of file GEMBaseValidation.h.
References dqm::implementation::IBooker::book2D(), f, GEMUtils::getSuffixName(), GEMUtils::getSuffixTitle(), crabWrapper::key, Skims_PA_cff::name, runGCPTkAlMap::title, and xy_occ_num_bins_.
Referenced by GEMCoPadDigiValidation::bookHistograms(), GEMRecHitValidation::bookHistograms(), GEMSimHitValidation::bookHistograms(), GEMStripDigiValidation::bookHistograms(), GEMPadDigiValidation::bookHistograms(), and GEMPadDigiClusterValidation::bookHistograms().
|
protected |
Definition at line 105 of file GEMBaseValidation.h.
References dqm::implementation::IBooker::book2D(), GEMUtils::getSuffixName(), GEMUtils::getSuffixTitle(), crabWrapper::key, kLogCategory_, Skims_PA_cff::name, runGCPTkAlMap::title, relativeConstraints::value, zr_occ_num_bins_, and zr_occ_range_.
|
protected |
Definition at line 42 of file GEMBaseValidation.cc.
References dqm::implementation::IBooker::book2D(), GEMUtils::getSuffixName(), GEMUtils::getSuffixTitle(), gpuVertexFinder::hist, mps_fire::i, SiStripPI::max, min(), Skims_PA_cff::name, runGCPTkAlMap::title, zr_occ_num_bins_, and zr_occ_range_.
Referenced by GEMCoPadDigiValidation::bookHistograms(), GEMRecHitValidation::bookHistograms(), GEMSimHitValidation::bookHistograms(), GEMStripDigiValidation::bookHistograms(), GEMPadDigiValidation::bookHistograms(), and GEMPadDigiClusterValidation::bookHistograms().
|
protected |
Definition at line 24 of file GEMBaseValidation.cc.
Referenced by GEMCoPadDigiValidation::analyze(), GEMPadDigiClusterValidation::analyze(), GEMStripDigiValidation::analyze(), GEMPadDigiValidation::analyze(), GEMRecHitValidation::analyze(), GEMSimHitValidation::analyze(), and bookDetectorOccupancy().
|
protected |
Definition at line 38 of file GEMBaseValidation.cc.
References spr::find(), and pid_list_.
Referenced by GEMStripDigiValidation::analyze(), GEMRecHitValidation::analyze(), and GEMSimHitValidation::analyze().
|
protected |
Definition at line 28 of file GEMBaseValidation.cc.
References funct::abs(), kMuonPDGId_, and PSimHit::particleType().
Referenced by GEMPadDigiClusterValidation::analyze(), GEMPadDigiValidation::analyze(), GEMStripDigiValidation::analyze(), GEMRecHitValidation::analyze(), and GEMSimHitValidation::analyze().
|
protected |
Definition at line 30 of file GEMBaseValidation.cc.
References M_PI.
Referenced by GEMPadDigiClusterValidation::analyze(), GEMPadDigiValidation::analyze(), GEMStripDigiValidation::analyze(), GEMRecHitValidation::analyze(), and GEMSimHitValidation::analyze().
|
protected |
Definition at line 95 of file GEMBaseValidation.h.
Referenced by GEMCoPadDigiValidation::analyze(), GEMPadDigiClusterValidation::analyze(), GEMStripDigiValidation::analyze(), GEMPadDigiValidation::analyze(), GEMRecHitValidation::analyze(), GEMSimHitValidation::analyze(), GEMCoPadDigiValidation::bookHistograms(), GEMRecHitValidation::bookHistograms(), GEMStripDigiValidation::bookHistograms(), GEMPadDigiClusterValidation::bookHistograms(), GEMSimHitValidation::bookHistograms(), GEMPadDigiValidation::bookHistograms(), and GEMBaseValidation().
|
protected |
|
protected |
Definition at line 100 of file GEMBaseValidation.h.
|
protected |
Definition at line 101 of file GEMBaseValidation.h.
|
protected |
Definition at line 99 of file GEMBaseValidation.h.
Referenced by GEMCoPadDigiValidation::analyze(), GEMPadDigiClusterValidation::analyze(), GEMStripDigiValidation::analyze(), GEMPadDigiValidation::analyze(), GEMRecHitValidation::analyze(), GEMSimHitValidation::analyze(), GEMCoPadDigiValidation::bookHistograms(), GEMRecHitValidation::bookHistograms(), GEMPadDigiValidation::bookHistograms(), GEMPadDigiClusterValidation::bookHistograms(), GEMStripDigiValidation::bookHistograms(), GEMSimHitValidation::bookHistograms(), and bookZROccupancy().
|
protected |
Definition at line 98 of file GEMBaseValidation.h.
Referenced by isMuonSimHit().
|
protected |
Definition at line 91 of file GEMBaseValidation.h.
Referenced by bookPIDHist(), GEMBaseValidation(), and getPidIdx().
|
protected |
Definition at line 90 of file GEMBaseValidation.h.
Referenced by bookXYOccupancy(), and GEMBaseValidation().
|
protected |
Definition at line 92 of file GEMBaseValidation.h.
Referenced by bookZROccupancy(), and GEMBaseValidation().
|
protected |
Definition at line 93 of file GEMBaseValidation.h.
Referenced by bookZROccupancy(), and GEMBaseValidation().