36 fMajor = v.fMajor; fMinor = v.fMinor;
46 std::ostringstream out; out <<
"[" << fMajor <<
"," << fMinor <<
"]";
header file for Version.cpp
Base class for version numbers.
std::string GetString() const
UShort_t GetMinor() const
Bool_t operator==(const Version &) const
to compare two bersions, must have the same minor and major
UShort_t GetMajor() const