Public Member Functions | |
GEMDQMSourceDigi (const edm::ParameterSet &cfg) | |
~GEMDQMSourceDigi () override | |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Protected Member Functions | |
void | analyze (edm::Event const &e, edm::EventSetup const &eSetup) override |
void | beginLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &eSetup) override |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
void | dqmBeginRun (edm::Run const &, edm::EventSetup const &) override |
void | endLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &eSetup) override |
void | endRun (edm::Run const &run, edm::EventSetup const &eSetup) override |
Private Member Functions | |
int | findVFAT (float min_, float max_, float x_, int roll_) |
const GEMGeometry * | initGeometry (edm::EventSetup const &iSetup) |
Private Attributes | |
std::unordered_map< UInt_t, MonitorElement * > | Digi_1D_ |
std::unordered_map< UInt_t, MonitorElement * > | Digi_2D_ |
std::vector< GEMChamber > | gemChambers_ |
const GEMGeometry * | GEMGeometry_ |
edm::EDGetToken | tagDigi_ |
Definition at line 24 of file GEMDQMSourceDigi.cc.
GEMDQMSourceDigi::GEMDQMSourceDigi | ( | const edm::ParameterSet & | cfg | ) |
Definition at line 78 of file GEMDQMSourceDigi.cc.
References edm::ParameterSet::getParameter(), and tagDigi_.
|
inlineoverride |
|
overrideprotected |
Definition at line 113 of file GEMDQMSourceDigi.cc.
References edmIntegrityCheck::d, DEFINE_FWK_MODULE, Digi_1D_, Digi_2D_, findVFAT(), gemChambers_, GEMGeometry_, initGeometry(), GEMDetId::roll(), and tagDigi_.
Referenced by dqmBeginRun().
|
inlineoverrideprotected |
Definition at line 34 of file GEMDQMSourceDigi.cc.
|
overrideprotected |
Definition at line 90 of file GEMDQMSourceDigi.cc.
References DQMStore::IBooker::book1D(), DQMStore::IBooker::book2D(), DQMStore::IBooker::cd(), GEMDetId::chamber(), Digi_1D_, Digi_2D_, gemChambers_, GEMGeometry_, initGeometry(), checklumidiff::l, GEMDetId::layer(), mathSSE::return(), DQMStore::IBooker::setCurrentFolder(), and GEMGeometry::superChambers().
Referenced by dqmBeginRun().
|
inlineoverrideprotected |
Definition at line 31 of file GEMDQMSourceDigi.cc.
References analyze(), bookHistograms(), and MillePedeFileConverter_cfg::e.
|
inlineoverrideprotected |
Definition at line 35 of file GEMDQMSourceDigi.cc.
|
inlineoverrideprotected |
Definition at line 36 of file GEMDQMSourceDigi.cc.
|
static |
Definition at line 83 of file GEMDQMSourceDigi.cc.
References edm::ConfigurationDescriptions::add(), and edm::ParameterSetDescription::add().
Referenced by ~GEMDQMSourceDigi().
|
private |
|
private |
Definition at line 63 of file GEMDQMSourceDigi.cc.
References MillePedeFileConverter_cfg::e, GEMGeometry_, and edm::EventSetup::get().
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 49 of file GEMDQMSourceDigi.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 48 of file GEMDQMSourceDigi.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 46 of file GEMDQMSourceDigi.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 44 of file GEMDQMSourceDigi.cc.
Referenced by analyze(), bookHistograms(), and initGeometry().
|
private |
Definition at line 36 of file GEMDQMSourceDigi.cc.
Referenced by analyze(), and GEMDQMSourceDigi().