#include <GEMBaseValidation.h>
Public Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &) override=0 |
MonitorElement * | BookHistXY (DQMStore::IBooker &, const char *name, const char *label, unsigned int region_num, unsigned int station_num, unsigned int layer_num=99) |
MonitorElement * | BookHistZR (DQMStore::IBooker &, const char *name, const char *label, unsigned int region_num, unsigned int station_num, unsigned int layer_num=99) |
GEMBaseValidation (const edm::ParameterSet &ps) | |
MonitorElement * | getDCEta (DQMStore::IBooker &, const GEMStation *, TString, TString) |
MonitorElement * | getSimpleZR (DQMStore::IBooker &, TString, TString) |
std::string | getStationLabel (int i) |
std::string | getSuffixName (int region, int station, int layer) |
std::string | getSuffixName (int region, int station) |
std::string | getSuffixName (int region) |
std::string | getSuffixTitle (int region, int station, int layer) |
std::string | getSuffixTitle (int region, int station) |
std::string | getSuffixTitle (int region) |
const GEMGeometry * | initGeometry (const edm::EventSetup &) |
unsigned int | nPart () |
unsigned int | nRegion () |
unsigned int | nStation () |
unsigned int | nStationForLabel () |
void | setNStationForLabel (unsigned int number) |
~GEMBaseValidation () override | |
Public Member Functions inherited from DQMEDAnalyzer | |
void | accumulate (edm::Event const &ev, edm::EventSetup const &es) final |
virtual void | analyze (edm::Event const &, edm::EventSetup const &) |
void | beginLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &setup) override |
void | beginRun (edm::Run const &run, edm::EventSetup const &setup) final |
virtual void | bookHistograms (DQMStore::IBooker &i, edm::Run const &, edm::EventSetup const &)=0 |
virtual void | dqmBeginRun (edm::Run const &, edm::EventSetup const &) |
DQMEDAnalyzer () | |
DQMEDAnalyzer (DQMEDAnalyzer const &)=delete | |
DQMEDAnalyzer (DQMEDAnalyzer &&)=delete | |
void | endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) override |
void | endLuminosityBlockProduce (edm::LuminosityBlock &lumi, edm::EventSetup const &setup) final |
void | endRun (edm::Run const &run, edm::EventSetup const &setup) override |
void | endRunProduce (edm::Run &run, edm::EventSetup const &setup) override |
~DQMEDAnalyzer () override=default | |
Public Member Functions inherited from edm::one::EDProducer< edm::Accumulator, edm::EndLuminosityBlockProducer, edm::EndRunProducer, edm::one::WatchLuminosityBlocks, edm::one::WatchRuns > | |
EDProducer ()=default | |
SerialTaskQueue * | globalLuminosityBlocksQueue () final |
SerialTaskQueue * | globalRunsQueue () final |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
bool | wantsGlobalLuminosityBlocks () const final |
bool | wantsGlobalRuns () const final |
Public Member Functions inherited from edm::one::EDProducerBase | |
EDProducerBase () | |
ModuleDescription const & | moduleDescription () const |
bool | wantsStreamLuminosityBlocks () const |
bool | wantsStreamRuns () const |
~EDProducerBase () override | |
Public Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
std::vector< edm::ProductResolverIndex > const & | indiciesForPutProducts (BranchType iBranchType) const |
ProducerBase () | |
std::vector< edm::ProductResolverIndex > const & | putTokenIndexToProductResolverIndex () const |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
void | resolvePutIndicies (BranchType iBranchType, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel) |
~ProducerBase () noexcept(false) override | |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
void | convertCurrentProcessAlias (std::string const &processName) |
Convert "@currentProcess" in InputTag process names to the actual current process name. More... | |
EDConsumerBase () | |
EDConsumerBase (EDConsumerBase const &)=delete | |
EDConsumerBase (EDConsumerBase &&)=default | |
ProductResolverIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
std::vector< ProductResolverIndexAndSkipBit > const & | itemsToGetFrom (BranchType iType) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
EDConsumerBase const & | operator= (EDConsumerBase const &)=delete |
EDConsumerBase & | operator= (EDConsumerBase &&)=default |
bool | registeredToConsume (ProductResolverIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
ProductResolverIndexAndSkipBit | uncheckedIndexFrom (EDGetToken) const |
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
virtual | ~EDConsumerBase () noexcept(false) |
Protected Attributes | |
int | nBinXY_ |
std::vector< double > | nBinZR_ |
std::vector< double > | RangeZR_ |
Protected Attributes inherited from DQMEDAnalyzer | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
Private Attributes | |
bool | detailPlot_ |
edm::EDGetToken | InputTagToken_ |
std::vector< std::string > | layerLabel |
unsigned int | npart |
unsigned int | nregion |
unsigned int | nstation |
unsigned int | nstationForLabel |
std::vector< std::string > | regionLabel |
Additional Inherited Members | |
Public Types inherited from edm::one::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
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) |
Definition at line 18 of file GEMBaseValidation.h.
|
explicit |
Definition at line 8 of file GEMBaseValidation.cc.
References edm::ParameterSet::getUntrackedParameter().
|
override |
Definition at line 88 of file GEMBaseValidation.cc.
|
overridepure virtual |
Implemented in GEMStripDigiValidation, GEMHitsValidation, GEMRecHitsValidation, GEMCoPadDigiValidation, and GEMPadDigiValidation.
MonitorElement * GEMBaseValidation::BookHistXY | ( | DQMStore::IBooker & | ibooker, |
const char * | name, | ||
const char * | label, | ||
unsigned int | region_num, | ||
unsigned int | station_num, | ||
unsigned int | layer_num = 99 |
||
) |
Definition at line 163 of file GEMBaseValidation.cc.
References DQMStore::IBooker::book2D(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by GEMCoPadDigiValidation::bookHistograms(), GEMRecHitsValidation::bookHistograms(), GEMHitsValidation::bookHistograms(), GEMPadDigiValidation::bookHistograms(), and GEMStripDigiValidation::bookHistograms().
MonitorElement * GEMBaseValidation::BookHistZR | ( | DQMStore::IBooker & | ibooker, |
const char * | name, | ||
const char * | label, | ||
unsigned int | region_num, | ||
unsigned int | station_num, | ||
unsigned int | layer_num = 99 |
||
) |
Definition at line 133 of file GEMBaseValidation.cc.
References DQMStore::IBooker::book2D(), createfilelist::int, LogDebug, AlCaHLTBitMon_QueryRunRegistry::string, TrackerOfflineValidation_Dqm_cff::xmax, TrackerOfflineValidation_Dqm_cff::xmin, Phase2TrackerMonitorDigi_cff::ymax, and Phase2TrackerMonitorDigi_cff::ymin.
Referenced by GEMCoPadDigiValidation::bookHistograms(), GEMRecHitsValidation::bookHistograms(), GEMHitsValidation::bookHistograms(), GEMPadDigiValidation::bookHistograms(), and GEMStripDigiValidation::bookHistograms().
MonitorElement * GEMBaseValidation::getDCEta | ( | DQMStore::IBooker & | ibooker, |
const GEMStation * | station, | ||
TString | title, | ||
TString | histname | ||
) |
Definition at line 107 of file GEMBaseValidation.cc.
References DQMStore::IBooker::book2D(), training_settings::idx, diffTwoXMLs::label, LogDebug, GEMStation::region(), GEMStation::rings(), and GEMStation::station().
Referenced by GEMCoPadDigiValidation::bookHistograms(), GEMRecHitsValidation::bookHistograms(), GEMHitsValidation::bookHistograms(), GEMPadDigiValidation::bookHistograms(), and GEMStripDigiValidation::bookHistograms().
MonitorElement * GEMBaseValidation::getSimpleZR | ( | DQMStore::IBooker & | ibooker, |
TString | title, | ||
TString | histname | ||
) |
Definition at line 91 of file GEMBaseValidation.cc.
References DQMStore::IBooker::book2D(), and mps_fire::i.
Referenced by GEMCoPadDigiValidation::bookHistograms(), GEMRecHitsValidation::bookHistograms(), GEMHitsValidation::bookHistograms(), GEMPadDigiValidation::bookHistograms(), and GEMStripDigiValidation::bookHistograms().
string GEMBaseValidation::getStationLabel | ( | int | i | ) |
Definition at line 80 of file GEMBaseValidation.cc.
Referenced by GEMHitsValidation::analyze(), and GEMHitsValidation::bookHistograms().
string GEMBaseValidation::getSuffixName | ( | int | region, |
int | station, | ||
int | layer | ||
) |
Definition at line 48 of file GEMBaseValidation.cc.
References gather_cfg::cout, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by GEMCoPadDigiValidation::analyze(), GEMPadDigiValidation::analyze(), GEMHitsValidation::analyze(), GEMStripDigiValidation::analyze(), GEMRecHitsValidation::BookHist1D(), GEMHitsValidation::bookHistograms(), GEMRecHitsValidation::bookHistograms(), GEMCoPadDigiValidation::bookHistograms(), GEMPadDigiValidation::bookHistograms(), and GEMStripDigiValidation::bookHistograms().
string GEMBaseValidation::getSuffixName | ( | int | region, |
int | station | ||
) |
Definition at line 53 of file GEMBaseValidation.cc.
References gather_cfg::cout, and AlCaHLTBitMon_QueryRunRegistry::string.
string GEMBaseValidation::getSuffixName | ( | int | region | ) |
Definition at line 58 of file GEMBaseValidation.cc.
References gather_cfg::cout, and AlCaHLTBitMon_QueryRunRegistry::string.
string GEMBaseValidation::getSuffixTitle | ( | int | region, |
int | station, | ||
int | layer | ||
) |
Definition at line 64 of file GEMBaseValidation.cc.
References gather_cfg::cout, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by GEMRecHitsValidation::BookHist1D(), GEMCoPadDigiValidation::bookHistograms(), GEMPadDigiValidation::bookHistograms(), GEMHitsValidation::bookHistograms(), GEMRecHitsValidation::bookHistograms(), and GEMStripDigiValidation::bookHistograms().
string GEMBaseValidation::getSuffixTitle | ( | int | region, |
int | station | ||
) |
Definition at line 69 of file GEMBaseValidation.cc.
References gather_cfg::cout, and AlCaHLTBitMon_QueryRunRegistry::string.
string GEMBaseValidation::getSuffixTitle | ( | int | region | ) |
Definition at line 74 of file GEMBaseValidation.cc.
References gather_cfg::cout, and AlCaHLTBitMon_QueryRunRegistry::string.
const GEMGeometry * GEMBaseValidation::initGeometry | ( | const edm::EventSetup & | ) |
Definition at line 22 of file GEMBaseValidation.cc.
References GEMGeometry::chambers(), MillePedeFileConverter_cfg::e, GEMGeometry::etaPartitions(), edm::EventSetup::get(), LogDebug, npart, GEMGeometry::regions(), and GEMGeometry::superChambers().
Referenced by GEMHitsValidation::analyze(), GEMRecHitsValidation::analyze(), GEMCoPadDigiValidation::bookHistograms(), GEMPadDigiValidation::bookHistograms(), GEMHitsValidation::bookHistograms(), GEMRecHitsValidation::bookHistograms(), and GEMStripDigiValidation::bookHistograms().
|
inline |
Definition at line 43 of file GEMBaseValidation.h.
References npart.
Referenced by GEMHitsValidation::bookHistograms().
|
inline |
Definition at line 40 of file GEMBaseValidation.h.
References nregion.
Referenced by GEMHitsValidation::bookHistograms(), and GEMRecHitsValidation::bookHistograms().
|
inline |
Definition at line 41 of file GEMBaseValidation.h.
References nstation.
Referenced by GEMHitsValidation::bookHistograms(), and GEMRecHitsValidation::bookHistograms().
|
inline |
|
inline |
|
private |
Definition at line 56 of file GEMBaseValidation.h.
|
private |
Definition at line 54 of file GEMBaseValidation.h.
|
private |
Definition at line 53 of file GEMBaseValidation.h.
|
protected |
Definition at line 47 of file GEMBaseValidation.h.
|
protected |
Definition at line 48 of file GEMBaseValidation.h.
|
private |
Definition at line 55 of file GEMBaseValidation.h.
Referenced by nPart().
|
private |
Definition at line 55 of file GEMBaseValidation.h.
Referenced by nRegion().
|
private |
Definition at line 55 of file GEMBaseValidation.h.
Referenced by nStation().
|
private |
Definition at line 55 of file GEMBaseValidation.h.
Referenced by nStationForLabel(), and setNStationForLabel().
|
protected |
Definition at line 49 of file GEMBaseValidation.h.
|
private |
Definition at line 52 of file GEMBaseValidation.h.