TPeriodicClass.hxx File Reference

#include "TMidasOnline.h"
#include <TTimer.h>
#include <stdio.h>
Include dependency graph for TPeriodicClass.hxx:
This graph shows which files directly or indirectly include this file:

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.

Referenced by MyPeriodic::MyPeriodic(), TPeriodicClass::Notify(), MyPeriodic::Notify(), and TPeriodicClass::TPeriodicClass().

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

Here is the caller graph for this function:


Generated on 12 Feb 2016 for ROOT Analyzer by  doxygen 1.6.1