Changeset 8324 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 02/16/07 09:21:13 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MMath.h
r8178 r8324 12 12 namespace MMath 13 13 { 14 inline Double_t DegToHor() { return 1./15; }15 inline Double_t HorToDeg() { return 15; }16 17 inline Double_t RadToHor() { return TMath::RadToDeg()/15; }18 inline Double_t HorToRad() { return 15/TMath::RadToDeg(); }19 20 14 Double_t GaussProb(Double_t x, Double_t sigma=1, Double_t mean=0); 21 15
Note:
See TracChangeset
for help on using the changeset viewer.