/[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.2 by mocchiut, Wed Jun 14 09:52:53 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>
 //#include <GLTables.h>  
 //#include <RunInfo.h>  
5    
6  class OrbitalInfo : public TObject {  class OrbitalInfo : public TObject {
7   public:   public:
8    OrbitalInfo();    OrbitalInfo();
9    
10    ULong64_t absTime;    ULong64_t absTime; //< Absolute Time
11      // EM: added On Board Time and CPU Packet Number
12      ULong64_t OBT; //< On Board Time
13      ULong64_t pkt_num; //< CPU packet number
14      //
15    ClassDef(OrbitalInfo, 1)    ClassDef(OrbitalInfo, 1)
16  };  };
17  #endif  #endif

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

  ViewVC Help
Powered by ViewVC 1.1.23