#include <GEMSimHitValidation.h>
Private Member Functions | |
std::tuple< Double_t, Double_t > | getTOFRange (Int_t station_id) |
Additional Inherited Members | |
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 > | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
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 Member Functions inherited from GEMBaseValidation | |
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 * | bookPIDHist (DQMStore::IBooker &booker, const T &key, Int_t ieta, 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) |
dqm::impl::MonitorElement * | bookZROccupancy (DQMStore::IBooker &booker, Int_t region_id, const char *name_prfix, 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) |
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 inherited from GEMBaseValidation | |
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 11 of file GEMSimHitValidation.h.
|
explicit |
Definition at line 5 of file GEMSimHitValidation.cc.
References geomToken_, geomTokenBeginRun_, muonDTDigis_cfi::pset, simhit_token_, and tof_range_.
|
override |
Definition at line 16 of file GEMSimHitValidation.cc.
|
overridevirtual |
Implements GEMBaseValidation.
Definition at line 188 of file GEMSimHitValidation.cc.
References GEMBaseValidation::detail_plot_, PV3DBase< T, PVType, FrameType >::eta(), mixOne_premix_on_sim_cfi::gem, geomToken_, GEMBaseValidation::getDetOccBinX(), GEMBaseValidation::getPidIdx(), hcalRecHitTable_cff::ieta, GEMBaseValidation::isMuonSimHit(), edm::HandleBase::isValid(), kEnergyCF_, GEMBaseValidation::kLogCategory_, me_detail_eloss_, me_detail_eloss_mu_, me_detail_occ_det_, me_detail_occ_det_mu_, me_detail_occ_xy_, me_detail_occ_zr_, me_detail_tof_, me_detail_tof_mu_, me_eloss_mu_, me_eloss_others_, me_occ_eta_mu_, me_occ_phi_mu_, me_occ_pid_, me_tof_mu_, me_tof_others_, PV3DBase< T, PVType, FrameType >::perp(), PV3DBase< T, PVType, FrameType >::phi(), edm::Handle< T >::product(), singleTopDQM_cfi::setup, simhit_token_, GEMBaseValidation::toDegree(), PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
|
overridevirtual |
Implements DQMEDAnalyzer.
Definition at line 18 of file GEMSimHitValidation.cc.
References dqm::implementation::IBooker::book1D(), GEMBaseValidation::bookDetectorOccupancy(), GEMBaseValidation::bookHist1D(), GEMBaseValidation::bookPIDHist(), GEMBaseValidation::bookXYOccupancy(), GEMBaseValidation::bookZROccupancy(), relativeConstraints::chamber, GEMSuperChamber::chambers(), GEMBaseValidation::detail_plot_, GEMBaseValidation::eta_range_, mixOne_premix_on_sim_cfi::gem, geomTokenBeginRun_, getTOFRange(), GEMBaseValidation::kLogCategory_, me_detail_eloss_, me_detail_eloss_mu_, me_detail_occ_det_, me_detail_occ_det_mu_, me_detail_occ_xy_, me_detail_occ_zr_, me_detail_tof_, me_detail_tof_mu_, me_eloss_mu_, me_eloss_others_, me_occ_eta_mu_, me_occ_phi_mu_, me_occ_pid_, me_tof_mu_, me_tof_others_, nano_mu_digi_cff::region, dqm::implementation::NavigatorBase::setCurrentFolder(), singleTopDQM_cfi::setup, and relativeConstraints::station.
|
private |
Definition at line 181 of file GEMSimHitValidation.cc.
References tof_range_.
Referenced by bookHistograms().
|
private |
Definition at line 23 of file GEMSimHitValidation.h.
Referenced by analyze(), and GEMSimHitValidation().
|
private |
Definition at line 24 of file GEMSimHitValidation.h.
Referenced by bookHistograms(), and GEMSimHitValidation().
|
private |
Definition at line 47 of file GEMSimHitValidation.h.
Referenced by analyze().
|
private |
Definition at line 35 of file GEMSimHitValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 36 of file GEMSimHitValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 42 of file GEMSimHitValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 43 of file GEMSimHitValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 44 of file GEMSimHitValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 41 of file GEMSimHitValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 30 of file GEMSimHitValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 31 of file GEMSimHitValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 33 of file GEMSimHitValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 34 of file GEMSimHitValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 38 of file GEMSimHitValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 39 of file GEMSimHitValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 40 of file GEMSimHitValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 28 of file GEMSimHitValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 29 of file GEMSimHitValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 22 of file GEMSimHitValidation.h.
Referenced by analyze(), and GEMSimHitValidation().
|
private |
Definition at line 25 of file GEMSimHitValidation.h.
Referenced by GEMSimHitValidation(), and getTOFRange().