TPeriodicClass.cxx File Reference

#include "TPeriodicClass.hxx"
#include <sys/time.h>
#include <assert.h>
Include dependency graph for TPeriodicClass.cxx:

Go to the source code of this file.

Functions

double GetTimeSec ()

Function Documentation

double GetTimeSec (  ) 

Definition at line 6 of file TPeriodicClass.cxx.

00007 {
00008   struct timeval tv;
00009   gettimeofday(&tv,NULL);
00010   return tv.tv_sec + 0.000001*tv.tv_usec;
00011 }


Generated on 12 Feb 2016 for ROOT Analyzer by  doxygen 1.6.1