#include <GEMSimHitValidation.h>
Private Member Functions | |
std::tuple< Double_t, Double_t > | getTOFRange (Int_t station_id) |
Private Attributes | |
edm::ESGetToken< GEMGeometry, MuonGeometryRecord > | geomToken_ |
edm::ESGetToken< GEMGeometry, MuonGeometryRecord > | geomTokenBeginRun_ |
const Float_t | kEnergyCF_ = 1e9f |
MEMap3Ids | me_detail_eloss_ |
MEMap3Ids | me_detail_eloss_mu_ |
MEMap3Ids | me_detail_tof_ |
MEMap3Ids | me_detail_tof_mu_ |
MEMap1Ids | me_eloss_mu_ |
MEMap2Ids | me_occ_det_ |
MEMap3Ids | me_occ_xy_ |
MEMap1Ids | me_occ_zr_ |
std::map< Int_t, MonitorElement * > | me_tof_mu_ |
edm::EDGetTokenT< edm::PSimHitContainer > | simhit_token_ |
std::vector< Double_t > | tof_range_ |
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 > | |
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 |
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 * | 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 chamber_id, Int_t layer_id) |
Bool_t | isMuonSimHit (const PSimHit &) |
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 |
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 159 of file GEMSimHitValidation.cc.
References GEMBaseValidation::detail_plot_, geomToken_, GEMBaseValidation::getDetOccBinX(), GEMBaseValidation::isMuonSimHit(), edm::HandleBase::isValid(), kEnergyCF_, GEMBaseValidation::kLogCategory_, me_detail_eloss_, me_detail_eloss_mu_, me_detail_tof_, me_detail_tof_mu_, me_eloss_mu_, me_occ_det_, me_occ_xy_, me_occ_zr_, me_tof_mu_, PV3DBase< T, PVType, FrameType >::perp(), edm::Handle< T >::product(), singleTopDQM_cfi::setup, simhit_token_, 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::bookXYOccupancy(), GEMBaseValidation::bookZROccupancy(), relativeConstraints::chamber, GEMSuperChamber::chambers(), GEMBaseValidation::detail_plot_, geomTokenBeginRun_, getTOFRange(), GEMBaseValidation::kLogCategory_, me_detail_eloss_, me_detail_eloss_mu_, me_detail_tof_, me_detail_tof_mu_, me_eloss_mu_, me_occ_det_, me_occ_xy_, me_occ_zr_, me_tof_mu_, HLT_FULL_cff::region, dqm::implementation::NavigatorBase::setCurrentFolder(), singleTopDQM_cfi::setup, and relativeConstraints::station.
|
private |
Definition at line 152 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 39 of file GEMSimHitValidation.h.
Referenced by analyze().
|
private |
Definition at line 32 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 29 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 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 34 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 22 of file GEMSimHitValidation.h.
Referenced by analyze(), and GEMSimHitValidation().
|
private |
Definition at line 25 of file GEMSimHitValidation.h.
Referenced by GEMSimHitValidation(), and getTOFRange().