1 |
#ifndef OrbitalInfo_h |
#ifndef OrbitalInfo_h |
|
|
|
2 |
#define OrbitalInfo_h |
#define OrbitalInfo_h |
3 |
|
|
4 |
#include <TObject.h> |
#include <TObject.h> |
|
//#include <GLTables.h> |
|
|
//#include <RunInfo.h> |
|
5 |
|
|
6 |
class OrbitalInfo : public TObject { |
class OrbitalInfo : public TObject { |
7 |
public: |
public: |
8 |
OrbitalInfo(); |
OrbitalInfo(); |
9 |
|
|
10 |
ULong64_t absTime; |
ULong64_t absTime; //< Absolute Time |
11 |
|
// EM: added On Board Time and CPU Packet Number |
12 |
|
ULong64_t OBT; //< On Board Time |
13 |
|
ULong64_t pkt_num; //< CPU packet number |
14 |
|
// |
15 |
ClassDef(OrbitalInfo, 1) |
ClassDef(OrbitalInfo, 1) |
16 |
}; |
}; |
17 |
#endif |
#endif |