/[PAMELA software]/DarthVader/OrbitalInfo/inc/OrbitalInfo.h
ViewVC logotype

Diff of /DarthVader/OrbitalInfo/inc/OrbitalInfo.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.19 by mocchiut, Thu Dec 11 10:08:15 2008 UTC revision 1.23 by pam-mep, Thu Jun 7 14:04:00 2012 UTC
# Line 59  class OrbitalInfo : public TObject { Line 59  class OrbitalInfo : public TObject {
59    
60    Float_t Babs; ///< abs value (guass)    Float_t Babs; ///< abs value (guass)
61    
62      Float_t M;   ///< M
63    
64    Float_t BB0; ///< B abs over the B minimum on this field line    Float_t BB0; ///< B abs over the B minimum on this field line
65    
66    Float_t L; ///< McIlwain's L shell (in earth radii)    Float_t L; ///< McIlwain's L shell (in earth radii)
# Line 80  class OrbitalInfo : public TObject { Line 82  class OrbitalInfo : public TObject {
82    
83       //  Float_t cutoff[17];       //  Float_t cutoff[17];
84    Float_t cutoffsvl;    Float_t cutoffsvl;
85      Float_t igrf_icode;
86    
87    // Quaternions    // linear Quaternions
88    Float_t q0; ///< Quaternion 0    Float_t q0; ///< Quaternion 0
89    Float_t q1; ///< Quaternion 1    Float_t q1; ///< Quaternion 1
90    Float_t q2; ///< Quaternion 2    Float_t q2; ///< Quaternion 2
91    Float_t q3; ///< Quaternion 3    Float_t q3; ///< Quaternion 3
92      
93      //tested sine quaternions
94      
95      //Float_t q0t;
96      //Float_t q1t;
97      //Float_t q2t;
98      //Float_t q3t;
99    
100    // Euler angles (Resurs velocity reference frame)    // Euler angles (Resurs velocity reference frame)
101    Float_t theta; ///< Euler angle theta in the velocity reference frame (pitch)    Float_t theta; ///< Euler angle theta in the velocity reference frame (pitch)
# Line 113  class OrbitalInfo : public TObject { Line 123  class OrbitalInfo : public TObject {
123                  // 8  - means that we have eliminable hole inside non R10                  // 8  - means that we have eliminable hole inside non R10
124                  // 9  - means that we have uneliminable hole inside non R10                  // 9  - means that we have uneliminable hole inside non R10
125                  // 10 - means other unknown problems                  // 10 - means other unknown problems
126                    // -10 - means we use recovered quaternions
127      
128      //Int_t R10f; //if 1 we recognize R10 mode using flight data if 0 - no R10 mode if -1 we know nothing about R10 mode
129      //Bool_t R10r;        //if true we recognize R10 mode using recovered data
130      
131      Float_t TimeGap; //Time gap between two points where interpolation have done.
132        
133    Int_t ntrk(){return OrbitalInfoTrk->GetEntries();};    Int_t ntrk(){return OrbitalInfoTrk->GetEntries();};
134    /**    /**
# Line 141  class OrbitalInfo : public TObject { Line 157  class OrbitalInfo : public TObject {
157    
158    void Clear(Option_t *t=""); // emiliano    void Clear(Option_t *t=""); // emiliano
159    //    //
160    ClassDef(OrbitalInfo, 7);    ClassDef(OrbitalInfo, 9);
161  };  };
162  #endif  #endif

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.23

  ViewVC Help
Powered by ViewVC 1.1.23