#include <PixelTTCciConfig.h>
Public Member Functions | |
std::stringstream & | getTTCConfigStream () |
PixelTTCciConfig (std::string filename) | |
PixelTTCciConfig (std::vector< std::vector< std::string > > &) | |
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 | 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, mps_splice::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 dir, AlCaHLTBitMon_QueryRunRegistry::string, ttcConfigStream_, and writeASCII().
|
overridevirtual |
Implements pos::PixelConfigBase.
Definition at line 86 of file PixelTTCciConfig.cc.
References corrVsCorr::filename, MillePedeFileConverter_cfg::out, AlCaHLTBitMon_QueryRunRegistry::string, and ttcConfigStream_.
Referenced by getTTCConfigStream(), and writeXMLHeader().
|
inlineoverridevirtual |
Reimplemented from pos::PixelConfigBase.
Definition at line 29 of file PixelTTCciConfig.h.
References crabWrapper::key, MillePedeFileConverter_cfg::out, callgraph::path, AlCaHLTBitMon_QueryRunRegistry::string, jets_cff::version, writeXMLHeader(), and writeXMLTrailer().
|
overridevirtual |
Reimplemented from pos::PixelConfigBase.
Definition at line 152 of file PixelTTCciConfig.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
overridevirtual |
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().
Referenced by writeXML().
|
overridevirtual |
Reimplemented from pos::PixelConfigBase.
Definition at line 166 of file PixelTTCciConfig.cc.
References gather_cfg::cout, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by writeXML().
|
private |
Definition at line 48 of file PixelTTCciConfig.h.
Referenced by getTTCConfigStream(), PixelTTCciConfig(), and writeASCII().