#include <SiStripBaseCondObjDQM.h>
Public Types | |
using | tokentype = typename edm::ESGetToken< CondObj, Record > |
Public Types inherited from SiStripBaseCondObjDQM | |
typedef dqm::legacy::DQMStore | DQMStore |
typedef dqm::legacy::MonitorElement | MonitorElement |
Public Member Functions | |
bool | checkChanged (const edm::EventSetup &eSetup) override |
void | getConditionObject (const edm::EventSetup &eSetup) override |
SiStripBaseCondObjDQMGet (tokentype token, edm::RunNumber_t iRun, edm::ParameterSet const &hPSet, edm::ParameterSet const &fPSet, const TrackerTopology *tTopo) | |
~SiStripBaseCondObjDQMGet () override | |
Public Member Functions inherited from SiStripBaseCondObjDQM | |
void | analysis (const edm::EventSetup &eSetup_) |
void | analysisOnDemand (const edm::EventSetup &eSetup_, uint32_t detIdOnDemand) |
void | analysisOnDemand (const edm::EventSetup &eSetup_, const std::vector< uint32_t > &detIdsOnDemand) |
void | analysisOnDemand (const edm::EventSetup &eSetup_, std::string requestedSubDetector, uint32_t requestedSide, uint32_t requestedLayer) |
virtual void | end () |
virtual void | getActiveDetIds (const edm::EventSetup &eSetup)=0 |
void | selectModules (std::vector< uint32_t > &detIds_) |
SiStripBaseCondObjDQM (edm::RunNumber_t iRun, edm::ParameterSet const &hPSet, edm::ParameterSet const &fPSet, const TrackerTopology *tTopo) | |
virtual | ~SiStripBaseCondObjDQM () |
Protected Attributes | |
const CondObj * | condObj_ |
Protected Attributes inherited from SiStripBaseCondObjDQM | |
std::vector< uint32_t > | activeDetIds |
std::vector< uint32_t > | all_DetIds |
std::string | CondObj_fillId_ |
std::string | CondObj_name_ |
SiStripDetInfo | detInfo_ |
edm::ParameterSet | fPSet_ |
bool | GrandSummary_On_ |
bool | HistoMaps_On_ |
edm::ParameterSet | hPSet_ |
double | maxValue |
double | minValue |
bool | Mod_On_ |
std::map< uint32_t, ModMEs > | ModMEsMap_ |
std::map< uint32_t, ModMEs > | SummaryMEsMap_ |
bool | SummaryOnLayerLevel_On_ |
bool | SummaryOnStringLevel_On_ |
std::unique_ptr< TkHistoMap > | Tk_HM_ |
std::unique_ptr< TkHistoMap > | Tk_HM_H |
std::unique_ptr< TkHistoMap > | Tk_HM_L |
TrackerMap * | tkMap |
std::vector< int > | tkMapScaler |
const TrackerTopology * | tTopo_ |
Private Attributes | |
tokentype | token_ |
edm::ESWatcher< Record > | watcher_ |
Additional Inherited Members | |
Protected Member Functions inherited from SiStripBaseCondObjDQM | |
virtual void | fillMEsForDet (const ModMEs &selModME_, uint32_t selDetId_)=0 |
virtual void | fillMEsForLayer (uint32_t selDetId_)=0 |
virtual void | fillModMEs (const std::vector< uint32_t > &selectedDetIds) |
virtual void | fillSummaryMEs (const std::vector< uint32_t > &selectedDetIds) |
void | fillTkMap (const uint32_t &detid, const float &value) |
std::pair< std::string, uint32_t > | getLayerNameAndId (const uint32_t &detId_) |
void | getModMEs (ModMEs &CondObj_ME, const uint32_t &detId_) |
std::vector< uint32_t > | GetSameLayerDetId (const std::vector< uint32_t > &activeDetIds, uint32_t selDetId) |
std::pair< std::string, uint32_t > | getStringNameAndId (const uint32_t &detId_) |
void | getSummaryMEs (ModMEs &CondObj_ME, const uint32_t &detId_) |
Definition at line 148 of file SiStripBaseCondObjDQM.h.
using SiStripBaseCondObjDQMGet< CondObj, Record >::tokentype = typename edm::ESGetToken<CondObj, Record> |
Definition at line 150 of file SiStripBaseCondObjDQM.h.
|
inline |
Definition at line 151 of file SiStripBaseCondObjDQM.h.
|
inlineoverride |
Definition at line 157 of file SiStripBaseCondObjDQM.h.
|
inlineoverridevirtual |
Implements SiStripBaseCondObjDQM.
Definition at line 160 of file SiStripBaseCondObjDQM.h.
|
inlineoverridevirtual |
Implements SiStripBaseCondObjDQM.
Definition at line 159 of file SiStripBaseCondObjDQM.h.
|
protected |
Definition at line 163 of file SiStripBaseCondObjDQM.h.
Referenced by SiStripBaseCondObjDQMGet< SiStripBackPlaneCorrection, SiStripBackPlaneCorrectionRcd >::getConditionObject().
|
private |
Definition at line 166 of file SiStripBaseCondObjDQM.h.
Referenced by SiStripBaseCondObjDQMGet< SiStripBackPlaneCorrection, SiStripBackPlaneCorrectionRcd >::getConditionObject().
|
private |
Definition at line 167 of file SiStripBaseCondObjDQM.h.
Referenced by SiStripBaseCondObjDQMGet< SiStripBackPlaneCorrection, SiStripBackPlaneCorrectionRcd >::checkChanged().