| 1 |
#ifndef OrbitalInfoStruct_h |
#ifndef OrbitalInfoStruct_h |
| 2 |
#define OrbitalInfoStruct_h |
#define OrbitalInfoStruct_h |
| 3 |
|
|
| 4 |
|
|
| 5 |
struct cOrbitalInfo { |
struct cOrbitalInfo { |
| 6 |
|
|
| 7 |
ULong64_t abstime; //< Absolute Time |
ULong64_t abstime; //< Absolute Time |
| 24 |
// abs value (guass) |
// abs value (guass) |
| 25 |
Float_t Babs; |
Float_t Babs; |
| 26 |
|
|
| 27 |
|
//Earth dipole moment |
| 28 |
|
|
| 29 |
|
Float_t M; |
| 30 |
|
|
| 31 |
// Minimum along the field line (that is at the magnetic equator) |
// Minimum along the field line (that is at the magnetic equator) |
| 32 |
Float_t BB0; |
Float_t BB0; |
| 33 |
|
|
| 49 |
Float_t latcbm; // degrees from -90 to 90 |
Float_t latcbm; // degrees from -90 to 90 |
| 50 |
Float_t altcbm; // meters |
Float_t altcbm; // meters |
| 51 |
|
|
| 52 |
Float_t cutoff[20]; |
Float_t cutoffsvl; |
| 53 |
|
|
| 54 |
// Quaternions |
// Quaternions |
| 55 |
Float_t q0, q1, q2, q3; |
Float_t q0, q1, q2, q3; |