/[PAMELA software]/DarthVader/OrbitalInfo/inc/OrbitalInfo.h
ViewVC logotype

Contents of /DarthVader/OrbitalInfo/inc/OrbitalInfo.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show annotations) (download)
Fri Jun 30 09:21:57 2006 UTC (18 years, 5 months ago) by mocchiut
Branch: MAIN
CVS Tags: v1r01beta
Changes since 1.3: +2 -0 lines
File MIME type: text/plain
Memory leak bug fixed

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

  ViewVC Help
Powered by ViewVC 1.1.23