/[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.6 - (hide annotations) (download)
Tue Sep 5 14:49:44 2006 UTC (18 years, 2 months ago) by mocchiut
Branch: MAIN
CVS Tags: v2r00BETA
Changes since 1.5: +3 -3 lines
File MIME type: text/plain
_NOT_ COMPILING yet, fixed AC, ND, S4, RunInfo, OrbitalInfo and Trigger

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.6 UInt_t absTime; //< Absolute Time
13 mocchiut 1.2 // EM: added On Board Time and CPU Packet Number
14 mocchiut 1.6 UInt_t OBT; //< On Board Time
15     UInt_t pkt_num; //< CPU packet number
16 mocchiut 1.2 //
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