/[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.3 by mocchiut, Mon Jun 19 13:27:42 2006 UTC revision 1.6 by mocchiut, Tue Sep 5 14:49:44 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    OrbitalInfo* GetOrbitalInfo(){return this;}; // Elena
11    
12    ULong64_t absTime; //< Absolute Time    UInt_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    UInt_t OBT; //< On Board Time
15    ULong64_t pkt_num; //< CPU packet number    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)    ClassDef(OrbitalInfo, 1)
23  };  };

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.23