#include <SiStripBaseCondObjDQM.h>
Classes | |
struct | ModMEs |
Public Types | |
typedef dqm::legacy::DQMStore | DQMStore |
typedef dqm::legacy::MonitorElement | MonitorElement |
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 bool | checkChanged (const edm::EventSetup &eSetup)=0 |
virtual void | end () |
virtual void | getActiveDetIds (const edm::EventSetup &eSetup)=0 |
virtual void | getConditionObject (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 Member Functions | |
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_) |
Protected Attributes | |
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 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_ |
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 32 of file SiStripBaseCondObjDQM.h.
Definition at line 34 of file SiStripBaseCondObjDQM.h.
Definition at line 35 of file SiStripBaseCondObjDQM.h.
SiStripBaseCondObjDQM::SiStripBaseCondObjDQM | ( | edm::RunNumber_t | iRun, |
edm::ParameterSet const & | hPSet, | ||
edm::ParameterSet const & | fPSet, | ||
const TrackerTopology * | tTopo | ||
) |
Definition at line 9 of file SiStripBaseCondObjDQM.cc.
References bookTkMap(), CondObj_fillId_, CondObj_name_, detInfo_, fPSet_, contentValuesFiles::fullPath, edm::ParameterSet::getParameter(), GrandSummary_On_, HistoMaps_On_, hPSet_, SiStripDetInfoFileReader::kDefaultFile, maxValue, minValue, Mod_On_, SiStripDetInfoFileReader::read(), AlCaHLTBitMon_QueryRunRegistry::string, SummaryOnLayerLevel_On_, and SummaryOnStringLevel_On_.
|
inlinevirtual |
Definition at line 42 of file SiStripBaseCondObjDQM.h.
void SiStripBaseCondObjDQM::analysis | ( | const edm::EventSetup & | eSetup_ | ) |
Definition at line 44 of file SiStripBaseCondObjDQM.cc.
References activeDetIds, checkChanged(), detInfo_, corrVsCorr::filename, fillModMEs(), fillSummaryMEs(), fPSet_, getActiveDetIds(), SiStripDetInfo::getAllDetIds(), getConditionObject(), edm::ParameterSet::getParameter(), hPSet_, maxValue, minValue, Mod_On_, runNumber_, saveTkMap(), selectModules(), AlCaHLTBitMon_QueryRunRegistry::string, SummaryOnLayerLevel_On_, and SummaryOnStringLevel_On_.
void SiStripBaseCondObjDQM::analysisOnDemand | ( | const edm::EventSetup & | eSetup_, |
uint32_t | detIdOnDemand | ||
) |
Definition at line 103 of file SiStripBaseCondObjDQM.cc.
References checkChanged(), fillModMEs(), and getConditionObject().
Referenced by analysisOnDemand().
void SiStripBaseCondObjDQM::analysisOnDemand | ( | const edm::EventSetup & | eSetup_, |
const std::vector< uint32_t > & | detIdsOnDemand | ||
) |
Definition at line 114 of file SiStripBaseCondObjDQM.cc.
References checkChanged(), fillSummaryMEs(), and getConditionObject().
void SiStripBaseCondObjDQM::analysisOnDemand | ( | const edm::EventSetup & | eSetup_, |
std::string | requestedSubDetector, | ||
uint32_t | requestedSide, | ||
uint32_t | requestedLayer | ||
) |
Definition at line 79 of file SiStripBaseCondObjDQM.cc.
References activeDetIds, analysisOnDemand(), getActiveDetIds(), getConditionObject(), SiStripSubStructure::getTECDetectors(), SiStripSubStructure::getTIBDetectors(), SiStripSubStructure::getTIDDetectors(), SiStripSubStructure::getTOBDetectors(), and tTopo_.
|
private |
Definition at line 442 of file SiStripBaseCondObjDQM.cc.
References dqm::implementation::IBooker::book1D(), SiStripHistoId::createHistoId(), SiStripBaseCondObjDQM::ModMEs::CumulDistr, dqmStore_, folder_organizer, edm::ParameterSet::getParameter(), hidmanager, hPSet_, dqm::impl::MonitorElement::setAxisTitle(), SiStripFolderOrganizer::setDetectorFolder(), AlCaHLTBitMon_QueryRunRegistry::string, and tTopo_.
Referenced by getModMEs().
|
private |
Definition at line 400 of file SiStripBaseCondObjDQM.cc.
References dqm::implementation::IBooker::book1D(), CondObj_name_, SiStripHistoId::createHistoId(), detInfo_, dqmStore_, folder_organizer, SiStripDetInfo::getNumberOfApvsAndStripLength(), edm::ParameterSet::getParameter(), hidmanager, hPSet_, SiStripBaseCondObjDQM::ModMEs::ProfileDistr, dqm::impl::MonitorElement::setAxisTitle(), SiStripFolderOrganizer::setDetectorFolder(), AlCaHLTBitMon_QueryRunRegistry::string, and tTopo_.
Referenced by getModMEs().
|
private |
Definition at line 697 of file SiStripBaseCondObjDQM.cc.
References dqm::implementation::IBooker::book1D(), CondObj_name_, SiStripHistoId::createHistoLayer(), dqmStore_, dqmdumpme::first, folder_organizer, getLayerNameAndId(), edm::ParameterSet::getParameter(), getStringNameAndId(), SiStripFolderOrganizer::GetSubDetAndLayer(), hidmanager, hPSet_, sistrip::layer_, dqm::impl::MonitorElement::setAxisTitle(), SiStripFolderOrganizer::setLayerFolder(), AlCaHLTBitMon_QueryRunRegistry::string, SiStripBaseCondObjDQM::ModMEs::SummaryOfCumulDistr, SummaryOnStringLevel_On_, and tTopo_.
Referenced by getSummaryMEs().
|
private |
Definition at line 752 of file SiStripBaseCondObjDQM.cc.
References activeDetIds, dqm::implementation::IBooker::bookProfile(), SiStripHistoId::createHistoLayer(), dqmStore_, dqmdumpme::first, folder_organizer, getLayerNameAndId(), edm::ParameterSet::getParameter(), GetSameLayerDetId(), SiStripFolderOrganizer::GetSubDetAndLayer(), hidmanager, hPSet_, mps_fire::i, sistrip::layer_, dqm::impl::MonitorElement::setAxisRange(), dqm::impl::MonitorElement::setAxisTitle(), dqm::impl::MonitorElement::setBinLabel(), SiStripFolderOrganizer::setLayerFolder(), AlCaHLTBitMon_QueryRunRegistry::string, SiStripBaseCondObjDQM::ModMEs::SummaryDistr, and tTopo_.
Referenced by getSummaryMEs().
|
private |
Definition at line 476 of file SiStripBaseCondObjDQM.cc.
References activeDetIds, dqm::implementation::IBooker::bookProfile(), CondObj_name_, SiStripHistoId::createHistoLayer(), detInfo_, dqmStore_, dqmdumpme::first, folder_organizer, getLayerNameAndId(), SiStripDetInfo::getNumberOfApvsAndStripLength(), edm::ParameterSet::getParameter(), getStringNameAndId(), SiStripFolderOrganizer::GetSubDetAndLayer(), SiStripSubStructure::getTECDetectors(), SiStripSubStructure::getTIBDetectors(), SiStripSubStructure::getTIDDetectors(), SiStripSubStructure::getTOBDetectors(), hidmanager, hPSet_, mps_fire::i, sistrip::layer_, groupFilesInBlocks::reverse, dqm::impl::MonitorElement::setAxisRange(), dqm::impl::MonitorElement::setAxisTitle(), dqm::impl::MonitorElement::setBinLabel(), SiStripFolderOrganizer::setLayerFolder(), AlCaHLTBitMon_QueryRunRegistry::string, SiStripBaseCondObjDQM::ModMEs::SummaryOfProfileDistr, SummaryOnLayerLevel_On_, SummaryOnStringLevel_On_, 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(), TrackerTopology::tobRod(), and tTopo_.
Referenced by getSummaryMEs().
|
private |
Definition at line 1048 of file SiStripBaseCondObjDQM.cc.
References tkMap.
Referenced by SiStripBaseCondObjDQM().
|
pure virtual |
Implemented in SiStripBaseCondObjDQMGet< CondObj, Record >, SiStripBaseCondObjDQMGet< SiStripThreshold, SiStripThresholdRcd >, SiStripBaseCondObjDQMGet< SiStripLorentzAngle, SiStripLorentzAngleRcd >, SiStripBaseCondObjDQMGet< SiStripPedestals, SiStripPedestalsRcd >, SiStripBaseCondObjDQMGet< SiStripDetCabling, SiStripDetCablingRcd >, SiStripBaseCondObjDQMGet< SiStripApvGain, SiStripApvGainRcd >, SiStripBaseCondObjDQMGet< SiStripNoises, SiStripNoisesRcd >, SiStripBaseCondObjDQMGet< SiStripQuality, SiStripQualityRcd >, and SiStripBaseCondObjDQMGet< SiStripBackPlaneCorrection, SiStripBackPlaneCorrectionRcd >.
Referenced by analysis(), and analysisOnDemand().
|
virtual |
Definition at line 1097 of file SiStripBaseCondObjDQM.cc.
Referenced by Types.LuminosityBlockRange::cppID(), and Types.EventRange::cppID().
|
protectedpure virtual |
Implemented in SiStripApvGainsDQM, SiStripPedestalsDQM, SiStripThresholdDQM, SiStripBackPlaneCorrectionDQM, SiStripNoisesDQM, SiStripCablingDQM, SiStripLorentzAngleDQM, and SiStripQualityDQM.
Referenced by fillModMEs().
|
protectedpure virtual |
Implemented in SiStripApvGainsDQM, SiStripBackPlaneCorrectionDQM, SiStripLorentzAngleDQM, SiStripPedestalsDQM, SiStripQualityDQM, SiStripThresholdDQM, SiStripNoisesDQM, and SiStripCablingDQM.
Referenced by fillSummaryMEs().
|
protectedvirtual |
Reimplemented in SiStripBackPlaneCorrectionDQM, SiStripApvGainsDQM, SiStripLorentzAngleDQM, SiStripPedestalsDQM, SiStripQualityDQM, SiStripThresholdDQM, and SiStripCablingDQM.
Definition at line 1101 of file SiStripBaseCondObjDQM.cc.
References fillMEsForDet().
Referenced by analysis(), and analysisOnDemand().
|
protectedvirtual |
Reimplemented in SiStripBackPlaneCorrectionDQM, SiStripLorentzAngleDQM, SiStripQualityDQM, SiStripApvGainsDQM, SiStripPedestalsDQM, SiStripThresholdDQM, and SiStripCablingDQM.
Definition at line 1109 of file SiStripBaseCondObjDQM.cc.
References alignmentValidation::c1, CondObj_fillId_, fillMEsForLayer(), fPSet_, edm::ParameterSet::getParameter(), dqm::legacy::MonitorElement::getTH1(), dqm::impl::MonitorElement::getTitle(), dqm::legacy::MonitorElement::getTProfile(), hPSet_, Skims_PA_cff::name, AlCaHLTBitMon_QueryRunRegistry::string, SiStripBaseCondObjDQM::ModMEs::SummaryDistr, SummaryMEsMap_, SiStripBaseCondObjDQM::ModMEs::SummaryOfCumulDistr, and SiStripBaseCondObjDQM::ModMEs::SummaryOfProfileDistr.
Referenced by analysis(), and analysisOnDemand().
|
protected |
Definition at line 1050 of file SiStripBaseCondObjDQM.cc.
References TrackerMap::fill(), and tkMap.
Referenced by SiStripApvGainsDQM::fillMEsForDet(), SiStripNoisesDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripQualityDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripBackPlaneCorrectionDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), and SiStripCablingDQM::getActiveDetIds().
|
pure virtual |
Implemented in SiStripCablingDQM, SiStripNoisesDQM, SiStripBackPlaneCorrectionDQM, SiStripApvGainsDQM, SiStripLorentzAngleDQM, SiStripPedestalsDQM, SiStripQualityDQM, and SiStripThresholdDQM.
Referenced by analysis(), and analysisOnDemand().
|
pure virtual |
Implemented in SiStripBaseCondObjDQMGet< CondObj, Record >, SiStripBaseCondObjDQMGet< SiStripThreshold, SiStripThresholdRcd >, SiStripBaseCondObjDQMGet< SiStripLorentzAngle, SiStripLorentzAngleRcd >, SiStripBaseCondObjDQMGet< SiStripPedestals, SiStripPedestalsRcd >, SiStripBaseCondObjDQMGet< SiStripDetCabling, SiStripDetCablingRcd >, SiStripBaseCondObjDQMGet< SiStripApvGain, SiStripApvGainRcd >, SiStripBaseCondObjDQMGet< SiStripNoises, SiStripNoisesRcd >, SiStripBaseCondObjDQMGet< SiStripQuality, SiStripQualityRcd >, and SiStripBaseCondObjDQMGet< SiStripBackPlaneCorrection, SiStripBackPlaneCorrectionRcd >.
Referenced by analysis(), and analysisOnDemand().
|
protected |
Definition at line 828 of file SiStripBaseCondObjDQM.cc.
References mps_fire::i, TrackerTopology::tecSide(), TrackerTopology::tecWheel(), TrackerTopology::tibLayer(), TrackerTopology::tidSide(), TrackerTopology::tidWheel(), TrackerTopology::tobLayer(), and tTopo_.
Referenced by bookSummaryCumulMEs(), bookSummaryMEs(), bookSummaryProfileMEs(), SiStripNoisesDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripQualityDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), SiStripBackPlaneCorrectionDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillSummaryMEs(), SiStripBackPlaneCorrectionDQM::fillSummaryMEs(), and getSummaryMEs().
|
protected |
Definition at line 301 of file SiStripBaseCondObjDQM.cc.
References bookCumulMEs(), bookProfileMEs(), CondObj_fillId_, CondObj_name_, SiStripBaseCondObjDQM::ModMEs::CumulDistr, ModMEsMap_, SiStripBaseCondObjDQM::ModMEs::ProfileDistr, and dqm::impl::MonitorElement::Reset().
Referenced by SiStripQualityDQM::fillMEsForDet(), SiStripNoisesDQM::fillMEsForDet(), SiStripApvGainsDQM::fillMEsForDet(), SiStripPedestalsDQM::fillMEsForDet(), and SiStripThresholdDQM::fillMEsForDet().
|
protected |
Definition at line 1023 of file SiStripBaseCondObjDQM.cc.
References activeDetIds, 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, TrackerTopology::tobLayer(), and tTopo_.
Referenced by bookSummaryMEs(), SiStripNoisesDQM::fillMEsForLayer(), SiStripQualityDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripBackPlaneCorrectionDQM::fillMEsForLayer(), and SiStripApvGainsDQM::fillMEsForLayer().
|
protected |
Definition at line 908 of file SiStripBaseCondObjDQM.cc.
References mps_fire::i, TrackerTopology::tibIsExternalString(), TrackerTopology::tibIsInternalString(), TrackerTopology::tibLayer(), TrackerTopology::tibString(), TrackerTopology::tobLayer(), TrackerTopology::tobRod(), and tTopo_.
Referenced by bookSummaryCumulMEs(), bookSummaryProfileMEs(), SiStripNoisesDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripBackPlaneCorrectionDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillSummaryMEs(), SiStripBackPlaneCorrectionDQM::fillSummaryMEs(), and getSummaryMEs().
|
protected |
Definition at line 334 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(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripQualityDQM::fillMEsForLayer(), SiStripBackPlaneCorrectionDQM::fillMEsForLayer(), and SiStripApvGainsDQM::fillMEsForLayer().
|
private |
Definition at line 1052 of file SiStripBaseCondObjDQM.cc.
References edm::ParameterSet::getParameter(), hPSet_, mps_fire::i, dqmiolumiharvest::j, SiStripPI::max, maxValue, SiStripPI::min, minValue, TrackerMap::save(), TrackerMap::setPalette(), TrackerMap::showPalette(), tkMap, and tkMapScaler.
Referenced by analysis().
void SiStripBaseCondObjDQM::selectModules | ( | std::vector< uint32_t > & | detIds_ | ) |
Definition at line 123 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_, DBoxMetadataHelper::set_intersection(), jetUpdater_cfi::sort, AlCaHLTBitMon_QueryRunRegistry::string, SubDetectorsToBeExcluded_, edm::swap(), createJobs::tmp, and tTopo_.
Referenced by analysis().
|
protected |
Definition at line 114 of file SiStripBaseCondObjDQM.h.
Referenced by analysis(), analysisOnDemand(), bookSummaryMEs(), bookSummaryProfileMEs(), SiStripNoisesDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripQualityDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), SiStripBackPlaneCorrectionDQM::fillMEsForLayer(), SiStripApvGainsDQM::getActiveDetIds(), SiStripThresholdDQM::getActiveDetIds(), SiStripLorentzAngleDQM::getActiveDetIds(), SiStripPedestalsDQM::getActiveDetIds(), SiStripQualityDQM::getActiveDetIds(), SiStripBackPlaneCorrectionDQM::getActiveDetIds(), SiStripNoisesDQM::getActiveDetIds(), SiStripCablingDQM::getActiveDetIds(), and GetSameLayerDetId().
|
protected |
Definition at line 115 of file SiStripBaseCondObjDQM.h.
|
private |
Definition at line 139 of file SiStripBaseCondObjDQM.h.
|
protected |
Definition at line 109 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 110 of file SiStripBaseCondObjDQM.h.
Referenced by bookProfileMEs(), bookSummaryCumulMEs(), bookSummaryProfileMEs(), getModMEs(), getSummaryMEs(), and SiStripBaseCondObjDQM().
|
protected |
Definition at line 94 of file SiStripBaseCondObjDQM.h.
Referenced by analysis(), bookProfileMEs(), bookSummaryProfileMEs(), SiStripQualityDQM::fillGrandSummaryMEs(), SiStripQualityDQM::fillMEsForDet(), SiStripNoisesDQM::fillMEsForDet(), SiStripPedestalsDQM::fillMEsForDet(), SiStripApvGainsDQM::fillMEsForDet(), SiStripThresholdDQM::fillMEsForDet(), SiStripNoisesDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripQualityDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), SiStripQualityDQM::SetBadComponents(), and SiStripBaseCondObjDQM().
|
private |
Definition at line 143 of file SiStripBaseCondObjDQM.h.
Referenced by bookCumulMEs(), bookProfileMEs(), bookSummaryCumulMEs(), bookSummaryMEs(), bookSummaryProfileMEs(), SiStripQualityDQM::fillGrandSummaryMEs(), and SiStripCablingDQM::getActiveDetIds().
|
private |
Definition at line 142 of file SiStripBaseCondObjDQM.h.
Referenced by bookCumulMEs(), bookProfileMEs(), bookSummaryCumulMEs(), bookSummaryMEs(), and bookSummaryProfileMEs().
|
protected |
Definition at line 97 of file SiStripBaseCondObjDQM.h.
Referenced by analysis(), SiStripQualityDQM::fillGrandSummaryMEs(), SiStripApvGainsDQM::fillMEsForDet(), SiStripNoisesDQM::fillMEsForLayer(), SiStripQualityDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), SiStripBackPlaneCorrectionDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillSummaryMEs(), SiStripPedestalsDQM::fillSummaryMEs(), SiStripQualityDQM::fillSummaryMEs(), SiStripLorentzAngleDQM::fillSummaryMEs(), SiStripBackPlaneCorrectionDQM::fillSummaryMEs(), fillSummaryMEs(), SiStripCablingDQM::getActiveDetIds(), selectModules(), and SiStripBaseCondObjDQM().
|
protected |
Definition at line 103 of file SiStripBaseCondObjDQM.h.
Referenced by SiStripBaseCondObjDQM().
|
private |
Definition at line 141 of file SiStripBaseCondObjDQM.h.
Referenced by bookCumulMEs(), bookProfileMEs(), bookSummaryCumulMEs(), bookSummaryMEs(), bookSummaryProfileMEs(), SiStripNoisesDQM::fillMEsForLayer(), SiStripQualityDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripBackPlaneCorrectionDQM::fillMEsForLayer(), and SiStripApvGainsDQM::fillMEsForLayer().
|
protected |
Definition at line 100 of file SiStripBaseCondObjDQM.h.
Referenced by SiStripNoisesDQM::fillMEsForLayer(), SiStripQualityDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripBackPlaneCorrectionDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), SiStripCablingDQM::getActiveDetIds(), and SiStripBaseCondObjDQM().
|
protected |
Definition at line 96 of file SiStripBaseCondObjDQM.h.
Referenced by analysis(), bookCumulMEs(), bookProfileMEs(), bookSummaryCumulMEs(), bookSummaryMEs(), bookSummaryProfileMEs(), SiStripQualityDQM::fillGrandSummaryMEs(), SiStripApvGainsDQM::fillMEsForDet(), SiStripNoisesDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripQualityDQM::fillMEsForLayer(), SiStripBackPlaneCorrectionDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillSummaryMEs(), SiStripApvGainsDQM::fillSummaryMEs(), SiStripLorentzAngleDQM::fillSummaryMEs(), SiStripQualityDQM::fillSummaryMEs(), SiStripBackPlaneCorrectionDQM::fillSummaryMEs(), fillSummaryMEs(), SiStripCablingDQM::getActiveDetIds(), getSummaryMEs(), saveTkMap(), and SiStripBaseCondObjDQM().
|
protected |
Definition at line 104 of file SiStripBaseCondObjDQM.h.
Referenced by analysis(), saveTkMap(), and SiStripBaseCondObjDQM().
|
protected |
Definition at line 104 of file SiStripBaseCondObjDQM.h.
Referenced by analysis(), saveTkMap(), and SiStripBaseCondObjDQM().
|
protected |
Definition at line 99 of file SiStripBaseCondObjDQM.h.
Referenced by analysis(), and SiStripBaseCondObjDQM().
|
protected |
Definition at line 112 of file SiStripBaseCondObjDQM.h.
Referenced by getModMEs().
|
private |
Definition at line 135 of file SiStripBaseCondObjDQM.h.
Referenced by selectModules().
|
private |
Definition at line 136 of file SiStripBaseCondObjDQM.h.
Referenced by selectModules().
|
private |
Definition at line 144 of file SiStripBaseCondObjDQM.h.
Referenced by analysis().
|
private |
Definition at line 137 of file SiStripBaseCondObjDQM.h.
Referenced by selectModules().
|
protected |
Definition at line 113 of file SiStripBaseCondObjDQM.h.
Referenced by SiStripNoisesDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripQualityDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), SiStripBackPlaneCorrectionDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillSummaryMEs(), SiStripPedestalsDQM::fillSummaryMEs(), SiStripQualityDQM::fillSummaryMEs(), SiStripLorentzAngleDQM::fillSummaryMEs(), SiStripBackPlaneCorrectionDQM::fillSummaryMEs(), fillSummaryMEs(), and getSummaryMEs().
|
protected |
Definition at line 101 of file SiStripBaseCondObjDQM.h.
Referenced by analysis(), bookSummaryProfileMEs(), SiStripLorentzAngleDQM::fillSummaryMEs(), SiStripBackPlaneCorrectionDQM::fillSummaryMEs(), and SiStripBaseCondObjDQM().
|
protected |
Definition at line 102 of file SiStripBaseCondObjDQM.h.
Referenced by analysis(), bookSummaryCumulMEs(), bookSummaryProfileMEs(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripBackPlaneCorrectionDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillSummaryMEs(), SiStripBackPlaneCorrectionDQM::fillSummaryMEs(), getSummaryMEs(), and SiStripBaseCondObjDQM().
|
protected |
Definition at line 117 of file SiStripBaseCondObjDQM.h.
Referenced by SiStripNoisesDQM::fillMEsForLayer(), SiStripQualityDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripBackPlaneCorrectionDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), and SiStripCablingDQM::getActiveDetIds().
|
protected |
Definition at line 118 of file SiStripBaseCondObjDQM.h.
Referenced by SiStripThresholdDQM::fillMEsForLayer().
|
protected |
Definition at line 119 of file SiStripBaseCondObjDQM.h.
Referenced by SiStripThresholdDQM::fillMEsForLayer().
|
protected |
Definition at line 120 of file SiStripBaseCondObjDQM.h.
Referenced by bookTkMap(), fillTkMap(), and saveTkMap().
|
protected |
Definition at line 105 of file SiStripBaseCondObjDQM.h.
Referenced by SiStripNoisesDQM::fillMEsForLayer(), and saveTkMap().
|
protected |
Definition at line 122 of file SiStripBaseCondObjDQM.h.
Referenced by analysisOnDemand(), bookCumulMEs(), bookProfileMEs(), bookSummaryCumulMEs(), bookSummaryMEs(), bookSummaryProfileMEs(), SiStripQualityDQM::fillGrandSummaryMEs(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripBackPlaneCorrectionDQM::fillMEsForLayer(), SiStripCablingDQM::getActiveDetIds(), getLayerNameAndId(), GetSameLayerDetId(), getStringNameAndId(), and selectModules().