/[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.3 - (show annotations) (download)
Mon Jun 19 13:27:42 2006 UTC (18 years, 5 months ago) by mocchiut
Branch: MAIN
CVS Tags: v1r00
Changes since 1.2: +1 -0 lines
File MIME type: text/plain
Upgrade to v1r00 to be linked to YODA 6_3/00

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 ClassDef(OrbitalInfo, 1)
17 };
18 #endif

  ViewVC Help
Powered by ViewVC 1.1.23