This file contains the base class for "pixel configuration data" management. More...
#include "interface/PixelConfigBase.h"
Public Member Functions | |
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 | writeASCII (std::string dir="") const =0 |
virtual void | writeXML (pos::PixelConfigKey key, int version, std::string path) const |
virtual void | writeXML (std::ofstream *out) const |
virtual void | writeXML (std::ofstream *out, std::ofstream *out1, std::ofstream *out2) const |
virtual void | writeXMLHeader (pos::PixelConfigKey key, int version, std::string path, std::ofstream *out) const |
virtual void | writeXMLHeader (pos::PixelConfigKey key, int version, std::string path, std::ofstream *out, std::ofstream *out1, std::ofstream *out2) const |
virtual void | writeXMLTrailer (std::ofstream *out) const |
virtual void | writeXMLTrailer (std::ofstream *out, std::ofstream *ou1, std::ofstream *out2) const |
virtual | ~PixelConfigBase () |
Private Attributes | |
std::string | comment_ |
std::string | creator_ |
std::string | date_ |
std::string | description_ |
This file contains the base class for "pixel configuration data" management.
" "
A longer explanation will be placed here later
Definition at line 32 of file PixelConfigBase.h.
PixelConfigBase::PixelConfigBase | ( | std::string | description, |
std::string | creator, | ||
std::string | date | ||
) |
Definition at line 15 of file PixelConfigBase.cc.
|
inlinevirtual |
Definition at line 41 of file PixelConfigBase.h.
std::string pos::PixelConfigBase::creator | ( | ) |
std::string pos::PixelConfigBase::date | ( | ) |
std::string pos::PixelConfigBase::description | ( | ) |
|
inline |
Definition at line 70 of file PixelConfigBase.h.
References creator_.
Referenced by pos::PixelTTCciConfig::writeXMLHeader(), pos::PixelMaxVsf::writeXMLHeader(), pos::PixelPortCardConfig::writeXMLHeader(), pos::PixelMaskAllPixels::writeXMLHeader(), pos::PixelLTCConfig::writeXMLHeader(), pos::PixelLowVoltageMap::writeXMLHeader(), pos::PixelGlobalDelay25::writeXMLHeader(), pos::PixelTBMSettings::writeXMLHeader(), pos::PixelTrimAllPixels::writeXMLHeader(), pos::PixelTKFECConfig::writeXMLHeader(), pos::PixelFEDConfig::writeXMLHeader(), pos::PixelFEDCard::writeXMLHeader(), pos::PixelDetectorConfig::writeXMLHeader(), pos::PixelPortcardMap::writeXMLHeader(), pos::PixelNameTranslation::writeXMLHeader(), pos::PixelDACSettings::writeXMLHeader(), and pos::PixelCalibConfiguration::writeXMLHeader().
|
inline |
Definition at line 71 of file PixelConfigBase.h.
References base64_encode(), and comment_.
Referenced by pos::PixelTTCciConfig::writeXMLHeader(), pos::PixelMaxVsf::writeXMLHeader(), pos::PixelPortCardConfig::writeXMLHeader(), pos::PixelMaskAllPixels::writeXMLHeader(), pos::PixelLTCConfig::writeXMLHeader(), pos::PixelLowVoltageMap::writeXMLHeader(), pos::PixelGlobalDelay25::writeXMLHeader(), pos::PixelTBMSettings::writeXMLHeader(), pos::PixelTrimAllPixels::writeXMLHeader(), pos::PixelTKFECConfig::writeXMLHeader(), pos::PixelFEDConfig::writeXMLHeader(), pos::PixelFEDCard::writeXMLHeader(), pos::PixelDetectorConfig::writeXMLHeader(), pos::PixelPortcardMap::writeXMLHeader(), pos::PixelNameTranslation::writeXMLHeader(), pos::PixelDACSettings::writeXMLHeader(), and pos::PixelCalibConfiguration::writeXMLHeader().
|
inline |
|
inline |
Definition at line 69 of file PixelConfigBase.h.
References comment, and comment_.
Referenced by ConfigToolBase.ConfigToolBase::apply().
|
pure virtual |
Implemented in pos::PixelTrimBase, pos::PixelMaskBase, pos::PixelTrimAllPixels, pos::PixelTrimCommon, pos::PixelCalibConfiguration, pos::PixelNameTranslation, pos::PixelDetectorConfig, pos::PixelFEDCard, pos::PixelFECConfig, pos::PixelLowVoltageMap, pos::PixelPortCardConfig, pos::PixelMaxVsf, pos::PixelDelay25Calib, pos::PixelDACSettings, pos::PixelPortcardMap, pos::PixelFEDConfig, pos::PixelTKFECConfig, pos::PixelTBMSettings, pos::PixelGlobalDelay25, pos::PixelLTCConfig, pos::PixelMaskAllPixels, and pos::PixelTTCciConfig.
|
inlinevirtual |
Reimplemented in pos::PixelCalibConfiguration, pos::PixelDACSettings, pos::PixelNameTranslation, pos::PixelPortcardMap, pos::PixelTrimBase, pos::PixelDetectorConfig, pos::PixelMaskBase, pos::PixelFEDCard, pos::PixelFEDConfig, pos::PixelTKFECConfig, pos::PixelTrimAllPixels, pos::PixelFECConfig, pos::PixelTBMSettings, pos::PixelTrimCommon, pos::PixelLowVoltageMap, pos::PixelLTCConfig, pos::PixelMaskAllPixels, pos::PixelPortCardConfig, pos::PixelMaxVsf, pos::PixelDelay25Calib, and pos::PixelTTCciConfig.
Definition at line 60 of file PixelConfigBase.h.
|
inlinevirtual |
Reimplemented in pos::PixelFEDCard, and pos::PixelTrimCommon.
Definition at line 62 of file PixelConfigBase.h.
References gather_cfg::cout.
|
inlinevirtual |
Reimplemented in pos::PixelCalibConfiguration, pos::PixelDACSettings, pos::PixelNameTranslation, pos::PixelTrimBase, pos::PixelPortcardMap, pos::PixelDetectorConfig, pos::PixelMaskBase, pos::PixelFEDConfig, pos::PixelTKFECConfig, pos::PixelTrimAllPixels, pos::PixelFECConfig, pos::PixelTBMSettings, pos::PixelGlobalDelay25, pos::PixelLowVoltageMap, pos::PixelLTCConfig, pos::PixelMaskAllPixels, pos::PixelPortCardConfig, pos::PixelMaxVsf, pos::PixelDelay25Calib, pos::PixelTTCciConfig, and pos::PixelFEDCard.
Definition at line 58 of file PixelConfigBase.h.
|
inlinevirtual |
Reimplemented in pos::PixelFEDCard, and pos::PixelTrimCommon.
Definition at line 61 of file PixelConfigBase.h.
|
inlinevirtual |
Reimplemented in pos::PixelCalibConfiguration, pos::PixelDACSettings, pos::PixelNameTranslation, pos::PixelPortcardMap, pos::PixelTrimBase, pos::PixelDetectorConfig, pos::PixelMaskBase, pos::PixelFEDConfig, pos::PixelTKFECConfig, pos::PixelTrimAllPixels, pos::PixelFECConfig, pos::PixelTBMSettings, pos::PixelGlobalDelay25, pos::PixelLowVoltageMap, pos::PixelLTCConfig, pos::PixelMaskAllPixels, pos::PixelPortCardConfig, pos::PixelMaxVsf, pos::PixelDelay25Calib, pos::PixelTTCciConfig, and pos::PixelFEDCard.
Definition at line 50 of file PixelConfigBase.h.
|
inlinevirtual |
Reimplemented in pos::PixelFEDCard, and pos::PixelTrimCommon.
Definition at line 66 of file PixelConfigBase.h.
|
inlinevirtual |
Reimplemented in pos::PixelCalibConfiguration, pos::PixelDACSettings, pos::PixelNameTranslation, pos::PixelTrimBase, pos::PixelPortcardMap, pos::PixelDetectorConfig, pos::PixelMaskBase, pos::PixelFEDConfig, pos::PixelTKFECConfig, pos::PixelTrimAllPixels, pos::PixelFECConfig, pos::PixelTBMSettings, pos::PixelGlobalDelay25, pos::PixelLowVoltageMap, pos::PixelLTCConfig, pos::PixelMaskAllPixels, pos::PixelPortCardConfig, pos::PixelMaxVsf, pos::PixelDelay25Calib, pos::PixelTTCciConfig, and pos::PixelFEDCard.
Definition at line 59 of file PixelConfigBase.h.
|
private |
Definition at line 77 of file PixelConfigBase.h.
Referenced by getComment(), and setComment().
|
private |
Definition at line 75 of file PixelConfigBase.h.
Referenced by getAuthor(), and setAuthor().
|
private |
Definition at line 76 of file PixelConfigBase.h.
|
private |
Definition at line 74 of file PixelConfigBase.h.