1#ifndef __JUTC__JUTCTIMERANGE__ 
    2#define __JUTC__JUTCTIMERANGE__ 
   13namespace JPP { 
using namespace JUTC; }
 
   33      JRange<double>(0.0, 999999999999.9)
 
 
   54      JRange<double>(Tmin_s, Tmax_s)
 
 
 
JFormat_t & getFormat()
Get format for given type.
 
Auxiliary class to define a range between two values.
 
JUTCTimeRange(const double Tmin_s, const double Tmax_s)
Constructor.
 
const JUTCTimeRange & getUTCTimeRange() const
Get UTC time range.
 
JUTCTimeRange(const JRange< double > &timerange)
Constructor.
 
void setUTCTimeRange(const JRange< double > &timerange)
Set UTC time range.
 
JUTCTimeRange()
Default constructor.
 
JUTCTimeRange & getUTCTimeRange()
Get UTC time range.
 
friend std::ostream & operator<<(std::ostream &out, const JUTCTimeRange &utc)
Write UTC time range to output.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
Auxiliaries for handling universal time coordinate (UTC).