/[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.1 by mocchiut, Fri May 19 13:15:58 2006 UTC revision 1.5 by pam-fi, Fri Jul 21 10:59:13 2006 UTC
# Line 1  Line 1 
1  #ifndef OrbitalInfo_h  #ifndef OrbitalInfo_h
   
2  #define OrbitalInfo_h  #define OrbitalInfo_h
3    
4  #include <TObject.h>  #include <TObject.h>
5  //#include <GLTables.h>  #include <OrbitalInfoStruct.h>
 //#include <RunInfo.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
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      void SetFromLevel2Struct(cOrbitalInfo *l2);
18      void GetLevel2Struct(cOrbitalInfo *l2) const;
19    
20    ULong64_t absTime;    void Clear(); // emiliano
21      //
22    ClassDef(OrbitalInfo, 1)    ClassDef(OrbitalInfo, 1)
23  };  };
24  #endif  #endif

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

  ViewVC Help
Powered by ViewVC 1.1.23