#include <SiPixelConfigParser.h>
Public Member Functions | |
bool | getCalibType (int &u_freq) |
void | getDocument (std::string filename) |
bool | getFrequencyForBarrelSummary (int &u_freq) |
bool | getFrequencyForEndcapSummary (int &u_freq) |
bool | getFrequencyForGrandBarrelSummary (int &u_freq) |
bool | getFrequencyForGrandEndcapSummary (int &u_freq) |
bool | getFrequencyForTrackerMap (int &u_freq) |
bool | getMENamesForBarrelSummary (std::string &structure_name, std::vector< std::string > &me_names) |
bool | getMENamesForEndcapSummary (std::string &structure_name, std::vector< std::string > &me_names) |
bool | getMENamesForFEDErrorSummary (std::string &structure_name, std::vector< std::string > &me_names) |
bool | getMENamesForGrandBarrelSummary (std::string &structure_name, std::vector< std::string > &me_names) |
bool | getMENamesForGrandEndcapSummary (std::string &structure_name, std::vector< std::string > &me_names) |
bool | getMENamesForTrackerMap (std::string &tkmap_name, std::vector< std::string > &me_names) |
bool | getMENamesForTree (std::string &structure_name, std::vector< std::string > &me_names) |
bool | getMessageLimitForQTests (int &u_freq) |
bool | getSourceType (int &u_freq) |
SiPixelConfigParser () | |
Private Attributes | |
boost::property_tree::ptree | config_ |
Class that handles the SiPixel Quality Tests
Definition at line 19 of file SiPixelConfigParser.h.
SiPixelConfigParser::SiPixelConfigParser | ( | ) |
Definition at line 11 of file SiPixelConfigParser.cc.
bool SiPixelConfigParser::getCalibType | ( | int & | u_freq | ) |
Definition at line 154 of file SiPixelConfigParser.cc.
Referenced by SiPixelActionExecutor::readConfiguration().
void SiPixelConfigParser::getDocument | ( | std::string | filename | ) |
Definition at line 16 of file SiPixelConfigParser.cc.
References Exception, and corrVsCorr::filename.
Referenced by SiPixelActionExecutor::createSummary(), and SiPixelActionExecutor::readConfiguration().
bool SiPixelConfigParser::getFrequencyForBarrelSummary | ( | int & | u_freq | ) |
Definition at line 96 of file SiPixelConfigParser.cc.
Referenced by SiPixelActionExecutor::readConfiguration().
bool SiPixelConfigParser::getFrequencyForEndcapSummary | ( | int & | u_freq | ) |
Definition at line 103 of file SiPixelConfigParser.cc.
Referenced by SiPixelActionExecutor::readConfiguration().
bool SiPixelConfigParser::getFrequencyForGrandBarrelSummary | ( | int & | u_freq | ) |
Definition at line 126 of file SiPixelConfigParser.cc.
Referenced by SiPixelActionExecutor::readConfiguration().
bool SiPixelConfigParser::getFrequencyForGrandEndcapSummary | ( | int & | u_freq | ) |
Definition at line 133 of file SiPixelConfigParser.cc.
Referenced by SiPixelActionExecutor::readConfiguration().
bool SiPixelConfigParser::getFrequencyForTrackerMap | ( | int & | u_freq | ) |
Definition at line 52 of file SiPixelConfigParser.cc.
Referenced by SiPixelActionExecutor::readConfiguration().
bool SiPixelConfigParser::getMENamesForBarrelSummary | ( | std::string & | structure_name, |
std::vector< std::string > & | me_names | ||
) |
Definition at line 71 of file SiPixelConfigParser.cc.
References readMEListHelper(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by SiPixelActionExecutor::createSummary().
bool SiPixelConfigParser::getMENamesForEndcapSummary | ( | std::string & | structure_name, |
std::vector< std::string > & | me_names | ||
) |
Definition at line 78 of file SiPixelConfigParser.cc.
References readMEListHelper(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by SiPixelActionExecutor::createSummary().
bool SiPixelConfigParser::getMENamesForFEDErrorSummary | ( | std::string & | structure_name, |
std::vector< std::string > & | me_names | ||
) |
Definition at line 86 of file SiPixelConfigParser.cc.
References readMEListHelper(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by SiPixelActionExecutor::createSummary().
bool SiPixelConfigParser::getMENamesForGrandBarrelSummary | ( | std::string & | structure_name, |
std::vector< std::string > & | me_names | ||
) |
Definition at line 110 of file SiPixelConfigParser.cc.
References readMEListHelper(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by SiPixelActionExecutor::fillSummary().
bool SiPixelConfigParser::getMENamesForGrandEndcapSummary | ( | std::string & | structure_name, |
std::vector< std::string > & | me_names | ||
) |
Definition at line 118 of file SiPixelConfigParser.cc.
References readMEListHelper(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by SiPixelActionExecutor::fillSummary().
bool SiPixelConfigParser::getMENamesForTrackerMap | ( | std::string & | tkmap_name, |
std::vector< std::string > & | me_names | ||
) |
Definition at line 45 of file SiPixelConfigParser.cc.
References readMEListHelper(), and AlCaHLTBitMon_QueryRunRegistry::string.
bool SiPixelConfigParser::getMENamesForTree | ( | std::string & | structure_name, |
std::vector< std::string > & | me_names | ||
) |
Definition at line 61 of file SiPixelConfigParser.cc.
References readMEListHelper(), and AlCaHLTBitMon_QueryRunRegistry::string.
bool SiPixelConfigParser::getMessageLimitForQTests | ( | int & | u_freq | ) |
Definition at line 140 of file SiPixelConfigParser.cc.
Referenced by SiPixelActionExecutor::readConfiguration().
bool SiPixelConfigParser::getSourceType | ( | int & | u_freq | ) |
Definition at line 147 of file SiPixelConfigParser.cc.
Referenced by SiPixelActionExecutor::createSummary(), and SiPixelActionExecutor::readConfiguration().
|
private |
Definition at line 44 of file SiPixelConfigParser.h.