37 date.tm_year=year-1900;
48 std::string t( ctime( &start ) );
50 o<<
"Run start ["<< t.substr( 0, t.length() -1 )<<
"] Time ["<<this->
GetFromStartRunNs()/1e09<<
"s]";
#define Q_BEGIN_NAMESPACE
double min(const Diana::QVector &v)
unsigned long long fFromStartRunNs
unsigned long long GetFromStartRunNs() const
retrieve time from start of run in ns
void SetStartRunUnix(unsigned int time)
set time of start of run in seconds from 1/1/1970
time_t GetStartRunUnix() const
retrieve time of start of run in seconds from 1/1/1970
unsigned int fStartRunUnix
void Dump(std::ostream &o) const
dump object
QTime()
default constructor
virtual ~QTime()
default destructor
bool operator<(const QTime &other) const
operator<
bool operator==(const QTime &other) const
operator==