1 #ifndef PixelTBMSettings_h 2 #define PixelTBMSettings_h 41 bool physics=
false,
bool doResets=
true)
const;
51 std::ofstream *out1 =
nullptr,
52 std::ofstream *out2 =
nullptr 55 std::ofstream *out1 =
nullptr ,
56 std::ofstream *out2 =
nullptr )
const override ;
58 std::ofstream *out1 =
nullptr,
59 std::ofstream *out2 =
nullptr
This file contains the base class for "pixel configuration data" management.
unsigned char getAnalogInputBias() const
unsigned char analogOutputBias_
unsigned char getAnalogOutputBias() const
unsigned char analogOutputGain_
void writeXML(pos::PixelConfigKey key, int version, std::string path) const override
~PixelTBMSettings() override
void setROCName(std::string rocname)
std::ostream & operator<<(std::ostream &s, const PixelCalibConfiguration &calib)
This class provides a translation from the naming documents standard to specify the ROC to the corres...
void setAnalogOutputGain(unsigned char analogOutputGain)
This file contains the base class for "pixel configuration data" management.
This class intends to define an abstract interface for the commands to talk to the PixelFEC...
void setTBMGenericValue(std::string, int)
PixelModuleName moduleId_
void writeBinary(std::string filename) const
void setAnalogInputBias(unsigned char analogInputBias)
void writeXMLHeader(pos::PixelConfigKey key, int version, std::string path, std::ofstream *out, std::ofstream *out1=nullptr, std::ofstream *out2=nullptr) const override
void writeXMLTrailer(std::ofstream *out, std::ofstream *out1=nullptr, std::ofstream *out2=nullptr) const override
void setAnalogOutputBias(unsigned char analogOutputBias)
unsigned char analogInputBias_
void writeASCII(std::string dir) const override
This is the documentation about PixelNameTranslation...
std::vector< std::vector< double > > tmp
unsigned char getAnalogOutputGain() const
PixelROCName const & getROCName() const
void generateConfiguration(PixelFECConfigInterface *pixelFEC, PixelNameTranslation *trans, bool physics=false, bool doResets=true) const
This is the documentation about PixelTBMSettings...