1 #ifndef __JDETECTOR__JVERSION__
2 #define __JDETECTOR__JVERSION__
17 namespace JDETECTOR {}
18 namespace JPP {
using namespace JDETECTOR; }
58 return static_cast<const JVersion&
>(*this);
69 return static_cast<JVersion&
>(*this);
Interface for binary output.
JVersion()
Default constructor.
friend std::istream & operator>>(std::istream &in, JVersion &version)
Read version from input.
bool operator<(const Head &first, const Head &second)
Less than operator.
void setVersion(const JVersion &version)
Set version.
then echo The file $DIR KM3NeT_00000001_00000000 root already please rename or remove it first
bool equals(const JVersion &version) const
Equal method.
JVersion & getVersion()
Get version.
Template definition of auxiliary base class for comparison of data structures.
void setVariant(const std::string &variant)
Set variant.
Interface for binary input.
const std::string & getVariant() const
Get variant.
JVersion(const std::string &variant)
Constructor.
friend std::ostream & operator<<(std::ostream &out, const JVersion &version)
Write version to output.
friend JReader & operator>>(JReader &in, JVersion &version)
Read version from input.
Auxiliary class for version identifier.
then fatal Wrong number of arguments fi set_variable DETECTOR $argv[1] set_variable INPUT_FILE $argv[2] eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O SUMMARY source JAcoustics sh $DETECTOR_ID CHECK_EXIT_CODE typeset A TRIPODS get_tripods $WORKDIR tripod txt TRIPODS for EMITTER in
friend JWriter & operator<<(JWriter &out, const JVersion &version)
Write version to output.
STD extensions for binary I/O.
const JVersion & getVersion() const
Get version.