/[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.7 by pam-rm2, Thu Nov 30 15:46:45 2006 UTC revision 1.8 by mocchiut, Tue Jan 23 11:52:32 2007 UTC
# Line 64  class OrbitalInfo : public TObject { Line 64  class OrbitalInfo : public TObject {
64    // Useful?    // Useful?
65    Int_t goodAttitude[5];    Int_t goodAttitude[5];
66    
67    Float_t GetB0() {return Babs/BB0;};    Float_t GetB0() { return Babs/BB0; };
68    
69      // Stormer vertical cutoff using L shell: 14.9/L^2 (GeV).
70      Float_t GetCutoffSVL() { return cutoff[0]; };
71    
72    void SetFromLevel2Struct(cOrbitalInfo *l2);    void SetFromLevel2Struct(cOrbitalInfo *l2);
73    void GetLevel2Struct(cOrbitalInfo *l2) const;    void GetLevel2Struct(cOrbitalInfo *l2) const;
74    
75    void Clear(); // emiliano    void Clear(); // emiliano
76    //    //
77    ClassDef(OrbitalInfo, 1)    ClassDef(OrbitalInfo, 2)
78  };  };
79  #endif  #endif

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.23