1#ifndef __JDETECTOR__JVERSION__
2#define __JDETECTOR__JVERSION__
file Auxiliary data structures and methods for detector calibration.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary class for version identifier.
void setVersion(const std::string &version)
Set version.
JVersion()
Default constructor.
JVersion(const std::string &version)
Constructor.
bool less(const JVersion &version) const
Less-than method.
const std::string & getVersion() const
Get version.
Template definition of auxiliary base class for comparison of data structures.