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

Contents of /DarthVader/OrbitalInfo/inc/OrbitalInfo.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Fri May 19 13:15:58 2006 UTC (18 years, 6 months ago) by mocchiut
Branch: MAIN
Branch point for: DarthVader
File MIME type: text/plain
Initial revision

1 #ifndef OrbitalInfo_h
2
3 #define OrbitalInfo_h
4 #include <TObject.h>
5 //#include <GLTables.h>
6 //#include <RunInfo.h>
7
8 class OrbitalInfo : public TObject {
9 public:
10 OrbitalInfo();
11
12 ULong64_t absTime;
13 ClassDef(OrbitalInfo, 1)
14 };
15 #endif

  ViewVC Help
Powered by ViewVC 1.1.23