Base class for pixel calibration procedures. More...
Classes | |
class | pos::PixelCalibBase |
class | pos::PixelCalibConfiguration |
This class implements the steps that are used in a scan over Threshold and CalDelay. More... | |
class | pos::PixelFEDTestDAC |
This class implements.. More... | |
Functions | |
virtual std::string | pos::PixelCalibBase::mode () const |
virtual void | pos::PixelCalibBase::writeXML (std::ofstream *out, std::ofstream *out1=NULL, std::ofstream *out2=NULL) const |
virtual void | pos::PixelCalibBase::writeXMLHeader (pos::PixelConfigKey &key, int version, std::string path, std::ofstream *out, std::ofstream *out1=NULL, std::ofstream *out2=NULL) const |
virtual void | pos::PixelCalibBase::writeXMLTrailer (std::ofstream *out, std::ofstream *out1=NULL, std::ofstream *out2=NULL) const |
virtual | pos::PixelCalibBase::~PixelCalibBase () |
Variables | |
std::string | pos::PixelCalibBase::mode_ |
Base class for pixel calibration procedures.
virtual std::string pos::PixelCalibBase::mode | ( | ) | const [inline, virtual, inherited] |
Reimplemented in pos::PixelCalibConfiguration.
Definition at line 30 of file PixelCalibBase.h.
References pos::PixelCalibBase::mode_.
{return mode_;}
virtual void pos::PixelCalibBase::writeXML | ( | std::ofstream * | out, |
std::ofstream * | out1 = NULL , |
||
std::ofstream * | out2 = NULL |
||
) | const [inline, virtual, inherited] |
Reimplemented in pos::PixelCalibConfiguration, pos::PixelDelay25Calib, and pos::PixelFEDTestDAC.
Definition at line 38 of file PixelCalibBase.h.
{;}
virtual void pos::PixelCalibBase::writeXMLHeader | ( | pos::PixelConfigKey & | key, |
int | version, | ||
std::string | path, | ||
std::ofstream * | out, | ||
std::ofstream * | out1 = NULL , |
||
std::ofstream * | out2 = NULL |
||
) | const [inline, virtual, inherited] |
Definition at line 31 of file PixelCalibBase.h.
{;}
virtual void pos::PixelCalibBase::writeXMLTrailer | ( | std::ofstream * | out, |
std::ofstream * | out1 = NULL , |
||
std::ofstream * | out2 = NULL |
||
) | const [inline, virtual, inherited] |
Reimplemented in pos::PixelCalibConfiguration, pos::PixelDelay25Calib, and pos::PixelFEDTestDAC.
Definition at line 41 of file PixelCalibBase.h.
{;}
PixelCalibBase::~PixelCalibBase | ( | ) | [virtual, inherited] |
Definition at line 16 of file PixelCalibBase.cc.
{ }
std::string pos::PixelCalibBase::mode_ [protected, inherited] |
Definition at line 48 of file PixelCalibBase.h.
Referenced by pos::PixelCalibBase::mode(), pos::PixelFEDTestDAC::mode(), pos::PixelCalibConfiguration::mode(), pos::PixelCalibConfiguration::PixelCalibConfiguration(), pos::PixelDelay25Calib::PixelDelay25Calib(), and pos::PixelCalibConfiguration::writeASCII().