--- DarthVader/OrbitalInfo/inc/OrbitalInfoStruct.h 2007/04/18 14:06:35 1.3 +++ DarthVader/OrbitalInfo/inc/OrbitalInfoStruct.h 2012/06/07 14:04:00 1.6 @@ -1,6 +1,7 @@ #ifndef OrbitalInfoStruct_h #define OrbitalInfoStruct_h + struct cOrbitalInfo { ULong64_t abstime; //< Absolute Time @@ -23,6 +24,10 @@ // abs value (guass) Float_t Babs; + //Earth dipole moment + + Float_t M; + // Minimum along the field line (that is at the magnetic equator) Float_t BB0; @@ -44,7 +49,7 @@ Float_t latcbm; // degrees from -90 to 90 Float_t altcbm; // meters - Float_t cutoff[20]; + Float_t cutoffsvl; // Quaternions Float_t q0, q1, q2, q3;