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 |
|
|