#include <SiPixelActionExecutor.h>
Public Member Functions | |
void | bookDeviations (DQMStore *bei) |
void | bookEfficiency (DQMStore *bei) |
void | bookOccupancyPlots (DQMStore *bei, bool hiRes, bool isbarrel) |
void | bookOccupancyPlots (DQMStore *bei, bool hiRes) |
void | bookTrackerMaps (DQMStore *bei, std::string name) |
void | checkQTestResults (DQMStore *bei) |
void | createEfficiency (DQMStore *bei) |
void | createLayout (DQMStore *bei) |
void | createMaps (DQMStore *bei, std::string type, std::string name, funcType ff) |
void | createOccupancy (DQMStore *bei) |
void | createSummary (DQMStore *bei) |
void | createTkMap (DQMStore *bei, std::string mEName, std::string theTKType) |
void | dumpBarrelModIds (DQMStore *bei, edm::EventSetup const &eSetup) |
void | dumpBarrelRefValues (DQMStore *bei, edm::EventSetup const &eSetup) |
void | dumpEndcapModIds (DQMStore *bei, edm::EventSetup const &eSetup) |
void | dumpEndcapRefValues (DQMStore *bei, edm::EventSetup const &eSetup) |
void | dumpModIds (DQMStore *bei, edm::EventSetup const &eSetup) |
void | dumpRefValues (DQMStore *bei, edm::EventSetup const &eSetup) |
void | fillEfficiency (DQMStore *bei, bool isbarrel) |
void | fillLayout (DQMStore *bei) |
int | getTkMapMENames (std::vector< std::string > &names) |
bool | readConfiguration (int &tkmap_freq, int &sum_barrel_freq, int &sum_endcap_freq, int &sum_grandbarrel_freq, int &sum_grandendcap_freq, int &message_limit, int &source_type, int &calib_type) |
bool | readConfiguration (int &tkmap_freq, int &summary_freq) |
void | readConfiguration () |
void | setupQTests (DQMStore *bei) |
SiPixelActionExecutor (bool offlineXMLfile, bool Tier0Flag) | |
~SiPixelActionExecutor () | |
Private Member Functions | |
int | createMap (Double_t map[][NLev2][NLev3][NLev4], std::string type, DQMStore *bei, funcType ff, bool isBarrel) |
void | fillDeviations (DQMStore *bei) |
void | fillFEDErrorSummary (DQMStore *bei, std::string dir_name, std::vector< std::string > &me_names) |
void | fillGrandBarrelSummaryHistos (DQMStore *bei, std::vector< std::string > &me_names) |
void | fillGrandEndcapSummaryHistos (DQMStore *bei, std::vector< std::string > &me_names) |
void | fillOccupancy (DQMStore *bei, bool isbarrel) |
void | fillSummary (DQMStore *bei, std::string dir_name, std::vector< std::string > &me_names, bool isbarrel) |
void | GetBladeSubdirs (DQMStore *bei, std::vector< std::string > &blade_subdirs) |
void | getData (Double_t map[][NLev2][NLev3][NLev4], std::string type, DQMStore *bei, funcType ff, Int_t i, Int_t j, Int_t k, Int_t l) |
MonitorElement * | getFEDSummaryME (DQMStore *bei, std::string me_name) |
void | getGrandSummaryME (DQMStore *bei, int nbin, std::string &me_name, std::vector< MonitorElement * > &mes) |
MonitorElement * | getSummaryME (DQMStore *bei, std::string me_name) |
Double_t | mapMax (const Double_t map[][NLev2][NLev3][NLev4], bool isBarrel) |
Double_t | mapMin (const Double_t map[][NLev2][NLev3][NLev4], bool isBarrel) |
void | prephistosB (MonitorElement *me[NCyl], DQMStore *bei, const Double_t map[][NLev2][NLev3][NLev4], std::string name, Double_t min, Double_t max) |
void | prephistosE (MonitorElement *me[NCyl], DQMStore *bei, const Double_t map[][NLev2][NLev3][NLev4], std::string name, Double_t min, Double_t max) |
Definition at line 47 of file SiPixelActionExecutor.h.
SiPixelActionExecutor::SiPixelActionExecutor | ( | bool | offlineXMLfile, |
bool | Tier0Flag | ||
) |
Definition at line 35 of file SiPixelActionExecutor.cc.
References configParser_, configWriter_, ndet_, and qtHandler_.
SiPixelActionExecutor::~SiPixelActionExecutor | ( | ) |
Definition at line 51 of file SiPixelActionExecutor.cc.
References configParser_, configWriter_, and qtHandler_.
void SiPixelActionExecutor::bookDeviations | ( | DQMStore * | bei | ) |
Definition at line 232 of file SiPixelActionExecutor.cc.
References DQMStore::book1D(), DQMStore::cd(), DEV_adc_Barrel, DEV_adc_Endcap, DEV_charge_Barrel, DEV_charge_Endcap, DEV_nclusters_Barrel, DEV_nclusters_Endcap, DEV_ndigis_Barrel, DEV_ndigis_Endcap, DEV_size_Barrel, DEV_size_Endcap, and DQMStore::setCurrentFolder().
Referenced by SiPixelEDAClient::beginRun().
void SiPixelActionExecutor::bookEfficiency | ( | DQMStore * | bei | ) |
Definition at line 2269 of file SiPixelActionExecutor.cc.
References DQMStore::book2D(), DQMStore::cd(), HitEfficiency_Dm1, HitEfficiency_Dm2, HitEfficiency_Dp1, HitEfficiency_Dp2, HitEfficiency_L1, HitEfficiency_L2, HitEfficiency_L3, DQMStore::setCurrentFolder(), and Tier0Flag_.
Referenced by SiPixelEDAClient::beginRun().
void SiPixelActionExecutor::bookOccupancyPlots | ( | DQMStore * | bei, |
bool | hiRes, | ||
bool | isbarrel | ||
) |
Definition at line 1476 of file SiPixelActionExecutor.cc.
References DQMStore::book2D(), DQMStore::cd(), DQMStore::getSubdirs(), DQMStore::goUp(), OccupancyMap, MonitorElement::setAxisTitle(), and Tier0Flag_.
Referenced by SiPixelEDAClient::beginRun(), and bookOccupancyPlots().
void SiPixelActionExecutor::bookOccupancyPlots | ( | DQMStore * | bei, |
bool | hiRes | ||
) |
Definition at line 1511 of file SiPixelActionExecutor.cc.
References bookOccupancyPlots(), DQMStore::cd(), DQMStore::setCurrentFolder(), and Tier0Flag_.
void SiPixelActionExecutor::bookTrackerMaps | ( | DQMStore * | bei, |
std::string | name | ||
) |
Definition at line 1597 of file SiPixelActionExecutor.cc.
References DQMStore::book2D(), NCyl, AlCaHLTBitMon_ParallelJobs::p, DQMStore::setCurrentFolder(), and AlCaHLTBitMon_QueryRunRegistry::string.
void SiPixelActionExecutor::checkQTestResults | ( | DQMStore * | bei | ) |
Definition at line 1905 of file SiPixelActionExecutor.cc.
References calib_type_, configParser_, relmon_rootfiles_spy::contents, benchmark_cfg::errors, DQMStore::get(), SiPixelConfigParser::getCalibType(), DQMStore::getContents(), MonitorElement::getMean(), SiPixelUtility::getMEList(), SiPixelConfigParser::getMessageLimitForQTests(), MonitorElement::getName(), MonitorElement::getQErrors(), MonitorElement::getQWarnings(), MonitorElement::getRMS(), MonitorElement::hasWarning(), LogDebug, message_limit_, DQMStore::pwd(), MonitorElement::runQTests(), AlCaHLTBitMon_QueryRunRegistry::string, and benchmark_cfg::warnings.
Referenced by SiPixelWebInterface::performAction().
void SiPixelActionExecutor::createEfficiency | ( | DQMStore * | bei | ) |
Definition at line 2300 of file SiPixelActionExecutor.cc.
References DQMStore::cd(), and fillEfficiency().
Referenced by SiPixelEDAClient::endLuminosityBlock(), and SiPixelEDAClient::endRun().
void SiPixelActionExecutor::createLayout | ( | DQMStore * | bei | ) |
Definition at line 1978 of file SiPixelActionExecutor.cc.
References DQMStore::cd(), configWriter_, SiPixelConfigWriter::createLayout(), SiPixelConfigWriter::createRow(), fillLayout(), DQMStore::getSubdirs(), DQMStore::goUp(), SiPixelConfigWriter::init(), mergeVDriftHistosByStation::name, and DQMStore::pwd().
|
private |
Definition at line 1652 of file SiPixelActionExecutor.cc.
References DQMStore::cd(), getData(), DQMStore::getSubdirs(), i, j, gen::k, prof2calltree::l, Association::map, NLev4, and Tier0Flag_.
Referenced by createMaps().
void SiPixelActionExecutor::createMaps | ( | DQMStore * | bei, |
std::string | type, | ||
std::string | name, | ||
funcType | ff | ||
) |
Definition at line 1612 of file SiPixelActionExecutor.cc.
References createMap(), mapMax(), mapMin(), max(), min, NCyl, NLayer, NLev1, NLev2, NLev3, NLev4, prephistosB(), prephistosE(), and DQMStore::setCurrentFolder().
void SiPixelActionExecutor::createOccupancy | ( | DQMStore * | bei | ) |
Definition at line 1526 of file SiPixelActionExecutor.cc.
References DQMStore::cd(), fillOccupancy(), and Tier0Flag_.
Referenced by SiPixelEDAClient::endLuminosityBlock(), SiPixelEDAClient::endRun(), and SiPixelWebInterface::performAction().
void SiPixelActionExecutor::createSummary | ( | DQMStore * | bei | ) |
Definition at line 171 of file SiPixelActionExecutor.cc.
References configParser_, configWriter_, gather_cfg::cout, fillFEDErrorSummary(), fillSummary(), DQMParserBase::getDocument(), SiPixelConfigParser::getMENamesForBarrelSummary(), SiPixelConfigParser::getMENamesForEndcapSummary(), SiPixelConfigParser::getMENamesForFEDErrorSummary(), SiPixelConfigParser::getSourceType(), offlineXMLfile_, DQMStore::setCurrentFolder(), source_type_, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by SiPixelEDAClient::beginRun(), and SiPixelWebInterface::performAction().
void SiPixelActionExecutor::createTkMap | ( | DQMStore * | bei, |
std::string | mEName, | ||
std::string | theTKType | ||
) |
Definition at line 152 of file SiPixelActionExecutor.cc.
References SiPixelTrackerMapCreator::create(), and offlineXMLfile_.
Referenced by SiPixelWebInterface::createTkMap().
void SiPixelActionExecutor::dumpBarrelModIds | ( | DQMStore * | bei, |
edm::EventSetup const & | eSetup | ||
) |
Definition at line 2061 of file SiPixelActionExecutor.cc.
References DQMStore::cd(), relmon_rootfiles_spy::contents, gather_cfg::cout, compare_using_db::dir_name, edm::EventSetup::get(), DQMStore::getMEs(), DQMStore::getSubdirs(), DQMStore::goUp(), sipixelobjects::ElectronicIndex::link, ndet_, edm::ESHandle< class >::product(), DQMStore::pwd(), and theCablingMap.
Referenced by dumpModIds().
void SiPixelActionExecutor::dumpBarrelRefValues | ( | DQMStore * | bei, |
edm::EventSetup const & | eSetup | ||
) |
Definition at line 2208 of file SiPixelActionExecutor.cc.
References gather_cfg::cout, DQMStore::get(), MonitorElement::getBinContent(), and i.
Referenced by dumpRefValues().
void SiPixelActionExecutor::dumpEndcapModIds | ( | DQMStore * | bei, |
edm::EventSetup const & | eSetup | ||
) |
Definition at line 2127 of file SiPixelActionExecutor.cc.
References DQMStore::cd(), relmon_rootfiles_spy::contents, gather_cfg::cout, spr::find(), edm::EventSetup::get(), DQMStore::getMEs(), DQMStore::getSubdirs(), DQMStore::goUp(), sipixelobjects::ElectronicIndex::link, ndet_, edm::ESHandle< class >::product(), DQMStore::pwd(), and theCablingMap.
Referenced by dumpModIds().
void SiPixelActionExecutor::dumpEndcapRefValues | ( | DQMStore * | bei, |
edm::EventSetup const & | eSetup | ||
) |
Definition at line 2238 of file SiPixelActionExecutor.cc.
References gather_cfg::cout, DQMStore::get(), MonitorElement::getBinContent(), and i.
Referenced by dumpRefValues().
void SiPixelActionExecutor::dumpModIds | ( | DQMStore * | bei, |
edm::EventSetup const & | eSetup | ||
) |
Definition at line 2049 of file SiPixelActionExecutor.cc.
References DQMStore::cd(), dumpBarrelModIds(), and dumpEndcapModIds().
void SiPixelActionExecutor::dumpRefValues | ( | DQMStore * | bei, |
edm::EventSetup const & | eSetup | ||
) |
Definition at line 2196 of file SiPixelActionExecutor.cc.
References DQMStore::cd(), dumpBarrelRefValues(), and dumpEndcapRefValues().
|
private |
Definition at line 251 of file SiPixelActionExecutor.cc.
References DQMStore::get(), MonitorElement::getBinContent(), MonitorElement::getRefTH1(), i, n, and MonitorElement::setBinContent().
void SiPixelActionExecutor::fillEfficiency | ( | DQMStore * | bei, |
bool | isbarrel | ||
) |
Definition at line 2312 of file SiPixelActionExecutor.cc.
References DQMStore::cd(), DQMStore::get(), MonitorElement::getEntries(), DQMStore::getMEs(), DQMStore::getSubdirs(), DQMStore::goUp(), HitEfficiency_Dm1, HitEfficiency_Dm2, HitEfficiency_Dp1, HitEfficiency_Dp2, HitEfficiency_L1, HitEfficiency_L2, HitEfficiency_L3, DQMStore::pwd(), MonitorElement::setBinContent(), and Tier0Flag_.
Referenced by createEfficiency().
|
private |
Definition at line 739 of file SiPixelActionExecutor.cc.
References DQMStore::book2D(), DQMStore::cd(), relmon_rootfiles_spy::contents, spr::find(), DQMStore::get(), MonitorElement::getBinContent(), MonitorElement::getEntries(), getFEDSummaryME(), MonitorElement::getIntValue(), MonitorElement::getMean(), DQMStore::getMEs(), DQMStore::getSubdirs(), DQMStore::goUp(), i, isum, findQualityFiles::jj, n, prof2calltree::prefix, DQMStore::pwd(), MonitorElement::Reset(), MonitorElement::setBinContent(), MonitorElement::setBinLabel(), lumiContext::sname, source_type_, GlobalPosition_Frontier_DevDB_cff::tag, groupFilesInBlocks::temp, and indexGen::title.
Referenced by createSummary().
|
private |
Definition at line 913 of file SiPixelActionExecutor.cc.
References DQMStore::cd(), relmon_rootfiles_spy::contents, compare_using_db::dir_name, DQMStore::get(), MonitorElement::getBinContent(), getGrandSummaryME(), DQMStore::getMEs(), MonitorElement::getName(), DQMStore::getSubdirs(), MonitorElement::getTH1F(), DQMStore::goUp(), gen::k, create_public_lumi_plots::path_name, prof2calltree::prefix, DQMStore::pwd(), source_type_, and indexGen::title.
Referenced by fillSummary().
|
private |
Definition at line 1140 of file SiPixelActionExecutor.cc.
References DQMStore::cd(), relmon_rootfiles_spy::contents, compare_using_db::dir_name, DQMStore::get(), MonitorElement::getBinContent(), getGrandSummaryME(), DQMStore::getMEs(), MonitorElement::getName(), DQMStore::getSubdirs(), MonitorElement::getTH1F(), DQMStore::goUp(), gen::k, create_public_lumi_plots::path_name, prof2calltree::prefix, DQMStore::pwd(), source_type_, and indexGen::title.
Referenced by fillSummary().
void SiPixelActionExecutor::fillLayout | ( | DQMStore * | bei | ) |
Definition at line 2001 of file SiPixelActionExecutor.cc.
References DQMStore::cd(), configWriter_, relmon_rootfiles_spy::contents, SiPixelConfigWriter::createColumn(), SiPixelConfigWriter::createRow(), DQMStore::getMEs(), DQMStore::getSubdirs(), DQMStore::goUp(), and DQMStore::pwd().
Referenced by createLayout().
|
private |
Definition at line 1539 of file SiPixelActionExecutor.cc.
References DQMStore::cd(), DQMStore::get(), MonitorElement::getBinContent(), DQMStore::getMEs(), MonitorElement::getNbinsX(), MonitorElement::getNbinsY(), DQMStore::getSubdirs(), MonitorElement::getTH2F(), DQMStore::goUp(), i, j, OccupancyMap, getHLTPrescaleColumns::path, DQMStore::pwd(), MonitorElement::setBinContent(), and Tier0Flag_.
Referenced by createOccupancy().
|
private |
Definition at line 392 of file SiPixelActionExecutor.cc.
References DQMStore::book1D(), DQMStore::cd(), configParser_, relmon_rootfiles_spy::contents, gather_cfg::cout, MonitorElement::Fill(), fillGrandBarrelSummaryHistos(), fillGrandEndcapSummaryHistos(), spr::find(), DQMStore::get(), MonitorElement::getBinContent(), GetBladeSubdirs(), MonitorElement::getEntries(), MonitorElement::getMean(), SiPixelConfigParser::getMENamesForGrandBarrelSummary(), SiPixelConfigParser::getMENamesForGrandEndcapSummary(), DQMStore::getMEs(), MonitorElement::getName(), MonitorElement::getNbinsX(), MonitorElement::getNbinsY(), MonitorElement::getRMS(), DQMStore::getSubdirs(), getSummaryME(), MonitorElement::getTH1F(), DQMStore::goUp(), isum, findQualityFiles::jj, nlast, prof2calltree::prefix, DQMStore::pwd(), tablePrinter::rows, lumiContext::sname, source_type_, mathSSE::sqrt(), GlobalPosition_Frontier_DevDB_cff::tag, groupFilesInBlocks::temp, and indexGen::title.
Referenced by createSummary().
|
private |
Definition at line 373 of file SiPixelActionExecutor.cc.
References DQMStore::cd(), and DQMStore::getSubdirs().
Referenced by fillSummary().
|
private |
Definition at line 1712 of file SiPixelActionExecutor.cc.
References relmon_rootfiles_spy::contents, EachBinContent, Entries, DQMStore::get(), DQMStore::getMEs(), MonitorElement::getTH1F(), timingPdfMaker::histo, i, j, gen::k, prof2calltree::l, m, Association::map, Mean, pileupCalc::nbins, DQMStore::pwd(), AlCaHLTBitMon_QueryRunRegistry::string, Sum, and WeightedSum.
Referenced by createMap().
|
private |
Definition at line 1447 of file SiPixelActionExecutor.cc.
References DQMStore::book1D(), relmon_rootfiles_spy::contents, spr::find(), DQMStore::get(), DQMStore::getMEs(), DQMStore::pwd(), and MonitorElement::Reset().
Referenced by fillFEDErrorSummary().
|
private |
Definition at line 1356 of file SiPixelActionExecutor.cc.
References DQMStore::book1D(), relmon_rootfiles_spy::contents, spr::find(), DQMStore::get(), DQMStore::getMEs(), DQMStore::pwd(), and MonitorElement::Reset().
Referenced by fillGrandBarrelSummaryHistos(), and fillGrandEndcapSummaryHistos().
|
private |
Definition at line 1398 of file SiPixelActionExecutor.cc.
References DQMStore::book1D(), relmon_rootfiles_spy::contents, spr::find(), DQMStore::get(), DQMStore::getMEs(), DQMStore::pwd(), and MonitorElement::Reset().
Referenced by fillSummary().
int SiPixelActionExecutor::getTkMapMENames | ( | std::vector< std::string > & | names | ) |
Definition at line 2038 of file SiPixelActionExecutor.cc.
References tkMapMENames.
|
private |
Definition at line 1860 of file SiPixelActionExecutor.cc.
References b, i, Association::map, max(), NLev1, and AlCaHLTBitMon_ParallelJobs::p.
Referenced by createMaps().
|
private |
Definition at line 1843 of file SiPixelActionExecutor.cc.
References b, i, Association::map, min, NLev1, and AlCaHLTBitMon_ParallelJobs::p.
Referenced by createMaps().
|
private |
Definition at line 1771 of file SiPixelActionExecutor.cc.
References b, gather_cfg::cout, DQMStore::get(), i, Association::map, NLayer, NModuleB, AlCaHLTBitMon_ParallelJobs::p, getHLTPrescaleColumns::path, DQMStore::pwd(), AlCaHLTBitMon_QueryRunRegistry::string, and groupFilesInBlocks::temp.
Referenced by createMaps().
|
private |
Definition at line 1801 of file SiPixelActionExecutor.cc.
References b, trackerHits::c, gather_cfg::cout, DQMStore::get(), i, Association::map, NBlade, NCyl, NDisk, getHLTPrescaleColumns::path, DQMStore::pwd(), AlCaHLTBitMon_QueryRunRegistry::string, and groupFilesInBlocks::temp.
Referenced by createMaps().
bool SiPixelActionExecutor::readConfiguration | ( | int & | tkmap_freq, |
int & | sum_barrel_freq, | ||
int & | sum_endcap_freq, | ||
int & | sum_grandbarrel_freq, | ||
int & | sum_grandendcap_freq, | ||
int & | message_limit, | ||
int & | source_type, | ||
int & | calib_type | ||
) |
Definition at line 75 of file SiPixelActionExecutor.cc.
References configParser_, gather_cfg::cout, SiPixelConfigParser::getCalibType(), DQMParserBase::getDocument(), SiPixelConfigParser::getFrequencyForBarrelSummary(), SiPixelConfigParser::getFrequencyForEndcapSummary(), SiPixelConfigParser::getFrequencyForGrandBarrelSummary(), SiPixelConfigParser::getFrequencyForGrandEndcapSummary(), SiPixelConfigParser::getFrequencyForTrackerMap(), SiPixelConfigParser::getMessageLimitForQTests(), SiPixelConfigParser::getSourceType(), offlineXMLfile_, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by SiPixelWebInterface::readConfiguration().
bool SiPixelActionExecutor::readConfiguration | ( | int & | tkmap_freq, |
int & | summary_freq | ||
) |
Definition at line 128 of file SiPixelActionExecutor.cc.
References configParser_, gather_cfg::cout, DQMParserBase::getDocument(), SiPixelConfigParser::getFrequencyForBarrelSummary(), SiPixelConfigParser::getFrequencyForTrackerMap(), offlineXMLfile_, and AlCaHLTBitMon_QueryRunRegistry::string.
void SiPixelActionExecutor::readConfiguration | ( | ) |
Definition at line 62 of file SiPixelActionExecutor.cc.
References configParser_, DQMParserBase::getDocument(), offlineXMLfile_, and AlCaHLTBitMon_QueryRunRegistry::string.
void SiPixelActionExecutor::setupQTests | ( | DQMStore * | bei | ) |
Definition at line 1880 of file SiPixelActionExecutor.cc.
References QTestHandle::attachTests(), DQMStore::cd(), QTestHandle::configureTests(), gather_cfg::cout, edm::FileInPath::fullPath(), offlineXMLfile_, qtHandler_, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by SiPixelWebInterface::performAction().
|
private |
Definition at line 139 of file SiPixelActionExecutor.h.
Referenced by checkQTestResults().
|
private |
Definition at line 130 of file SiPixelActionExecutor.h.
Referenced by checkQTestResults(), createSummary(), fillSummary(), readConfiguration(), SiPixelActionExecutor(), and ~SiPixelActionExecutor().
|
private |
Definition at line 131 of file SiPixelActionExecutor.h.
Referenced by createLayout(), createSummary(), fillLayout(), SiPixelActionExecutor(), and ~SiPixelActionExecutor().
|
private |
Definition at line 155 of file SiPixelActionExecutor.h.
Referenced by bookDeviations().
|
private |
Definition at line 160 of file SiPixelActionExecutor.h.
Referenced by bookDeviations().
|
private |
Definition at line 157 of file SiPixelActionExecutor.h.
Referenced by bookDeviations().
|
private |
Definition at line 162 of file SiPixelActionExecutor.h.
Referenced by bookDeviations().
|
private |
Definition at line 158 of file SiPixelActionExecutor.h.
Referenced by bookDeviations().
|
private |
Definition at line 163 of file SiPixelActionExecutor.h.
Referenced by bookDeviations().
|
private |
Definition at line 156 of file SiPixelActionExecutor.h.
Referenced by bookDeviations().
|
private |
Definition at line 161 of file SiPixelActionExecutor.h.
Referenced by bookDeviations().
|
private |
Definition at line 159 of file SiPixelActionExecutor.h.
Referenced by bookDeviations().
|
private |
Definition at line 164 of file SiPixelActionExecutor.h.
Referenced by bookDeviations().
|
private |
Definition at line 153 of file SiPixelActionExecutor.h.
Referenced by bookEfficiency(), and fillEfficiency().
|
private |
Definition at line 154 of file SiPixelActionExecutor.h.
Referenced by bookEfficiency(), and fillEfficiency().
|
private |
Definition at line 151 of file SiPixelActionExecutor.h.
Referenced by bookEfficiency(), and fillEfficiency().
|
private |
Definition at line 152 of file SiPixelActionExecutor.h.
Referenced by bookEfficiency(), and fillEfficiency().
|
private |
Definition at line 148 of file SiPixelActionExecutor.h.
Referenced by bookEfficiency(), and fillEfficiency().
|
private |
Definition at line 149 of file SiPixelActionExecutor.h.
Referenced by bookEfficiency(), and fillEfficiency().
|
private |
Definition at line 150 of file SiPixelActionExecutor.h.
Referenced by bookEfficiency(), and fillEfficiency().
|
private |
Definition at line 137 of file SiPixelActionExecutor.h.
Referenced by checkQTestResults().
|
private |
Definition at line 140 of file SiPixelActionExecutor.h.
Referenced by dumpBarrelModIds(), dumpEndcapModIds(), and SiPixelActionExecutor().
|
private |
Definition at line 146 of file SiPixelActionExecutor.h.
Referenced by bookOccupancyPlots(), and fillOccupancy().
|
private |
Definition at line 141 of file SiPixelActionExecutor.h.
Referenced by createSummary(), createTkMap(), readConfiguration(), and setupQTests().
|
private |
Definition at line 147 of file SiPixelActionExecutor.h.
|
private |
Definition at line 144 of file SiPixelActionExecutor.h.
Referenced by setupQTests(), SiPixelActionExecutor(), and ~SiPixelActionExecutor().
|
private |
Definition at line 138 of file SiPixelActionExecutor.h.
Referenced by createSummary(), fillFEDErrorSummary(), fillGrandBarrelSummaryHistos(), fillGrandEndcapSummaryHistos(), and fillSummary().
|
private |
Definition at line 134 of file SiPixelActionExecutor.h.
|
private |
Definition at line 175 of file SiPixelActionExecutor.h.
|
private |
Definition at line 176 of file SiPixelActionExecutor.h.
|
private |
Definition at line 177 of file SiPixelActionExecutor.h.
|
private |
Definition at line 178 of file SiPixelActionExecutor.h.
|
private |
Definition at line 179 of file SiPixelActionExecutor.h.
|
private |
Definition at line 174 of file SiPixelActionExecutor.h.
|
private |
Definition at line 132 of file SiPixelActionExecutor.h.
Referenced by dumpBarrelModIds(), and dumpEndcapModIds().
|
private |
Definition at line 142 of file SiPixelActionExecutor.h.
Referenced by bookEfficiency(), bookOccupancyPlots(), createMap(), createOccupancy(), fillEfficiency(), and fillOccupancy().
|
private |
Definition at line 135 of file SiPixelActionExecutor.h.
Referenced by getTkMapMENames().