HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HarpoTimeStamp.h
Go to the documentation of this file.
1 #ifndef HARPOTIMESTAMP_H
2 #define HARPOTIMESTAMP_H
3 
5 //
6 // HarpoTimeStamp
7 //
8 // Generic class for HARPO Detectors Sets ( full list, active detectors)
9 //
10 
11 #include "TObject.h"
12 
13 
14 class HarpoTimeStamp : public TObject{
15 
16  public:
17  static Long_t CompareTimeStamps(ULong_t curr[2],ULong_t prev[2]);
18 
19  virtual ~HarpoTimeStamp() {}
20 
21  virtual void print();
22 
24 
25  static Long_t TSoffset;
26  private:
27 
28  ClassDef(HarpoTimeStamp,1) //Event structure
29 
30  };
31 
32 #endif
Calculate Time Stams diffrences.
virtual void print()
static Long_t CompareTimeStamps(ULong_t curr[2], ULong_t prev[2])
static Long_t TSoffset
virtual ~HarpoTimeStamp()