--- DarthVader/OrbitalInfo/inc/OrbitalInfoStruct.h 2006/11/30 15:46:45 1.2 +++ 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; @@ -53,10 +58,11 @@ Float_t theta, phi, etha; // Euler angles (local field reference frame) - Float_t thetamag, phimag, ethamag; + // Float_t thetamag, phimag, ethamag; + Int_t mode; // Useful? - Int_t goodAttitude[5]; + // Int_t goodAttitude[5]; void InitcOrbitalInfo(){ abstime = 0;