#include "TMidasOnline.h"
#include <TTimer.h>
#include <stdio.h>
Go to the source code of this file.
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 }