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

Annotation of /DarthVader/OrbitalInfo/inc/OrbitalInfo.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (hide 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 mocchiut 1.1 #ifndef OrbitalInfo_h
2 mocchiut 1.2 #define OrbitalInfo_h
3 mocchiut 1.1
4     #include <TObject.h>
5    
6     class OrbitalInfo : public TObject {
7     public:
8     OrbitalInfo();
9 mocchiut 1.3 OrbitalInfo* GetOrbitalInfo(){return this;}; // Elena
10 mocchiut 1.1
11 mocchiut 1.2 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 mocchiut 1.4 void Clear(); // emiliano
17     //
18 mocchiut 1.1 ClassDef(OrbitalInfo, 1)
19     };
20     #endif

  ViewVC Help
Powered by ViewVC 1.1.23