TPeriodicClass.hxx File Reference

#include "TMidasOnline.h"
#include <TTimer.h>
#include <stdio.h>
Include dependency graph for TPeriodicClass.hxx:

Go to the source code of this file.

Classes

class  TPeriodicClass

Functions

double GetTimeSec ()

Function Documentation

double GetTimeSec (  ) 

Definition at line 54 of file analyzer.cxx.

00055 {
00056   struct timeval tv;
00057   gettimeofday(&tv,NULL);
00058   return tv.tv_sec + 0.000001*tv.tv_usec;
00059 }


Generated on 5 May 2014 for ROOT Analyzer by  doxygen 1.6.1