Parent Directory | Revision Log | Patch
revision 1.8 by malakhov, Tue Mar 3 10:58:03 2015 UTC | revision 1.9 by pamela, Tue Nov 17 10:10:00 2015 UTC | |
---|---|---|
# | Line 2 | Line 2 |
2 | #define OrbitalInfoStruct_h | #define OrbitalInfoStruct_h |
3 | ||
4 | #include <TVector3.h> | #include <TVector3.h> |
5 | #include<TMatrixD.h> | |
6 | ||
7 | struct cOrbitalInfo { | struct cOrbitalInfo { |
8 | ||
# | Line 17 struct cOrbitalInfo { | Line 18 struct cOrbitalInfo { |
18 | ||
19 | TVector3 V; // Velocity | TVector3 V; // Velocity |
20 | ||
21 | TMatrixD Iij; | |
22 | ||
23 | Float_t londip; | Float_t londip; |
24 | Float_t latdip; | Float_t latdip; |
25 |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |