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

Annotation of /DarthVader/OrbitalInfo/inc/OrbitalInfo.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download)
Wed Jun 14 09:52:53 2006 UTC (18 years, 5 months ago) by mocchiut
Branch: MAIN
CVS Tags: v0r02
Changes since 1.1: +6 -4 lines
File MIME type: text/plain
Added OBT and pkt_num variables

1 mocchiut 1.1 #ifndef OrbitalInfo_h
2 mocchiut 1.2 #define OrbitalInfo_h
3 mocchiut 1.1
4     #include <TObject.h>
5    
6     class OrbitalInfo : public TObject {
7     public:
8     OrbitalInfo();
9    
10 mocchiut 1.2 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 mocchiut 1.1 ClassDef(OrbitalInfo, 1)
16     };
17     #endif

  ViewVC Help
Powered by ViewVC 1.1.23