#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 2249 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 1458 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 1493 of file SiPixelActionExecutor.cc.
References bookOccupancyPlots(), DQMStore::cd(), DQMStore::setCurrentFolder(), and Tier0Flag_.
void SiPixelActionExecutor::bookTrackerMaps | ( | DQMStore * | bei, |
std::string | name | ||
) |
Definition at line 1579 of file SiPixelActionExecutor.cc.
References DQMStore::book2D(), NCyl, L1TEmulatorMonitor_cff::p, and DQMStore::setCurrentFolder().
void SiPixelActionExecutor::checkQTestResults | ( | DQMStore * | bei | ) |
Definition at line 1887 of file SiPixelActionExecutor.cc.
References calib_type_, configParser_, ExpressReco_HICollisions_FallBack::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(), and ExpressReco_HICollisions_FallBack::warnings.
Referenced by SiPixelWebInterface::performAction().
void SiPixelActionExecutor::createEfficiency | ( | DQMStore * | bei | ) |
Definition at line 2280 of file SiPixelActionExecutor.cc.
References DQMStore::cd(), and fillEfficiency().
Referenced by SiPixelEDAClient::endLuminosityBlock(), and SiPixelEDAClient::endRun().
void SiPixelActionExecutor::createLayout | ( | DQMStore * | bei | ) |
Definition at line 1960 of file SiPixelActionExecutor.cc.
References DQMStore::cd(), configWriter_, SiPixelConfigWriter::createLayout(), SiPixelConfigWriter::createRow(), fillLayout(), DQMStore::getSubdirs(), DQMStore::goUp(), SiPixelConfigWriter::init(), AlCaRecoCosmics_cfg::name, and DQMStore::pwd().
|
private |
Definition at line 1634 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 1594 of file SiPixelActionExecutor.cc.
References createMap(), mapMax(), mapMin(), max(), min, NLayer, NLev1, NLev2, NLev3, NLev4, prephistosB(), prephistosE(), and DQMStore::setCurrentFolder().
void SiPixelActionExecutor::createOccupancy | ( | DQMStore * | bei | ) |
Definition at line 1508 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(), and source_type_.
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 2043 of file SiPixelActionExecutor.cc.
References DQMStore::cd(), gather_cfg::cout, ExpressReco_HICollisions_FallBack::detector, 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 2188 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 2108 of file SiPixelActionExecutor.cc.
References DQMStore::cd(), gather_cfg::cout, ExpressReco_HICollisions_FallBack::detector, 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 2218 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 2031 of file SiPixelActionExecutor.cc.
References DQMStore::cd(), dumpBarrelModIds(), and dumpEndcapModIds().
void SiPixelActionExecutor::dumpRefValues | ( | DQMStore * | bei, |
edm::EventSetup const & | eSetup | ||
) |
Definition at line 2176 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 2292 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(), spr::find(), DQMStore::get(), MonitorElement::getBinContent(), MonitorElement::getEntries(), getFEDSummaryME(), MonitorElement::getIntValue(), MonitorElement::getMean(), DQMStore::getMEs(), DQMStore::getSubdirs(), DQMStore::goUp(), i, isum, n, prof2calltree::prefix, DQMStore::pwd(), MonitorElement::setBinContent(), MonitorElement::setBinLabel(), source_type_, GlobalPosition_Frontier_DevDB_cff::tag, cond::rpcobtemp::temp, and indexGen::title.
Referenced by createSummary().
|
private |
Definition at line 895 of file SiPixelActionExecutor.cc.
References DQMStore::cd(), DQMStore::get(), MonitorElement::getBinContent(), getGrandSummaryME(), DQMStore::getMEs(), MonitorElement::getName(), DQMStore::getSubdirs(), MonitorElement::getTH1F(), DQMStore::goUp(), gen::k, prof2calltree::prefix, DQMStore::pwd(), source_type_, and indexGen::title.
Referenced by fillSummary().
|
private |
Definition at line 1122 of file SiPixelActionExecutor.cc.
References DQMStore::cd(), DQMStore::get(), MonitorElement::getBinContent(), getGrandSummaryME(), DQMStore::getMEs(), MonitorElement::getName(), DQMStore::getSubdirs(), MonitorElement::getTH1F(), DQMStore::goUp(), gen::k, prof2calltree::prefix, DQMStore::pwd(), source_type_, and indexGen::title.
Referenced by fillSummary().
void SiPixelActionExecutor::fillLayout | ( | DQMStore * | bei | ) |
Definition at line 1983 of file SiPixelActionExecutor.cc.
References DQMStore::cd(), configWriter_, SiPixelConfigWriter::createColumn(), SiPixelConfigWriter::createRow(), DQMStore::getMEs(), DQMStore::getSubdirs(), DQMStore::goUp(), and DQMStore::pwd().
Referenced by createLayout().
|
private |
Definition at line 1521 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, 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_, 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, nlast, prof2calltree::prefix, DQMStore::pwd(), tablePrinter::rows, source_type_, mathSSE::sqrt(), GlobalPosition_Frontier_DevDB_cff::tag, cond::rpcobtemp::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 1694 of file SiPixelActionExecutor.cc.
References EachBinContent, Entries, DQMStore::get(), DQMStore::getMEs(), MonitorElement::getTH1F(), trackerHits::histo, i, j, gen::k, prof2calltree::l, m, Association::map, Mean, ExpressReco_HICollisions_FallBack::nbins, DQMStore::pwd(), Sum, and WeightedSum.
Referenced by createMap().
|
private |
Definition at line 1429 of file SiPixelActionExecutor.cc.
References DQMStore::book1D(), spr::find(), DQMStore::get(), DQMStore::getMEs(), DQMStore::pwd(), and MonitorElement::Reset().
Referenced by fillFEDErrorSummary().
|
private |
Definition at line 1338 of file SiPixelActionExecutor.cc.
References DQMStore::book1D(), spr::find(), DQMStore::get(), DQMStore::getMEs(), DQMStore::pwd(), and MonitorElement::Reset().
Referenced by fillGrandBarrelSummaryHistos(), and fillGrandEndcapSummaryHistos().
|
private |
Definition at line 1380 of file SiPixelActionExecutor.cc.
References DQMStore::book1D(), 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 2020 of file SiPixelActionExecutor.cc.
References tkMapMENames.
|
private |
Definition at line 1842 of file SiPixelActionExecutor.cc.
References b, i, Association::map, max(), NLev1, and L1TEmulatorMonitor_cff::p.
Referenced by createMaps().
|
private |
Definition at line 1825 of file SiPixelActionExecutor.cc.
References b, i, Association::map, min, NLev1, and L1TEmulatorMonitor_cff::p.
Referenced by createMaps().
|
private |
Definition at line 1753 of file SiPixelActionExecutor.cc.
References b, gather_cfg::cout, DQMStore::get(), i, Association::map, NLayer, NModuleB, L1TEmulatorMonitor_cff::p, path(), DQMStore::pwd(), and cond::rpcobtemp::temp.
Referenced by createMaps().
|
private |
Definition at line 1783 of file SiPixelActionExecutor.cc.
References b, trackerHits::c, gather_cfg::cout, DQMStore::get(), i, Association::map, NBlade, NCyl, NDisk, path(), DQMStore::pwd(), and cond::rpcobtemp::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(), and offlineXMLfile_.
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(), and offlineXMLfile_.
void SiPixelActionExecutor::readConfiguration | ( | ) |
Definition at line 62 of file SiPixelActionExecutor.cc.
References configParser_, DQMParserBase::getDocument(), and offlineXMLfile_.
void SiPixelActionExecutor::setupQTests | ( | DQMStore * | bei | ) |
Definition at line 1862 of file SiPixelActionExecutor.cc.
References QTestHandle::attachTests(), DQMStore::cd(), QTestHandle::configureTests(), gather_cfg::cout, edm::FileInPath::fullPath(), offlineXMLfile_, and qtHandler_.
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().