Go to the documentation of this file. 1 #ifndef PixelMaskBase_h
2 #define PixelMaskBase_h
56 std::ofstream *
out1 =
nullptr,
57 std::ofstream *
out2 =
nullptr)
const override {
60 void writeXML(std::ofstream *
out, std::ofstream *
out1 =
nullptr, std::ofstream *
out2 =
nullptr)
const override { ; }
62 std::ofstream *
out1 =
nullptr,
63 std::ofstream *
out2 =
nullptr)
const override {
PixelMaskOverrideBase * maskOverride_
virtual void writeBinary(std::string filename) const =0
This is the documentation about PixelMaskBase...
virtual const PixelROCMaskBits & getMaskBits(int ROCId) const =0
void writeASCII(std::string filename) const override=0
This file contains the base class for "pixel configuration data" management.
PixelMaskBase(std::string description, std::string creator, std::string date)
void setOverride(PixelMaskOverrideBase *)
This file contains the base class for "pixel configuration data" management.
This is the documentation about PixelMaskOverrideBase...
void writeXMLHeader(pos::PixelConfigKey key, int version, std::string path, std::ofstream *out, std::ofstream *out1=nullptr, std::ofstream *out2=nullptr) const override
~PixelMaskBase() override
std::string description()
void writeXMLTrailer(std::ofstream *out, std::ofstream *out1=nullptr, std::ofstream *out2=nullptr) 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
friend std::ostream & operator<<(std::ostream &s, const PixelMaskBase &mask)