1#ifndef __JACOUSTICS__JCOUNTER__ 
    2#define __JACOUSTICS__JCOUNTER__ 
   80      out << 
object.counter;
 
 
 
Interface for binary input.
 
Interface for binary output.
 
Auxiliary classes and methods for acoustic position calibration.
 
static bool operator<(const JCounter &first, const JCounter &second)
Less-than operator for two counters.
 
static bool operator==(const JCounter &first, const JCounter &second)
Equals operator for two counters.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
friend JReader & operator>>(JReader &in, JCounter &object)
Read counter from input.
 
JCounter(const int counter)
Constructor.
 
JCounter()
Default constructor.
 
friend JWriter & operator<<(JWriter &out, const JCounter &object)
Write counter to output.
 
int getCounter() const
Get counter.