/[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.5 - (hide annotations) (download)
Fri Jul 21 10:59:13 2006 UTC (18 years, 4 months ago) by pam-fi
Branch: MAIN
CVS Tags: v1r01
Changes since 1.4: +4 -0 lines
File MIME type: text/plain
modified for C3PO

1 mocchiut 1.1 #ifndef OrbitalInfo_h
2 mocchiut 1.2 #define OrbitalInfo_h
3 mocchiut 1.1
4     #include <TObject.h>
5 pam-fi 1.5 #include <OrbitalInfoStruct.h>
6 mocchiut 1.1
7     class OrbitalInfo : public TObject {
8     public:
9     OrbitalInfo();
10 mocchiut 1.3 OrbitalInfo* GetOrbitalInfo(){return this;}; // Elena
11 mocchiut 1.1
12 mocchiut 1.2 ULong64_t absTime; //< Absolute Time
13     // EM: added On Board Time and CPU Packet Number
14     ULong64_t OBT; //< On Board Time
15     ULong64_t pkt_num; //< CPU packet number
16     //
17 pam-fi 1.5 void SetFromLevel2Struct(cOrbitalInfo *l2);
18     void GetLevel2Struct(cOrbitalInfo *l2) const;
19    
20 mocchiut 1.4 void Clear(); // emiliano
21     //
22 mocchiut 1.1 ClassDef(OrbitalInfo, 1)
23     };
24     #endif

  ViewVC Help
Powered by ViewVC 1.1.23