This is the documentation about PixelLTCConfig... More...
#include <PixelLTCConfig.h>
Public Member Functions | |
std::stringstream & | getLTCConfigStream () |
PixelLTCConfig (std::vector< std::vector< std::string > > &tableMat) | |
PixelLTCConfig (std::string filename) | |
void | writeASCII (std::string dir) const override |
void | writeXML (pos::PixelConfigKey key, int version, std::string path) const override |
void | writeXML (std::ofstream *out, std::ofstream *out1=nullptr, std::ofstream *out2=nullptr) const override |
void | writeXMLHeader (pos::PixelConfigKey key, int version, std::string path, std::ofstream *out, std::ofstream *out1=nullptr, std::ofstream *out2=nullptr) const override |
void | writeXMLTrailer (std::ofstream *out, std::ofstream *out1=nullptr, std::ofstream *out2=nullptr) const override |
Public Member Functions inherited from pos::PixelConfigBase | |
std::string | creator () |
std::string | date () |
std::string | description () |
std::string | getAuthor () const |
std::string | getComment () const |
PixelConfigBase (std::string description, std::string creator, std::string date) | |
void | setAuthor (std::string author) |
void | setComment (std::string comment) |
virtual void | writeXML (std::ofstream *out) const |
virtual void | writeXMLHeader (pos::PixelConfigKey key, int version, std::string path, std::ofstream *out) const |
virtual void | writeXMLTrailer (std::ofstream *out) const |
virtual | ~PixelConfigBase () |
Private Attributes | |
std::stringstream | ltcConfigStream_ |
This is the documentation about PixelLTCConfig...
" "
This class reads the LTC configuration file
Definition at line 29 of file PixelLTCConfig.h.
pos::PixelLTCConfig::PixelLTCConfig | ( | std::vector< std::vector< std::string > > & | tableMat | ) |
PixelLTCConfig::PixelLTCConfig | ( | std::string | filename | ) |
Definition at line 59 of file PixelLTCConfig.cc.
References gather_cfg::cout, corrVsCorr::filename, recoMuon::in, mps_splice::line, ltcConfigStream_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
Definition at line 34 of file PixelLTCConfig.h.
References ltcConfigStream_.
|
overridevirtual |
Implements pos::PixelConfigBase.
Definition at line 78 of file PixelLTCConfig.cc.
References DeadROC_duringRun::dir, corrVsCorr::filename, ltcConfigStream_, MillePedeFileConverter_cfg::out, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by writeXMLHeader().
|
inlineoverridevirtual |
|
overridevirtual |
Reimplemented from pos::PixelConfigBase.
Definition at line 140 of file PixelLTCConfig.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
overridevirtual |
Reimplemented from pos::PixelConfigBase.
Definition at line 95 of file PixelLTCConfig.cc.
References gather_cfg::cout, pos::PixelConfigBase::getAuthor(), pos::PixelConfigBase::getComment(), pos::PixelTimeFormatter::getmSecTime(), pos::PixelTimeFormatter::getTime(), castor_dqm_sourceclient_file_cfg::path, AlCaHLTBitMon_QueryRunRegistry::string, BeamSplash_cfg::version, and writeASCII().
|
overridevirtual |
Reimplemented from pos::PixelConfigBase.
Definition at line 149 of file PixelLTCConfig.cc.
References gather_cfg::cout, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 51 of file PixelLTCConfig.h.
Referenced by getLTCConfigStream(), PixelLTCConfig(), and writeASCII().