Changeset 4966 for trunk/MagicSoft/Mars/mastro/MAstro.h
- Timestamp:
- 09/13/04 08:57:58 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mastro/MAstro.h
r4566 r4966 5 5 #include <TROOT.h> 6 6 #endif 7 #ifndef ROOT_TVector2 8 #include <TVector2.h> 9 #endif 10 11 class TVector3; 7 12 8 13 class MAstro … … 60 65 static Int_t GetMagicPeriod(Double_t mjd); 61 66 67 static TVector2 GetDistOnPlain(const TVector3 &v0, TVector3 v1, Double_t dist=1); 68 62 69 ClassDef(MAstro, 0) 63 70 };
Note:
See TracChangeset
for help on using the changeset viewer.