39 const std::vector<float>& par) :
The Class for ARICH aerogel Rayleigh scattering fit parameters.
std::string m_comment
Optional comment (should be a single word)
std::string getAerogelSerialNumber() const
Get aerogel serial number.
std::string getComment() const
Get comment.
ARICHAerogelRayleighScatteringFit(float version, const std::string &serial, const std::string &comment, const std::vector< float > &par)
Constructor.
ARICHAerogelRayleighScatteringFit()
Default constructor.
ClassDef(ARICHAerogelRayleighScatteringFit, 1)
ClassDef.
std::vector< float > m_par
Parameters value.
void setAerogelMeasurementVersion(float version)
Set aerogel measurement version.
float getAerogelMeasurementVersion() const
Get aerogel measurement version.
std::string m_serial
Aerogel Serial number.
~ARICHAerogelRayleighScatteringFit()
Destructor.
float m_version
Aerogel data version.
void setAerogelSerialNumber(const std::string &serial)
Set aerogel serial number.
void printContent(bool printHeader=false)
Print the content of the class.
void setComment(const std::string &comment)
Set comment (should be a single word).
const std::vector< float > & getFitParameters() const
Get aerogel Rayleigh scattering fit parameters.
Abstract base class for different kinds of events.