25 #define ADF_VERSION_H ADF_Version
71 { fMajor = maj; fMinor = min; }
Base class for version numbers.
void SetMajor(UShort_t maj)
std::string GetString() const
to set informations about the ADF configuration
UShort_t GetMinor() const
void SetMinor(UShort_t min)
Bool_t operator==(const Version &) const
to compare two bersions, must have the same minor and major
void operator()(UShort_t maj, UShort_t min)
to change both values
UShort_t GetMajor() const