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

  ViewVC Help
Powered by ViewVC 1.1.23