--- DarthVader/OrbitalInfo/inc/OrbitalInfoStruct.h 2008/11/11 10:46:42 1.4 +++ DarthVader/OrbitalInfo/inc/OrbitalInfoStruct.h 2014/03/28 20:47:14 1.7 @@ -1,6 +1,8 @@ #ifndef OrbitalInfoStruct_h #define OrbitalInfoStruct_h +#include + struct cOrbitalInfo { ULong64_t abstime; //< Absolute Time @@ -13,6 +15,11 @@ Float_t lat; // degree from -90 to 90 Float_t alt; // meters + TVector3 V; // Velocity + + Float_t londip; + Float_t latdip; + // Magnetic field // components (gauss) @@ -23,27 +30,16 @@ // 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; // Distance of the magnetic equator in earth radii Float_t L; - // Dipolar magnetic coordinates - Float_t londip; // degrees from -180 to 180 - Float_t latdip; // degrees from -90 to 90 - Float_t altdip; // meters - - // Corrected magnetic coordinates - Float_t loncgm; // degrees from -180 to 180 - Float_t latcgm; // degrees from -90 to 90 - Float_t altcgm; // meters - - // Corrected B min magnetic coordinates - Float_t loncbm; // degrees from -180 to 180 - Float_t latcbm; // degrees from -90 to 90 - Float_t altcbm; // meters - Float_t cutoffsvl; // Quaternions @@ -52,12 +48,11 @@ // Euler angles (nadir reference frame) Float_t theta, phi, etha; - // Euler angles (local field reference frame) - // Float_t thetamag, phimag, ethamag; - Int_t mode; - - // Useful? - // Int_t goodAttitude[5]; + // quality of orientation information + Int_t mode; + Int_t qkind; + Int_t errq; + Int_t azim; void InitcOrbitalInfo(){ abstime = 0;