Parent Directory
|
Revision Log
Imported sources
| 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 |