#include <PixelTTCciConfig.h>
Public Member Functions | |
std::stringstream & | getTTCConfigStream () |
PixelTTCciConfig (std::string filename) | |
PixelTTCciConfig (std::vector< std::vector< std::string > > &) | |
virtual void | writeASCII (std::string dir) const |
virtual void | writeXML (pos::PixelConfigKey key, int version, std::string path) const |
virtual void | writeXML (std::ofstream *out, std::ofstream *out1=NULL, std::ofstream *out2=NULL) const |
virtual void | writeXMLHeader (pos::PixelConfigKey key, int version, std::string path, std::ofstream *out, std::ofstream *out1=NULL, std::ofstream *out2=NULL) const |
virtual void | writeXMLTrailer (std::ofstream *out, std::ofstream *out1=NULL, std::ofstream *out2=NULL) const |
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 | ttcConfigStream_ |
Definition at line 19 of file PixelTTCciConfig.h.
PixelTTCciConfig::PixelTTCciConfig | ( | std::string | filename | ) |
Definition at line 63 of file PixelTTCciConfig.cc.
References gather_cfg::cout, recoMuon::in, geometryCSVtoXML::line, AlCaHLTBitMon_QueryRunRegistry::string, and ttcConfigStream_.
pos::PixelTTCciConfig::PixelTTCciConfig | ( | std::vector< std::vector< std::string > > & | ) |
|
inline |
Definition at line 26 of file PixelTTCciConfig.h.
References ttcConfigStream_.
|
virtual |
Implements pos::PixelConfigBase.
Definition at line 86 of file PixelTTCciConfig.cc.
References lut2db_cfg::filename, dbtoconf::out, AlCaHLTBitMon_QueryRunRegistry::string, and ttcConfigStream_.
Referenced by writeXMLHeader().
|
inlinevirtual |
|
virtual |
Reimplemented from pos::PixelConfigBase.
Definition at line 152 of file PixelTTCciConfig.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
virtual |
Reimplemented from pos::PixelConfigBase.
Definition at line 105 of file PixelTTCciConfig.cc.
References gather_cfg::cout, pos::PixelConfigBase::getAuthor(), pos::PixelConfigBase::getComment(), pos::PixelTimeFormatter::getmSecTime(), pos::PixelTimeFormatter::getTime(), AlCaHLTBitMon_QueryRunRegistry::string, and writeASCII().
|
virtual |
Reimplemented from pos::PixelConfigBase.
Definition at line 166 of file PixelTTCciConfig.cc.
References gather_cfg::cout, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 48 of file PixelTTCciConfig.h.
Referenced by getTTCConfigStream(), PixelTTCciConfig(), and writeASCII().