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 |