Classes | |
class | pos::PixelTrimBase |
This class implements.. More... | |
class | pos::PixelTrimCommon |
This class implements.. More... | |
Functions | |
virtual void | pos::PixelTrimBase::generateConfiguration (PixelFECConfigInterface *pixelFEC, PixelNameTranslation *trans, const PixelMaskBase &pixelMask) const =0 |
virtual PixelROCTrimBits | pos::PixelTrimBase::getTrimBits (int ROCId) const =0 |
virtual PixelROCTrimBits * | pos::PixelTrimBase::getTrimBits (PixelROCName name)=0 |
pos::PixelTrimBase::PixelTrimBase (std::string description, std::string creator, std::string date) | |
void | pos::PixelTrimBase::setOverride (PixelTrimOverrideBase *trimOverride) |
void | pos::PixelTrimBase::writeASCII (std::string filename) const override=0 |
virtual void | pos::PixelTrimBase::writeBinary (std::string filename) const =0 |
void | pos::PixelTrimBase::writeXML (pos::PixelConfigKey key, int version, std::string path) const override |
void | pos::PixelTrimBase::writeXML (std::ofstream *out, std::ofstream *out1=nullptr, std::ofstream *out2=nullptr) const override |
void | pos::PixelTrimBase::writeXMLHeader (pos::PixelConfigKey key, int version, std::string path, std::ofstream *out, std::ofstream *out1=nullptr, std::ofstream *out2=nullptr) const override |
void | pos::PixelTrimBase::writeXMLTrailer (std::ofstream *out, std::ofstream *out1=nullptr, std::ofstream *out2=nullptr) const override |
pos::PixelTrimBase::~PixelTrimBase () override | |
Variables | |
PixelTrimOverrideBase * | pos::PixelTrimBase::trimOverride_ |
Friends | |
std::ostream & | pos::PixelTrimBase::operator<< (std::ostream &s, const PixelTrimBase &mask) |
" "
|
pure virtual |
Implemented in pos::PixelTrimAllPixels, and pos::PixelTrimCommon.
|
pure virtual |
Implemented in pos::PixelTrimAllPixels.
|
pure virtual |
Implemented in pos::PixelTrimAllPixels.
PixelTrimBase::PixelTrimBase | ( | std::string | description, |
std::string | creator, | ||
std::string | date | ||
) |
Definition at line 20 of file PixelTrimBase.cc.
void PixelTrimBase::setOverride | ( | PixelTrimOverrideBase * | trimOverride | ) |
|
overridepure virtual |
Implements pos::PixelConfigBase.
Implemented in pos::PixelTrimAllPixels, and pos::PixelTrimCommon.
|
pure virtual |
Implemented in pos::PixelTrimAllPixels, and pos::PixelTrimCommon.
|
inlineoverridevirtual |
Reimplemented from pos::PixelConfigBase.
Reimplemented in pos::PixelTrimCommon.
Definition at line 62 of file PixelTrimBase.h.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Reimplemented from pos::PixelConfigBase.
Definition at line 63 of file PixelTrimBase.h.
|
inlineoverridevirtual |
Reimplemented from pos::PixelConfigBase.
Definition at line 72 of file PixelTrimBase.h.
|
override |
Definition at line 23 of file PixelTrimBase.cc.
|
private |
Definition at line 85 of file PixelTrimBase.h.
Referenced by pos::PixelTrimBase::setOverride().
|
friend |
Definition at line 27 of file PixelTrimBase.cc.