#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_, 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 |
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_, const TrackerTopology *tTopo) |
SiStripBaseCondObjDQM (const edm::EventSetup &eSetup, edm::RunNumber_t iRun, edm::ParameterSet const &hPSet, edm::ParameterSet const &fPSet) | |
virtual | ~SiStripBaseCondObjDQM () |
Protected Member Functions | |
virtual void | fillMEsForDet (const ModMEs &selModME_, uint32_t selDetId_, const TrackerTopology *tTopo)=0 |
virtual void | fillMEsForLayer (uint32_t selDetId_, const TrackerTopology *tTopo)=0 |
virtual void | fillModMEs (const std::vector< uint32_t > &selectedDetIds, const edm::EventSetup &es) |
virtual void | fillSummaryMEs (const std::vector< uint32_t > &selectedDetIds, const edm::EventSetup &es) |
void | fillTkMap (const uint32_t &detid, const float &value) |
std::pair< std::string, uint32_t > | getLayerNameAndId (const uint32_t &detId_, const TrackerTopology *tTopo) |
void | getModMEs (ModMEs &CondObj_ME, const uint32_t &detId_, const TrackerTopology *tTopo) |
std::vector< uint32_t > | GetSameLayerDetId (const std::vector< uint32_t > &activeDetIds, uint32_t selDetId, const TrackerTopology *tTopo) |
std::pair< std::string, uint32_t > | getStringNameAndId (const uint32_t &detId_, const TrackerTopology *tTopo) |
void | getSummaryMEs (ModMEs &CondObj_ME, const uint32_t &detId_, const TrackerTopology *tTopo) |
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_ |
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 |
Private Member Functions | |
void | bookCumulMEs (SiStripBaseCondObjDQM::ModMEs &CondObj_ME, const uint32_t &detId_, const TrackerTopology *tTopo) |
void | bookProfileMEs (SiStripBaseCondObjDQM::ModMEs &CondObj_ME, const uint32_t &detId_, const TrackerTopology *tTopo) |
void | bookSummaryCumulMEs (SiStripBaseCondObjDQM::ModMEs &CondObj_ME, const uint32_t &detId_, const TrackerTopology *tTopo) |
void | bookSummaryMEs (SiStripBaseCondObjDQM::ModMEs &CondObj_ME, const uint32_t &detId_, const TrackerTopology *tTopo) |
void | bookSummaryProfileMEs (SiStripBaseCondObjDQM::ModMEs &CondObj_ME, const uint32_t &detId_, const TrackerTopology *tTopo) |
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_ |
edm::RunNumber_t | runNumber_ |
std::vector< std::string > | SubDetectorsToBeExcluded_ |
Definition at line 38 of file SiStripBaseCondObjDQM.h.
SiStripBaseCondObjDQM::SiStripBaseCondObjDQM | ( | const edm::EventSetup & | eSetup, |
edm::RunNumber_t | iRun, | ||
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, AlCaHLTBitMon_QueryRunRegistry::string, SummaryOnLayerLevel_On_, and SummaryOnStringLevel_On_.
|
inlinevirtual |
Definition at line 45 of file SiStripBaseCondObjDQM.h.
References analysis(), analysisOnDemand(), end(), eSetup_, getActiveDetIds(), getCabledModules(), getCache(), getConditionObject(), selectModules(), and AlCaHLTBitMon_QueryRunRegistry::string.
void SiStripBaseCondObjDQM::analysis | ( | const edm::EventSetup & | eSetup_ | ) |
Definition at line 52 of file SiStripBaseCondObjDQM.cc.
References activeDetIds, cacheID_current, cacheID_memory, constexpr, corrVsCorr::filename, fillModMEs(), fillSummaryMEs(), fPSet_, edm::EventSetup::get(), getActiveDetIds(), SiStripDetInfoFileReader::getAllDetIds(), getCache(), getConditionObject(), edm::ParameterSet::getParameter(), hPSet_, maxValue, minValue, Mod_On_, edm::ESHandle< T >::product(), reader, runNumber_, saveTkMap(), selectModules(), AlCaHLTBitMon_QueryRunRegistry::string, SummaryOnLayerLevel_On_, and SummaryOnStringLevel_On_.
Referenced by SiStripClassToMonitorCondData::analyseCondData(), and ~SiStripBaseCondObjDQM().
void SiStripBaseCondObjDQM::analysisOnDemand | ( | const edm::EventSetup & | eSetup_, |
uint32_t | detIdOnDemand | ||
) |
Definition at line 128 of file SiStripBaseCondObjDQM.cc.
References cacheID_current, cacheID_memory, fillModMEs(), getCache(), and getConditionObject().
Referenced by analysisOnDemand(), SiStripClassToMonitorCondData::getLayerMEsOnDemand(), SiStripClassToMonitorCondData::getModMEsOnDemand(), and ~SiStripBaseCondObjDQM().
void SiStripBaseCondObjDQM::analysisOnDemand | ( | const edm::EventSetup & | eSetup_, |
const std::vector< uint32_t > & | detIdsOnDemand | ||
) |
Definition at line 144 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 97 of file SiStripBaseCondObjDQM.cc.
References activeDetIds, analysisOnDemand(), edm::EventSetup::get(), getActiveDetIds(), getConditionObject(), SiStripSubStructure::getTECDetectors(), SiStripSubStructure::getTIBDetectors(), SiStripSubStructure::getTIDDetectors(), SiStripSubStructure::getTOBDetectors(), and edm::ESHandle< T >::product().
|
private |
Definition at line 509 of file SiStripBaseCondObjDQM.cc.
References DQMStore::book1D(), SiStripHistoId::createHistoId(), SiStripBaseCondObjDQM::ModMEs::CumulDistr, dqmStore_, folder_organizer, edm::ParameterSet::getParameter(), hidmanager, hPSet_, MonitorElement::setAxisTitle(), SiStripFolderOrganizer::setDetectorFolder(), AlCaHLTBitMon_QueryRunRegistry::string, and DQMStore::tag().
Referenced by getModMEs().
|
private |
Definition at line 464 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(), AlCaHLTBitMon_QueryRunRegistry::string, and DQMStore::tag().
Referenced by getModMEs().
|
private |
Definition at line 774 of file SiStripBaseCondObjDQM.cc.
References DQMStore::book1D(), CondObj_name_, SiStripHistoId::createHistoLayer(), dqmStore_, plotBeamSpotDB::first, folder_organizer, getLayerNameAndId(), edm::ParameterSet::getParameter(), getStringNameAndId(), SiStripFolderOrganizer::GetSubDetAndLayer(), hidmanager, hPSet_, sistrip::layer_, MonitorElement::setAxisTitle(), SiStripFolderOrganizer::setLayerFolder(), AlCaHLTBitMon_QueryRunRegistry::string, SiStripBaseCondObjDQM::ModMEs::SummaryOfCumulDistr, SummaryOnStringLevel_On_, and DQMStore::tag().
Referenced by getSummaryMEs().
|
private |
Definition at line 836 of file SiStripBaseCondObjDQM.cc.
References activeDetIds, DQMStore::bookProfile(), SiStripHistoId::createHistoLayer(), dqmStore_, plotBeamSpotDB::first, folder_organizer, getLayerNameAndId(), edm::ParameterSet::getParameter(), GetSameLayerDetId(), SiStripFolderOrganizer::GetSubDetAndLayer(), hidmanager, hPSet_, mps_fire::i, sistrip::layer_, MonitorElement::setAxisRange(), MonitorElement::setAxisTitle(), MonitorElement::setBinLabel(), SiStripFolderOrganizer::setLayerFolder(), AlCaHLTBitMon_QueryRunRegistry::string, SiStripBaseCondObjDQM::ModMEs::SummaryDistr, and DQMStore::tag().
Referenced by getSummaryMEs().
|
private |
Definition at line 546 of file SiStripBaseCondObjDQM.cc.
References activeDetIds, DQMStore::bookProfile(), CondObj_name_, SiStripHistoId::createHistoLayer(), dqmStore_, plotBeamSpotDB::first, folder_organizer, getLayerNameAndId(), SiStripDetInfoFileReader::getNumberOfApvsAndStripLength(), edm::ParameterSet::getParameter(), getStringNameAndId(), SiStripFolderOrganizer::GetSubDetAndLayer(), SiStripSubStructure::getTECDetectors(), SiStripSubStructure::getTIBDetectors(), SiStripSubStructure::getTIDDetectors(), SiStripSubStructure::getTOBDetectors(), hidmanager, hPSet_, mps_fire::i, sistrip::layer_, reader, groupFilesInBlocks::reverse, MonitorElement::setAxisRange(), MonitorElement::setAxisTitle(), MonitorElement::setBinLabel(), SiStripFolderOrganizer::setLayerFolder(), AlCaHLTBitMon_QueryRunRegistry::string, SiStripBaseCondObjDQM::ModMEs::SummaryOfProfileDistr, SummaryOnLayerLevel_On_, SummaryOnStringLevel_On_, DQMStore::tag(), StripSubdetector::TEC, StripSubdetector::TIB, TrackerTopology::tibIsExternalString(), TrackerTopology::tibIsInternalString(), TrackerTopology::tibIsZMinusSide(), TrackerTopology::tibIsZPlusSide(), TrackerTopology::tibLayer(), TrackerTopology::tibModule(), TrackerTopology::tibString(), StripSubdetector::TID, StripSubdetector::TOB, TrackerTopology::tobIsZMinusSide(), TrackerTopology::tobIsZPlusSide(), TrackerTopology::tobLayer(), TrackerTopology::tobModule(), and TrackerTopology::tobRod().
Referenced by getSummaryMEs().
|
private |
Definition at line 1148 of file SiStripBaseCondObjDQM.cc.
References tkMap.
Referenced by SiStripBaseCondObjDQM().
|
virtual |
Definition at line 1200 of file SiStripBaseCondObjDQM.cc.
Referenced by Types.LuminosityBlockRange::cppID(), Types.EventRange::cppID(), and ~SiStripBaseCondObjDQM().
|
protectedpure virtual |
Implemented in SiStripQualityDQM, SiStripCablingDQM, SiStripApvGainsDQM, SiStripPedestalsDQM, SiStripThresholdDQM, SiStripNoisesDQM, SiStripBackPlaneCorrectionDQM, and SiStripLorentzAngleDQM.
Referenced by fillModMEs().
|
protectedpure virtual |
Implemented in SiStripQualityDQM, SiStripApvGainsDQM, SiStripCablingDQM, SiStripBackPlaneCorrectionDQM, SiStripLorentzAngleDQM, SiStripPedestalsDQM, SiStripThresholdDQM, and SiStripNoisesDQM.
Referenced by fillSummaryMEs().
|
protectedvirtual |
Reimplemented in SiStripQualityDQM, SiStripCablingDQM, SiStripApvGainsDQM, SiStripBackPlaneCorrectionDQM, SiStripLorentzAngleDQM, SiStripPedestalsDQM, and SiStripThresholdDQM.
Definition at line 1205 of file SiStripBaseCondObjDQM.cc.
References fillMEsForDet(), edm::EventSetup::get(), and edm::ESHandle< T >::product().
Referenced by analysis(), and analysisOnDemand().
|
protectedvirtual |
Reimplemented in SiStripQualityDQM, SiStripCablingDQM, SiStripApvGainsDQM, SiStripBackPlaneCorrectionDQM, SiStripLorentzAngleDQM, SiStripPedestalsDQM, and SiStripThresholdDQM.
Definition at line 1220 of file SiStripBaseCondObjDQM.cc.
References alignmentValidation::c1, CondObj_fillId_, fillMEsForLayer(), fPSet_, edm::EventSetup::get(), edm::ParameterSet::getParameter(), MonitorElement::getTH1(), MonitorElement::getTProfile(), hPSet_, dataset::name, edm::ESHandle< T >::product(), AlCaHLTBitMon_QueryRunRegistry::string, SiStripBaseCondObjDQM::ModMEs::SummaryDistr, SummaryMEsMap_, SiStripBaseCondObjDQM::ModMEs::SummaryOfCumulDistr, and SiStripBaseCondObjDQM::ModMEs::SummaryOfProfileDistr.
Referenced by analysis(), and analysisOnDemand().
|
protected |
Definition at line 1151 of file SiStripBaseCondObjDQM.cc.
References TrackerMap::fill(), and tkMap.
Referenced by SiStripApvGainsDQM::fillMEsForDet(), SiStripNoisesDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripBackPlaneCorrectionDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), SiStripQualityDQM::fillMEsForLayer(), and SiStripCablingDQM::getActiveDetIds().
|
pure virtual |
Implemented in SiStripQualityDQM, SiStripCablingDQM, SiStripApvGainsDQM, SiStripNoisesDQM, SiStripBackPlaneCorrectionDQM, SiStripLorentzAngleDQM, SiStripPedestalsDQM, and SiStripThresholdDQM.
Referenced by analysis(), analysisOnDemand(), and ~SiStripBaseCondObjDQM().
std::vector< uint32_t > SiStripBaseCondObjDQM::getCabledModules | ( | ) |
Definition at line 158 of file SiStripBaseCondObjDQM.cc.
References SiStripDetCabling::addActiveDetectorsRawIds(), detCablingHandle_, eSetup_, and edm::EventSetup::get().
Referenced by ~SiStripBaseCondObjDQM().
|
pure virtual |
Implemented in SiStripQualityDQM, SiStripCablingDQM, SiStripApvGainsDQM, SiStripBackPlaneCorrectionDQM, SiStripLorentzAngleDQM, SiStripPedestalsDQM, SiStripThresholdDQM, and SiStripNoisesDQM.
Referenced by analysis(), analysisOnDemand(), and ~SiStripBaseCondObjDQM().
|
pure virtual |
Implemented in SiStripQualityDQM, SiStripCablingDQM, SiStripApvGainsDQM, SiStripBackPlaneCorrectionDQM, SiStripLorentzAngleDQM, SiStripPedestalsDQM, SiStripThresholdDQM, and SiStripNoisesDQM.
Referenced by analysis(), analysisOnDemand(), and ~SiStripBaseCondObjDQM().
|
protected |
Definition at line 920 of file SiStripBaseCondObjDQM.cc.
References mps_fire::i, TrackerTopology::tecSide(), TrackerTopology::tecWheel(), TrackerTopology::tibLayer(), TrackerTopology::tidSide(), TrackerTopology::tidWheel(), and TrackerTopology::tobLayer().
Referenced by bookSummaryCumulMEs(), bookSummaryMEs(), bookSummaryProfileMEs(), SiStripNoisesDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripBackPlaneCorrectionDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), SiStripQualityDQM::fillMEsForLayer(), SiStripBackPlaneCorrectionDQM::fillSummaryMEs(), SiStripLorentzAngleDQM::fillSummaryMEs(), and getSummaryMEs().
|
protected |
Definition at line 362 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(), SiStripPedestalsDQM::fillMEsForDet(), SiStripApvGainsDQM::fillMEsForDet(), and SiStripQualityDQM::fillMEsForDet().
|
protected |
Definition at line 1121 of file SiStripBaseCondObjDQM.cc.
References SiStripSubStructure::getTECDetectors(), SiStripSubStructure::getTIBDetectors(), SiStripSubStructure::getTIDDetectors(), SiStripSubStructure::getTOBDetectors(), StripSubdetector::TEC, TrackerTopology::tecSide(), TrackerTopology::tecWheel(), StripSubdetector::TIB, TrackerTopology::tibLayer(), StripSubdetector::TID, TrackerTopology::tidSide(), TrackerTopology::tidWheel(), StripSubdetector::TOB, and TrackerTopology::tobLayer().
Referenced by bookSummaryMEs(), SiStripNoisesDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripBackPlaneCorrectionDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), and SiStripQualityDQM::fillMEsForLayer().
|
protected |
Definition at line 1004 of file SiStripBaseCondObjDQM.cc.
References mps_fire::i, TrackerTopology::tibIsExternalString(), TrackerTopology::tibIsInternalString(), TrackerTopology::tibLayer(), TrackerTopology::tibString(), TrackerTopology::tobLayer(), and TrackerTopology::tobRod().
Referenced by bookSummaryCumulMEs(), bookSummaryProfileMEs(), SiStripNoisesDQM::fillMEsForLayer(), SiStripBackPlaneCorrectionDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripBackPlaneCorrectionDQM::fillSummaryMEs(), SiStripLorentzAngleDQM::fillSummaryMEs(), and getSummaryMEs().
|
protected |
Definition at line 398 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(), SiStripBackPlaneCorrectionDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), and SiStripQualityDQM::fillMEsForLayer().
|
private |
Definition at line 1154 of file SiStripBaseCondObjDQM.cc.
References edm::ParameterSet::getParameter(), hPSet_, mps_fire::i, SiStripPI::max, min(), TrackerMap::save(), TrackerMap::setPalette(), TrackerMap::showPalette(), tkMap, and tkMapScaler.
Referenced by analysis().
void SiStripBaseCondObjDQM::selectModules | ( | std::vector< uint32_t > & | detIds_, |
const TrackerTopology * | tTopo | ||
) |
Definition at line 172 of file SiStripBaseCondObjDQM.cc.
References fPSet_, edm::ParameterSet::getParameter(), SiStripSubStructure::getTECDetectors(), SiStripSubStructure::getTIBDetectors(), SiStripSubStructure::getTIDDetectors(), SiStripSubStructure::getTOBDetectors(), mps_fire::i, pfDeepBoostedJetPreprocessParams_cfi::lower_bound, mod(), ModulesToBeExcluded_, ModulesToBeIncluded_, jetUpdater_cfi::sort, AlCaHLTBitMon_QueryRunRegistry::string, SubDetectorsToBeExcluded_, edm::swap(), and tmp.
Referenced by analysis(), and ~SiStripBaseCondObjDQM().
|
protected |
Definition at line 121 of file SiStripBaseCondObjDQM.h.
Referenced by analysis(), analysisOnDemand(), bookSummaryMEs(), bookSummaryProfileMEs(), SiStripNoisesDQM::fillMEsForLayer(), SiStripBackPlaneCorrectionDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), SiStripQualityDQM::fillMEsForLayer(), SiStripThresholdDQM::getActiveDetIds(), SiStripLorentzAngleDQM::getActiveDetIds(), SiStripPedestalsDQM::getActiveDetIds(), SiStripBackPlaneCorrectionDQM::getActiveDetIds(), SiStripApvGainsDQM::getActiveDetIds(), SiStripNoisesDQM::getActiveDetIds(), SiStripCablingDQM::getActiveDetIds(), and SiStripQualityDQM::getActiveDetIds().
|
protected |
Definition at line 122 of file SiStripBaseCondObjDQM.h.
|
protected |
Definition at line 125 of file SiStripBaseCondObjDQM.h.
Referenced by analysis(), analysisOnDemand(), SiStripNoisesDQM::getConditionObject(), SiStripThresholdDQM::getConditionObject(), SiStripBackPlaneCorrectionDQM::getConditionObject(), SiStripLorentzAngleDQM::getConditionObject(), SiStripPedestalsDQM::getConditionObject(), SiStripApvGainsDQM::getConditionObject(), SiStripCablingDQM::getConditionObject(), and SiStripQualityDQM::getConditionObject().
|
protected |
Definition at line 124 of file SiStripBaseCondObjDQM.h.
Referenced by analysis(), analysisOnDemand(), SiStripNoisesDQM::getConditionObject(), SiStripThresholdDQM::getConditionObject(), SiStripBackPlaneCorrectionDQM::getConditionObject(), SiStripLorentzAngleDQM::getConditionObject(), SiStripPedestalsDQM::getConditionObject(), SiStripApvGainsDQM::getConditionObject(), SiStripCablingDQM::getConditionObject(), and SiStripQualityDQM::getConditionObject().
|
private |
Definition at line 153 of file SiStripBaseCondObjDQM.h.
|
protected |
Definition at line 116 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 117 of file SiStripBaseCondObjDQM.h.
Referenced by bookProfileMEs(), bookSummaryCumulMEs(), bookSummaryProfileMEs(), getModMEs(), getSummaryMEs(), and SiStripBaseCondObjDQM().
|
private |
Definition at line 151 of file SiStripBaseCondObjDQM.h.
Referenced by getCabledModules().
|
private |
Definition at line 157 of file SiStripBaseCondObjDQM.h.
Referenced by bookCumulMEs(), bookProfileMEs(), bookSummaryCumulMEs(), bookSummaryMEs(), bookSummaryProfileMEs(), SiStripQualityDQM::fillGrandSummaryMEs(), and SiStripCablingDQM::getActiveDetIds().
|
protected |
Definition at line 102 of file SiStripBaseCondObjDQM.h.
Referenced by getCabledModules(), and ~SiStripBaseCondObjDQM().
|
private |
Definition at line 156 of file SiStripBaseCondObjDQM.h.
Referenced by bookCumulMEs(), bookProfileMEs(), bookSummaryCumulMEs(), bookSummaryMEs(), and bookSummaryProfileMEs().
|
protected |
Definition at line 104 of file SiStripBaseCondObjDQM.h.
Referenced by analysis(), SiStripQualityDQM::fillGrandSummaryMEs(), SiStripApvGainsDQM::fillMEsForDet(), SiStripNoisesDQM::fillMEsForLayer(), SiStripBackPlaneCorrectionDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), SiStripQualityDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillSummaryMEs(), SiStripLorentzAngleDQM::fillSummaryMEs(), SiStripBackPlaneCorrectionDQM::fillSummaryMEs(), SiStripApvGainsDQM::fillSummaryMEs(), SiStripQualityDQM::fillSummaryMEs(), fillSummaryMEs(), SiStripCablingDQM::getActiveDetIds(), selectModules(), and SiStripBaseCondObjDQM().
|
protected |
Definition at line 110 of file SiStripBaseCondObjDQM.h.
Referenced by SiStripBaseCondObjDQM().
|
private |
Definition at line 155 of file SiStripBaseCondObjDQM.h.
Referenced by bookCumulMEs(), bookProfileMEs(), bookSummaryCumulMEs(), bookSummaryMEs(), bookSummaryProfileMEs(), SiStripNoisesDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripBackPlaneCorrectionDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), and SiStripQualityDQM::fillMEsForLayer().
|
protected |
Definition at line 107 of file SiStripBaseCondObjDQM.h.
Referenced by SiStripNoisesDQM::fillMEsForLayer(), SiStripBackPlaneCorrectionDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), SiStripQualityDQM::fillMEsForLayer(), SiStripCablingDQM::getActiveDetIds(), SiStripApvGainsDQM::SiStripApvGainsDQM(), SiStripBackPlaneCorrectionDQM::SiStripBackPlaneCorrectionDQM(), SiStripBaseCondObjDQM(), SiStripCablingDQM::SiStripCablingDQM(), SiStripLorentzAngleDQM::SiStripLorentzAngleDQM(), SiStripNoisesDQM::SiStripNoisesDQM(), SiStripPedestalsDQM::SiStripPedestalsDQM(), SiStripQualityDQM::SiStripQualityDQM(), and SiStripThresholdDQM::SiStripThresholdDQM().
|
protected |
Definition at line 103 of file SiStripBaseCondObjDQM.h.
Referenced by analysis(), bookCumulMEs(), bookProfileMEs(), bookSummaryCumulMEs(), bookSummaryMEs(), bookSummaryProfileMEs(), SiStripQualityDQM::fillGrandSummaryMEs(), SiStripApvGainsDQM::fillMEsForDet(), SiStripNoisesDQM::fillMEsForLayer(), SiStripBackPlaneCorrectionDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), SiStripQualityDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillSummaryMEs(), SiStripLorentzAngleDQM::fillSummaryMEs(), SiStripBackPlaneCorrectionDQM::fillSummaryMEs(), SiStripApvGainsDQM::fillSummaryMEs(), SiStripQualityDQM::fillSummaryMEs(), fillSummaryMEs(), SiStripCablingDQM::getActiveDetIds(), getSummaryMEs(), saveTkMap(), SiStripBaseCondObjDQM(), and SiStripNoisesDQM::SiStripNoisesDQM().
|
protected |
Definition at line 111 of file SiStripBaseCondObjDQM.h.
Referenced by analysis(), and SiStripBaseCondObjDQM().
|
protected |
Definition at line 111 of file SiStripBaseCondObjDQM.h.
Referenced by analysis(), and SiStripBaseCondObjDQM().
|
protected |
Definition at line 106 of file SiStripBaseCondObjDQM.h.
Referenced by analysis(), and SiStripBaseCondObjDQM().
|
protected |
Definition at line 119 of file SiStripBaseCondObjDQM.h.
Referenced by getModMEs().
|
private |
Definition at line 147 of file SiStripBaseCondObjDQM.h.
Referenced by selectModules().
|
private |
Definition at line 148 of file SiStripBaseCondObjDQM.h.
Referenced by selectModules().
|
protected |
Definition at line 100 of file SiStripBaseCondObjDQM.h.
Referenced by analysis(), bookProfileMEs(), bookSummaryProfileMEs(), SiStripQualityDQM::fillGrandSummaryMEs(), SiStripNoisesDQM::fillMEsForDet(), SiStripPedestalsDQM::fillMEsForDet(), SiStripThresholdDQM::fillMEsForDet(), SiStripApvGainsDQM::fillMEsForDet(), SiStripQualityDQM::fillMEsForDet(), SiStripNoisesDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), SiStripQualityDQM::fillMEsForLayer(), SiStripQualityDQM::SetBadComponents(), and SiStripBaseCondObjDQM().
|
private |
Definition at line 158 of file SiStripBaseCondObjDQM.h.
Referenced by analysis().
|
private |
Definition at line 149 of file SiStripBaseCondObjDQM.h.
Referenced by selectModules().
|
protected |
Definition at line 120 of file SiStripBaseCondObjDQM.h.
Referenced by SiStripNoisesDQM::fillMEsForLayer(), SiStripBackPlaneCorrectionDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), SiStripQualityDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillSummaryMEs(), SiStripApvGainsDQM::fillSummaryMEs(), SiStripBackPlaneCorrectionDQM::fillSummaryMEs(), SiStripLorentzAngleDQM::fillSummaryMEs(), SiStripQualityDQM::fillSummaryMEs(), fillSummaryMEs(), and getSummaryMEs().
|
protected |
Definition at line 108 of file SiStripBaseCondObjDQM.h.
Referenced by analysis(), bookSummaryProfileMEs(), SiStripLorentzAngleDQM::fillSummaryMEs(), SiStripBackPlaneCorrectionDQM::fillSummaryMEs(), and SiStripBaseCondObjDQM().
|
protected |
Definition at line 109 of file SiStripBaseCondObjDQM.h.
Referenced by analysis(), bookSummaryCumulMEs(), bookSummaryProfileMEs(), SiStripBackPlaneCorrectionDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripBackPlaneCorrectionDQM::fillSummaryMEs(), SiStripLorentzAngleDQM::fillSummaryMEs(), getSummaryMEs(), and SiStripBaseCondObjDQM().
|
protected |
Definition at line 127 of file SiStripBaseCondObjDQM.h.
Referenced by SiStripNoisesDQM::fillMEsForLayer(), SiStripBackPlaneCorrectionDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), SiStripQualityDQM::fillMEsForLayer(), SiStripCablingDQM::getActiveDetIds(), SiStripApvGainsDQM::SiStripApvGainsDQM(), SiStripBackPlaneCorrectionDQM::SiStripBackPlaneCorrectionDQM(), SiStripCablingDQM::SiStripCablingDQM(), SiStripLorentzAngleDQM::SiStripLorentzAngleDQM(), SiStripNoisesDQM::SiStripNoisesDQM(), SiStripPedestalsDQM::SiStripPedestalsDQM(), and SiStripQualityDQM::SiStripQualityDQM().
|
protected |
Definition at line 128 of file SiStripBaseCondObjDQM.h.
Referenced by SiStripThresholdDQM::fillMEsForLayer(), and SiStripThresholdDQM::SiStripThresholdDQM().
|
protected |
Definition at line 129 of file SiStripBaseCondObjDQM.h.
Referenced by SiStripThresholdDQM::fillMEsForLayer(), and SiStripThresholdDQM::SiStripThresholdDQM().
|
protected |
Definition at line 130 of file SiStripBaseCondObjDQM.h.
Referenced by bookTkMap(), fillTkMap(), and saveTkMap().
|
protected |
Definition at line 112 of file SiStripBaseCondObjDQM.h.
Referenced by SiStripNoisesDQM::fillMEsForLayer(), and saveTkMap().