Go to the documentation of this file.    1 #ifndef __JDAQUTCEXTENDED__ 
    2 #define __JDAQUTCEXTENDED__ 
  137                              std::numeric_limits<JUINT32_t>::max());
 
  191       const char c = out.fill();
 
  249     return !(first == second);
 
 
void setTimeNanoSecond(const double utc_ns)
Set time.
 
Interface for binary input.
 
JDAQUTCExtended(const JUINT32_t seconds, const JUINT32_t cycles)
Constructor.
 
bool operator<(const JDAQHit &first, const JDAQHit &second)
Less than operator for DAQ hits.
 
size_t getSizeof< JDAQUTCExtended >()
Get size of type.
 
static JUINT32_t getMask()
Get mask for seconds data.
 
Data structure for UTC time.
 
JUINT32_t getUTCseconds() const
Get time.
 
JUINT32_t UTC_16nanosecondcycles
 
virtual ~JDAQUTCExtended()
Virtual destructor.
 
JDAQUTCExtended()
Default constructor.
 
static JDAQUTCExtended max()
Get maximum possible value.
 
bool operator!=(const JDAQChronometer &first, const JDAQChronometer &second)
Not-equal operator for DAQ chronometers.
 
friend std::ostream & operator<<(std::ostream &out, const JDAQUTCExtended &utc)
Write UTC time.
 
Interface for binary output.
 
JUINT32_t getUTC16nanosecondcycles() const
Get time.
 
bool operator==(const JDAQChronometer &first, const JDAQChronometer &second)
Equal operator for DAQ chronometers.
 
friend std::istream & operator>>(std::istream &in, JDAQUTCExtended &utc)
Read UTC time.
 
static JDAQUTCExtended min()
Get minimum possible value.
 
static double getTick()
Get number of nano-seconds per tick.
 
KM3NeT DAQ data structures and auxiliaries.
 
double getTimeNanoSecond() const
Get time (limited to 16 ns cycles).
 
friend JReader & operator>>(JReader &, JDAQUTCExtended &)
Read UTC from input.
 
JDAQUTCExtended(const double nanoseconds)
Constructor.
 
ClassDef(JDAQUTCExtended, 1)
 
friend JWriter & operator<<(JWriter &, const JDAQUTCExtended &)
Write UTC to output.