ADDITON OF TK_HISTO_MAP. More...
#include <SiStripBaseCondObjDQM.h>
Classes | |
struct | ModMEs |
Public Member Functions | |
void | analysis (const edm::EventSetup &eSetup_) |
void | analysisOnDemand (const edm::EventSetup &eSetup_, uint32_t detIdOnDemand) |
void | analysisOnDemand (const edm::EventSetup &eSetup_, 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 |
std::vector< uint32_t > | getCabledModules () |
virtual unsigned long long | getCache (const edm::EventSetup &eSetup_)=0 |
virtual void | getConditionObject (const edm::EventSetup &eSetup_)=0 |
void | selectModules (std::vector< uint32_t > &detIds_) |
SiStripBaseCondObjDQM (const edm::EventSetup &eSetup, edm::ParameterSet const &hPSet, edm::ParameterSet const &fPSet) | |
virtual | ~SiStripBaseCondObjDQM () |
Protected Member Functions | |
virtual void | fillMEsForDet (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 (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_) |
Protected Attributes | |
std::vector< uint32_t > | activeDetIds |
std::vector< uint32_t > | all_DetIds |
unsigned long long | cacheID_current |
unsigned long long | cacheID_memory |
std::string | CondObj_fillId_ |
std::string | CondObj_name_ |
const edm::EventSetup & | eSetup_ |
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_ |
SiStripDetInfoFileReader * | reader |
std::map< uint32_t, ModMEs > | SummaryMEsMap_ |
bool | SummaryOnLayerLevel_On_ |
bool | SummaryOnStringLevel_On_ |
TkHistoMap * | Tk_HM_ |
TkHistoMap * | Tk_HM_H |
TkHistoMap * | Tk_HM_L |
TrackerMap * | tkMap |
std::vector< int > | tkMapScaler |
Private Member Functions | |
void | bookCumulMEs (SiStripBaseCondObjDQM::ModMEs &CondObj_ME, const uint32_t &detId_) |
void | bookProfileMEs (SiStripBaseCondObjDQM::ModMEs &CondObj_ME, const uint32_t &detId_) |
void | bookSummaryCumulMEs (SiStripBaseCondObjDQM::ModMEs &CondObj_ME, const uint32_t &detId_) |
void | bookSummaryMEs (SiStripBaseCondObjDQM::ModMEs &CondObj_ME, const uint32_t &detId_) |
void | bookSummaryProfileMEs (SiStripBaseCondObjDQM::ModMEs &CondObj_ME, const uint32_t &detId_) |
void | bookTkMap (const std::string &TkMapname) |
void | saveTkMap (const std::string &TkMapname, double minValue, double maxValue) |
Private Attributes | |
std::string | condDataMonitoringMode_ |
edm::ESHandle< SiStripDetCabling > | detCablingHandle_ |
DQMStore * | dqmStore_ |
SiStripFolderOrganizer | folder_organizer |
SiStripHistoId | hidmanager |
std::vector< uint32_t > | ModulesToBeExcluded_ |
std::vector< uint32_t > | ModulesToBeIncluded_ |
std::vector< std::string > | SubDetectorsToBeExcluded_ |
ADDITON OF TK_HISTO_MAP.
Definition at line 41 of file SiStripBaseCondObjDQM.h.
SiStripBaseCondObjDQM::SiStripBaseCondObjDQM | ( | const edm::EventSetup & | eSetup, |
edm::ParameterSet const & | hPSet, | ||
edm::ParameterSet const & | fPSet | ||
) |
Definition at line 9 of file SiStripBaseCondObjDQM.cc.
References bookTkMap(), CondObj_fillId_, CondObj_name_, fPSet_, edm::ParameterSet::getParameter(), GrandSummary_On_, HistoMaps_On_, hPSet_, maxValue, minValue, Mod_On_, reader, OfflineSiStripConfigDb_cff::SiStripDetInfoFileReader, SummaryOnLayerLevel_On_, and SummaryOnStringLevel_On_.
|
inlinevirtual |
Definition at line 53 of file SiStripBaseCondObjDQM.h.
void SiStripBaseCondObjDQM::analysis | ( | const edm::EventSetup & | eSetup_ | ) |
Definition at line 51 of file SiStripBaseCondObjDQM.cc.
References activeDetIds, cacheID_current, cacheID_memory, edm::IOVSyncValue::eventID(), lut2db_cfg::filename, fillModMEs(), fillSummaryMEs(), fPSet_, getActiveDetIds(), SiStripDetInfoFileReader::getAllDetIds(), getCache(), getConditionObject(), edm::ParameterSet::getParameter(), hPSet_, edm::EventSetup::iovSyncValue(), maxValue, minValue, Mod_On_, reader, edm::EventID::run(), saveTkMap(), selectModules(), SummaryOnLayerLevel_On_, and SummaryOnStringLevel_On_.
Referenced by SiStripClassToMonitorCondData::analyseCondData(), and SiStripMonitorCondData::analyze().
void SiStripBaseCondObjDQM::analysisOnDemand | ( | const edm::EventSetup & | eSetup_, |
uint32_t | detIdOnDemand | ||
) |
Definition at line 117 of file SiStripBaseCondObjDQM.cc.
References cacheID_current, cacheID_memory, fillModMEs(), getCache(), and getConditionObject().
Referenced by analysisOnDemand(), SiStripClassToMonitorCondData::getLayerMEsOnDemand(), and SiStripClassToMonitorCondData::getModMEsOnDemand().
void SiStripBaseCondObjDQM::analysisOnDemand | ( | const edm::EventSetup & | eSetup_, |
std::vector< uint32_t > | detIdsOnDemand | ||
) |
Definition at line 134 of file SiStripBaseCondObjDQM.cc.
References cacheID_current, cacheID_memory, fillSummaryMEs(), getCache(), and getConditionObject().
void SiStripBaseCondObjDQM::analysisOnDemand | ( | const edm::EventSetup & | eSetup_, |
std::string | requestedSubDetector, | ||
uint32_t | requestedSide, | ||
uint32_t | requestedLayer | ||
) |
Definition at line 84 of file SiStripBaseCondObjDQM.cc.
References activeDetIds, analysisOnDemand(), getActiveDetIds(), getConditionObject(), SiStripSubStructure::getTECDetectors(), SiStripSubStructure::getTIBDetectors(), SiStripSubStructure::getTIDDetectors(), and SiStripSubStructure::getTOBDetectors().
|
private |
Definition at line 466 of file SiStripBaseCondObjDQM.cc.
References DQMStore::book1D(), SiStripHistoId::createHistoId(), SiStripBaseCondObjDQM::ModMEs::CumulDistr, dqmStore_, folder_organizer, edm::ParameterSet::getParameter(), hidmanager, hPSet_, MonitorElement::setAxisTitle(), SiStripFolderOrganizer::setDetectorFolder(), and DQMStore::tag().
Referenced by getModMEs().
|
private |
Definition at line 417 of file SiStripBaseCondObjDQM.cc.
References DQMStore::book1D(), CondObj_name_, SiStripHistoId::createHistoId(), dqmStore_, folder_organizer, SiStripDetInfoFileReader::getNumberOfApvsAndStripLength(), edm::ParameterSet::getParameter(), hidmanager, hPSet_, SiStripBaseCondObjDQM::ModMEs::ProfileDistr, reader, MonitorElement::setAxisTitle(), SiStripFolderOrganizer::setDetectorFolder(), and DQMStore::tag().
Referenced by getModMEs().
|
private |
Definition at line 733 of file SiStripBaseCondObjDQM.cc.
References DQMStore::book1D(), CondObj_name_, SiStripHistoId::createHistoLayer(), dqmStore_, first, folder_organizer, getLayerNameAndId(), edm::ParameterSet::getParameter(), getStringNameAndId(), SiStripFolderOrganizer::GetSubDetAndLayer(), hidmanager, hPSet_, sistrip::layer_, MonitorElement::setAxisTitle(), SiStripFolderOrganizer::setLayerFolder(), SiStripBaseCondObjDQM::ModMEs::SummaryOfCumulDistr, SummaryOnStringLevel_On_, and DQMStore::tag().
Referenced by getSummaryMEs().
|
private |
Definition at line 799 of file SiStripBaseCondObjDQM.cc.
References activeDetIds, DQMStore::bookProfile(), SiStripHistoId::createHistoLayer(), dqmStore_, first, folder_organizer, getLayerNameAndId(), edm::ParameterSet::getParameter(), GetSameLayerDetId(), SiStripFolderOrganizer::GetSubDetAndLayer(), hidmanager, hPSet_, i, sistrip::layer_, MonitorElement::setAxisRange(), MonitorElement::setAxisTitle(), MonitorElement::setBinLabel(), SiStripFolderOrganizer::setLayerFolder(), SiStripBaseCondObjDQM::ModMEs::SummaryDistr, and DQMStore::tag().
Referenced by getSummaryMEs().
|
private |
Definition at line 507 of file SiStripBaseCondObjDQM.cc.
References activeDetIds, DQMStore::bookProfile(), CondObj_name_, SiStripHistoId::createHistoLayer(), dqmStore_, first, folder_organizer, getLayerNameAndId(), SiStripDetInfoFileReader::getNumberOfApvsAndStripLength(), edm::ParameterSet::getParameter(), getStringNameAndId(), SiStripFolderOrganizer::GetSubDetAndLayer(), SiStripSubStructure::getTECDetectors(), SiStripSubStructure::getTIBDetectors(), SiStripSubStructure::getTIDDetectors(), SiStripSubStructure::getTOBDetectors(), hidmanager, hPSet_, i, sistrip::layer_, align::tib::layerNumber(), python.rootplot.argparse::module, reader, align::tob::rodNumber(), MonitorElement::setAxisRange(), MonitorElement::setAxisTitle(), MonitorElement::setBinLabel(), SiStripFolderOrganizer::setLayerFolder(), align::tib::stringNumber(), SiStripBaseCondObjDQM::ModMEs::SummaryOfProfileDistr, SummaryOnLayerLevel_On_, SummaryOnStringLevel_On_, and DQMStore::tag().
Referenced by getSummaryMEs().
|
private |
Definition at line 1149 of file SiStripBaseCondObjDQM.cc.
References tkMap.
Referenced by SiStripBaseCondObjDQM().
|
virtual |
Definition at line 1205 of file SiStripBaseCondObjDQM.cc.
Referenced by Types.LuminosityBlockRange::cppID(), Types.EventRange::cppID(), and SiStripMonitorCondData::endRun().
|
protectedpure virtual |
Implemented in SiStripQualityDQM, SiStripApvGainsDQM, SiStripCablingDQM, SiStripPedestalsDQM, SiStripThresholdDQM, SiStripLorentzAngleDQM, and SiStripNoisesDQM.
Referenced by fillModMEs().
|
protectedpure virtual |
Implemented in SiStripQualityDQM, SiStripApvGainsDQM, SiStripCablingDQM, SiStripLorentzAngleDQM, SiStripPedestalsDQM, SiStripThresholdDQM, and SiStripNoisesDQM.
Referenced by fillSummaryMEs().
|
protectedvirtual |
Reimplemented in SiStripQualityDQM, SiStripApvGainsDQM, SiStripCablingDQM, SiStripLorentzAngleDQM, SiStripPedestalsDQM, and SiStripThresholdDQM.
Definition at line 1212 of file SiStripBaseCondObjDQM.cc.
References fillMEsForDet().
Referenced by analysis(), and analysisOnDemand().
|
protectedvirtual |
Reimplemented in SiStripQualityDQM, SiStripLorentzAngleDQM, SiStripApvGainsDQM, SiStripCablingDQM, SiStripPedestalsDQM, and SiStripThresholdDQM.
Definition at line 1222 of file SiStripBaseCondObjDQM.cc.
References alignmentValidation::c1, CondObj_fillId_, fillMEsForLayer(), fPSet_, edm::ParameterSet::getParameter(), MonitorElement::getTH1(), MonitorElement::getTProfile(), hPSet_, mergeVDriftHistosByStation::name, SiStripBaseCondObjDQM::ModMEs::SummaryDistr, SummaryMEsMap_, SiStripBaseCondObjDQM::ModMEs::SummaryOfCumulDistr, and SiStripBaseCondObjDQM::ModMEs::SummaryOfProfileDistr.
Referenced by analysis(), and analysisOnDemand().
|
protected |
Definition at line 1154 of file SiStripBaseCondObjDQM.cc.
References TrackerMap::fill(), and tkMap.
Referenced by SiStripApvGainsDQM::fillMEsForDet(), SiStripNoisesDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), SiStripQualityDQM::fillMEsForLayer(), and SiStripCablingDQM::getActiveDetIds().
|
pure virtual |
Implemented in SiStripQualityDQM, SiStripCablingDQM, SiStripNoisesDQM, SiStripApvGainsDQM, SiStripLorentzAngleDQM, SiStripPedestalsDQM, and SiStripThresholdDQM.
Referenced by analysis(), and analysisOnDemand().
std::vector< uint32_t > SiStripBaseCondObjDQM::getCabledModules | ( | ) |
Definition at line 149 of file SiStripBaseCondObjDQM.cc.
References detCablingHandle_, eSetup_, and edm::EventSetup::get().
|
pure virtual |
Implemented in SiStripQualityDQM, SiStripApvGainsDQM, SiStripCablingDQM, SiStripLorentzAngleDQM, SiStripPedestalsDQM, SiStripThresholdDQM, and SiStripNoisesDQM.
Referenced by analysis(), and analysisOnDemand().
|
pure virtual |
Implemented in SiStripQualityDQM, SiStripApvGainsDQM, SiStripCablingDQM, SiStripLorentzAngleDQM, SiStripPedestalsDQM, SiStripThresholdDQM, and SiStripNoisesDQM.
Referenced by analysis(), and analysisOnDemand().
|
protected |
Definition at line 898 of file SiStripBaseCondObjDQM.cc.
References i, TOBDetId::layer(), TIBDetId::layer(), TIDDetId::side(), TECDetId::side(), TIDDetId::wheel(), and TECDetId::wheel().
Referenced by bookSummaryCumulMEs(), bookSummaryMEs(), bookSummaryProfileMEs(), SiStripNoisesDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), SiStripQualityDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillSummaryMEs(), and getSummaryMEs().
|
protected |
Definition at line 314 of file SiStripBaseCondObjDQM.cc.
References bookCumulMEs(), bookProfileMEs(), CondObj_fillId_, CondObj_name_, SiStripBaseCondObjDQM::ModMEs::CumulDistr, ModMEsMap_, SiStripBaseCondObjDQM::ModMEs::ProfileDistr, and MonitorElement::Reset().
Referenced by SiStripNoisesDQM::fillMEsForDet(), SiStripThresholdDQM::fillMEsForDet(), SiStripApvGainsDQM::fillMEsForDet(), SiStripPedestalsDQM::fillMEsForDet(), and SiStripQualityDQM::fillMEsForDet().
|
protected |
Definition at line 1121 of file SiStripBaseCondObjDQM.cc.
References SiStripSubStructure::getTECDetectors(), SiStripSubStructure::getTIBDetectors(), SiStripSubStructure::getTIDDetectors(), and SiStripSubStructure::getTOBDetectors().
Referenced by bookSummaryMEs(), SiStripNoisesDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), and SiStripQualityDQM::fillMEsForLayer().
|
protected |
Definition at line 987 of file SiStripBaseCondObjDQM.cc.
References i, TIBDetId::isExternalString(), TIBDetId::isInternalString(), TOBDetId::layer(), TIBDetId::layer(), TOBDetId::rodNumber(), and TIBDetId::stringNumber().
Referenced by bookSummaryCumulMEs(), bookSummaryProfileMEs(), SiStripNoisesDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillSummaryMEs(), and getSummaryMEs().
|
protected |
Definition at line 355 of file SiStripBaseCondObjDQM.cc.
References bookSummaryCumulMEs(), bookSummaryMEs(), bookSummaryProfileMEs(), CondObj_fillId_, CondObj_name_, getLayerNameAndId(), edm::ParameterSet::getParameter(), getStringNameAndId(), hPSet_, edm::second(), SiStripBaseCondObjDQM::ModMEs::SummaryDistr, SummaryMEsMap_, SiStripBaseCondObjDQM::ModMEs::SummaryOfCumulDistr, SiStripBaseCondObjDQM::ModMEs::SummaryOfProfileDistr, and SummaryOnStringLevel_On_.
Referenced by SiStripNoisesDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), and SiStripQualityDQM::fillMEsForLayer().
|
private |
Definition at line 1159 of file SiStripBaseCondObjDQM.cc.
References python.tagInventory::entries, edm::ParameterSet::getParameter(), hPSet_, i, j, max(), min, TrackerMap::save(), TrackerMap::setPalette(), TrackerMap::showPalette(), tkMap, and tkMapScaler.
Referenced by analysis().
void SiStripBaseCondObjDQM::selectModules | ( | std::vector< uint32_t > & | detIds_ | ) |
Definition at line 166 of file SiStripBaseCondObjDQM.cc.
References fPSet_, edm::ParameterSet::getParameter(), SiStripSubStructure::getTECDetectors(), SiStripSubStructure::getTIBDetectors(), SiStripSubStructure::getTIDDetectors(), SiStripSubStructure::getTOBDetectors(), i, ModulesToBeExcluded_, ModulesToBeIncluded_, python.multivaluedict::sort(), SubDetectorsToBeExcluded_, swap(), and tmp.
Referenced by analysis().
|
protected |
Definition at line 128 of file SiStripBaseCondObjDQM.h.
Referenced by analysis(), analysisOnDemand(), bookSummaryMEs(), bookSummaryProfileMEs(), SiStripNoisesDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), SiStripQualityDQM::fillMEsForLayer(), SiStripPedestalsDQM::getActiveDetIds(), SiStripThresholdDQM::getActiveDetIds(), SiStripLorentzAngleDQM::getActiveDetIds(), SiStripApvGainsDQM::getActiveDetIds(), SiStripNoisesDQM::getActiveDetIds(), SiStripCablingDQM::getActiveDetIds(), and SiStripQualityDQM::getActiveDetIds().
|
protected |
Definition at line 129 of file SiStripBaseCondObjDQM.h.
|
protected |
Definition at line 132 of file SiStripBaseCondObjDQM.h.
Referenced by analysis(), analysisOnDemand(), SiStripNoisesDQM::getConditionObject(), SiStripLorentzAngleDQM::getConditionObject(), SiStripPedestalsDQM::getConditionObject(), SiStripThresholdDQM::getConditionObject(), SiStripCablingDQM::getConditionObject(), SiStripApvGainsDQM::getConditionObject(), and SiStripQualityDQM::getConditionObject().
|
protected |
Definition at line 131 of file SiStripBaseCondObjDQM.h.
Referenced by analysis(), analysisOnDemand(), SiStripNoisesDQM::getConditionObject(), SiStripLorentzAngleDQM::getConditionObject(), SiStripPedestalsDQM::getConditionObject(), SiStripThresholdDQM::getConditionObject(), SiStripCablingDQM::getConditionObject(), SiStripApvGainsDQM::getConditionObject(), and SiStripQualityDQM::getConditionObject().
|
private |
Definition at line 156 of file SiStripBaseCondObjDQM.h.
|
protected |
Definition at line 123 of file SiStripBaseCondObjDQM.h.
Referenced by SiStripNoisesDQM::fillMEsForDet(), SiStripPedestalsDQM::fillMEsForDet(), SiStripThresholdDQM::fillMEsForDet(), SiStripApvGainsDQM::fillMEsForDet(), SiStripNoisesDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillSummaryMEs(), fillSummaryMEs(), getModMEs(), getSummaryMEs(), and SiStripBaseCondObjDQM().
|
protected |
Definition at line 124 of file SiStripBaseCondObjDQM.h.
Referenced by bookProfileMEs(), bookSummaryCumulMEs(), bookSummaryProfileMEs(), getModMEs(), getSummaryMEs(), and SiStripBaseCondObjDQM().
|
private |
Definition at line 154 of file SiStripBaseCondObjDQM.h.
Referenced by getCabledModules().
|
private |
Definition at line 160 of file SiStripBaseCondObjDQM.h.
Referenced by bookCumulMEs(), bookProfileMEs(), bookSummaryCumulMEs(), bookSummaryMEs(), bookSummaryProfileMEs(), SiStripQualityDQM::fillGrandSummaryMEs(), and SiStripCablingDQM::getActiveDetIds().
|
protected |
Definition at line 109 of file SiStripBaseCondObjDQM.h.
Referenced by getCabledModules().
|
private |
Definition at line 159 of file SiStripBaseCondObjDQM.h.
Referenced by bookCumulMEs(), bookProfileMEs(), bookSummaryCumulMEs(), bookSummaryMEs(), and bookSummaryProfileMEs().
|
protected |
Definition at line 111 of file SiStripBaseCondObjDQM.h.
Referenced by analysis(), SiStripQualityDQM::fillGrandSummaryMEs(), SiStripApvGainsDQM::fillMEsForDet(), SiStripNoisesDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), SiStripQualityDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillSummaryMEs(), SiStripApvGainsDQM::fillSummaryMEs(), SiStripLorentzAngleDQM::fillSummaryMEs(), SiStripQualityDQM::fillSummaryMEs(), fillSummaryMEs(), SiStripCablingDQM::getActiveDetIds(), selectModules(), and SiStripBaseCondObjDQM().
|
protected |
Definition at line 117 of file SiStripBaseCondObjDQM.h.
Referenced by SiStripBaseCondObjDQM().
|
private |
Definition at line 158 of file SiStripBaseCondObjDQM.h.
Referenced by bookCumulMEs(), bookProfileMEs(), bookSummaryCumulMEs(), bookSummaryMEs(), bookSummaryProfileMEs(), SiStripNoisesDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), and SiStripQualityDQM::fillMEsForLayer().
|
protected |
Definition at line 114 of file SiStripBaseCondObjDQM.h.
Referenced by SiStripNoisesDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), SiStripQualityDQM::fillMEsForLayer(), SiStripCablingDQM::getActiveDetIds(), SiStripApvGainsDQM::SiStripApvGainsDQM(), SiStripBaseCondObjDQM(), SiStripCablingDQM::SiStripCablingDQM(), SiStripLorentzAngleDQM::SiStripLorentzAngleDQM(), SiStripNoisesDQM::SiStripNoisesDQM(), SiStripPedestalsDQM::SiStripPedestalsDQM(), SiStripQualityDQM::SiStripQualityDQM(), and SiStripThresholdDQM::SiStripThresholdDQM().
|
protected |
Definition at line 110 of file SiStripBaseCondObjDQM.h.
Referenced by analysis(), bookCumulMEs(), bookProfileMEs(), bookSummaryCumulMEs(), bookSummaryMEs(), bookSummaryProfileMEs(), SiStripQualityDQM::fillGrandSummaryMEs(), SiStripApvGainsDQM::fillMEsForDet(), SiStripNoisesDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), SiStripQualityDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillSummaryMEs(), SiStripApvGainsDQM::fillSummaryMEs(), SiStripLorentzAngleDQM::fillSummaryMEs(), SiStripQualityDQM::fillSummaryMEs(), fillSummaryMEs(), SiStripCablingDQM::getActiveDetIds(), getSummaryMEs(), saveTkMap(), SiStripBaseCondObjDQM(), and SiStripNoisesDQM::SiStripNoisesDQM().
|
protected |
Definition at line 118 of file SiStripBaseCondObjDQM.h.
Referenced by analysis(), and SiStripBaseCondObjDQM().
|
protected |
Definition at line 118 of file SiStripBaseCondObjDQM.h.
Referenced by analysis(), and SiStripBaseCondObjDQM().
|
protected |
Definition at line 113 of file SiStripBaseCondObjDQM.h.
Referenced by analysis(), and SiStripBaseCondObjDQM().
|
protected |
Definition at line 126 of file SiStripBaseCondObjDQM.h.
Referenced by getModMEs().
|
private |
Definition at line 150 of file SiStripBaseCondObjDQM.h.
Referenced by selectModules().
|
private |
Definition at line 151 of file SiStripBaseCondObjDQM.h.
Referenced by selectModules().
|
protected |
Definition at line 107 of file SiStripBaseCondObjDQM.h.
Referenced by analysis(), bookProfileMEs(), bookSummaryProfileMEs(), SiStripQualityDQM::fillGrandSummaryMEs(), SiStripNoisesDQM::fillMEsForDet(), SiStripPedestalsDQM::fillMEsForDet(), SiStripApvGainsDQM::fillMEsForDet(), SiStripThresholdDQM::fillMEsForDet(), SiStripQualityDQM::fillMEsForDet(), SiStripNoisesDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), SiStripQualityDQM::fillMEsForLayer(), SiStripQualityDQM::SetBadComponents(), and SiStripBaseCondObjDQM().
|
private |
Definition at line 152 of file SiStripBaseCondObjDQM.h.
Referenced by selectModules().
|
protected |
Definition at line 127 of file SiStripBaseCondObjDQM.h.
Referenced by SiStripNoisesDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), SiStripQualityDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillSummaryMEs(), SiStripPedestalsDQM::fillSummaryMEs(), SiStripLorentzAngleDQM::fillSummaryMEs(), SiStripQualityDQM::fillSummaryMEs(), fillSummaryMEs(), and getSummaryMEs().
|
protected |
Definition at line 115 of file SiStripBaseCondObjDQM.h.
Referenced by analysis(), bookSummaryProfileMEs(), SiStripLorentzAngleDQM::fillSummaryMEs(), and SiStripBaseCondObjDQM().
|
protected |
Definition at line 116 of file SiStripBaseCondObjDQM.h.
Referenced by analysis(), bookSummaryCumulMEs(), bookSummaryProfileMEs(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillSummaryMEs(), getSummaryMEs(), and SiStripBaseCondObjDQM().
|
protected |
Definition at line 134 of file SiStripBaseCondObjDQM.h.
Referenced by SiStripNoisesDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), SiStripQualityDQM::fillMEsForLayer(), SiStripCablingDQM::getActiveDetIds(), SiStripApvGainsDQM::SiStripApvGainsDQM(), SiStripCablingDQM::SiStripCablingDQM(), SiStripLorentzAngleDQM::SiStripLorentzAngleDQM(), SiStripNoisesDQM::SiStripNoisesDQM(), SiStripPedestalsDQM::SiStripPedestalsDQM(), and SiStripQualityDQM::SiStripQualityDQM().
|
protected |
Definition at line 135 of file SiStripBaseCondObjDQM.h.
Referenced by SiStripThresholdDQM::fillMEsForLayer(), and SiStripThresholdDQM::SiStripThresholdDQM().
|
protected |
Definition at line 136 of file SiStripBaseCondObjDQM.h.
Referenced by SiStripThresholdDQM::fillMEsForLayer(), and SiStripThresholdDQM::SiStripThresholdDQM().
|
protected |
Definition at line 137 of file SiStripBaseCondObjDQM.h.
Referenced by bookTkMap(), fillTkMap(), and saveTkMap().
|
protected |
Definition at line 119 of file SiStripBaseCondObjDQM.h.
Referenced by SiStripNoisesDQM::fillMEsForLayer(), and saveTkMap().