1 #ifndef PixelTrimBase_h 2 #define PixelTrimBase_h 75 std::ofstream *out1 =
nullptr,
76 std::ofstream *out2 =
nullptr 79 std::ofstream *out1 =
nullptr ,
80 std::ofstream *out2 =
nullptr 83 std::ofstream *out1 =
nullptr,
84 std::ofstream *out2 =
nullptr void setOverride(PixelTrimOverrideBase *trimOverride)
This file contains the base class for "pixel configuration data" management.
std::string description()
void writeASCII(std::string filename) const override=0
void writeXML(std::ofstream *out, std::ofstream *out1=nullptr, std::ofstream *out2=nullptr) const override
This class provides a translation from the naming documents standard to specify the ROC to the corres...
void writeXMLTrailer(std::ofstream *out, std::ofstream *out1=nullptr, std::ofstream *out2=nullptr) const override
This class intends to define an abstract interface for the commands to talk to the PixelFEC...
void writeXML(pos::PixelConfigKey key, int version, std::string path) const override
PixelTrimOverrideBase * trimOverride_
This is the documentation about PixelMaskBase...
virtual void writeBinary(std::string filename) const =0
~PixelTrimBase() override
friend std::ostream & operator<<(std::ostream &s, const PixelTrimBase &mask)
This class provides a base class for the pixel trim data for the pixel FEC configuration.
void writeXMLHeader(pos::PixelConfigKey key, int version, std::string path, std::ofstream *out, std::ofstream *out1=nullptr, std::ofstream *out2=nullptr) const override
This is the documentation about PixelNameTranslation...
virtual void generateConfiguration(PixelFECConfigInterface *pixelFEC, PixelNameTranslation *trans, const PixelMaskBase &pixelMask) const =0
PixelTrimBase(std::string description, std::string creator, std::string date)
virtual PixelROCTrimBits getTrimBits(int ROCId) const =0
This class stores the name and related hardware mappings for a ROC.