#include <SiStripConfigParser.h>
Public Member Functions | |
void | getDocument (std::string filepath) |
bool | getFrequencyForSummary (int &u_freq) |
bool | getMENamesForSummary (std::map< std::string, std::string > &me_names) |
SiStripConfigParser () | |
Private Attributes | |
boost::property_tree::ptree | config_ |
Class that handles the SiStrip Quality Tests
Definition at line 19 of file SiStripConfigParser.h.
SiStripConfigParser::SiStripConfigParser | ( | ) |
Definition at line 8 of file SiStripConfigParser.cc.
void SiStripConfigParser::getDocument | ( | std::string | filepath | ) |
Definition at line 13 of file SiStripConfigParser.cc.
References config_, Exception, and corrVsCorr::filename.
Referenced by SiStripSummaryCreator::readConfiguration().
bool SiStripConfigParser::getFrequencyForSummary | ( | int & | u_freq | ) |
Definition at line 46 of file SiStripConfigParser.cc.
References config_.
Referenced by SiStripSummaryCreator::readConfiguration().
bool SiStripConfigParser::getMENamesForSummary | ( | std::map< std::string, std::string > & | me_names | ) |
Definition at line 27 of file SiStripConfigParser.cc.
References config_, Skims_PA_cff::name, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by SiStripSummaryCreator::readConfiguration().
|
private |
Definition at line 31 of file SiStripConfigParser.h.
Referenced by getDocument(), getFrequencyForSummary(), and getMENamesForSummary().