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

Diff of /DarthVader/OrbitalInfo/inc/OrbitalInfo.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by mocchiut, Wed Jun 14 09:52:53 2006 UTC revision 1.5 by pam-fi, Fri Jul 21 10:59:13 2006 UTC
# Line 2  Line 2 
2  #define OrbitalInfo_h  #define OrbitalInfo_h
3    
4  #include <TObject.h>  #include <TObject.h>
5    #include <OrbitalInfoStruct.h>
6    
7  class OrbitalInfo : public TObject {  class OrbitalInfo : public TObject {
8   public:   public:
9    OrbitalInfo();    OrbitalInfo();
10      OrbitalInfo* GetOrbitalInfo(){return this;}; // Elena
11    
12    ULong64_t absTime; //< Absolute Time    ULong64_t absTime; //< Absolute Time
13    // EM: added On Board Time and CPU Packet Number    // EM: added On Board Time and CPU Packet Number
14    ULong64_t OBT; //< On Board Time    ULong64_t OBT; //< On Board Time
15    ULong64_t pkt_num; //< CPU packet number    ULong64_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)    ClassDef(OrbitalInfo, 1)
23  };  };
24  #endif  #endif

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.23