Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from DQMEDAnalyzer | |
static std::shared_ptr< dqmDetails::NoCache > | globalBeginLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *) |
static std::shared_ptr< dqmDetails::NoCache > | globalBeginRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *) |
static void | globalEndLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *, dqmDetails::NoCache *) |
static void | globalEndRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *, dqmDetails::NoCache *) |
Static Public Member Functions inherited from edm::stream::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (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 |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
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_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > > | |
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 |
Public Types inherited from edm::stream::EDAnalyzerBase | |
typedef EDAnalyzerAdaptorBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
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 |
|
overrideprotectedvirtual |
Implements edm::stream::EDAnalyzerBase.
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().
|
inlineoverrideprotectedvirtual |
Reimplemented from edm::stream::EDAnalyzerBase.
Definition at line 34 of file GEMDQMSourceDigi.cc.
|
overrideprotectedvirtual |
Implements DQMEDAnalyzer.
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(), reco::return(), DQMStore::IBooker::setCurrentFolder(), and GEMGeometry::superChambers().
Referenced by dqmBeginRun().
|
inlineoverrideprotectedvirtual |
Reimplemented from DQMEDAnalyzer.
Definition at line 31 of file GEMDQMSourceDigi.cc.
References analyze(), bookHistograms(), and MillePedeFileConverter_cfg::e.
|
inlineoverrideprotectedvirtual |
Reimplemented from edm::stream::EDAnalyzerBase.
Definition at line 35 of file GEMDQMSourceDigi.cc.
|
inlineoverrideprotectedvirtual |
Reimplemented from edm::stream::EDAnalyzerBase.
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().