Changeset 7719 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 05/19/06 13:57:47 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MMath.h
r7409 r7719 17 17 inline Double_t HorToRad() { return 15/TMath::RadToDeg(); } 18 18 19 Double_t GaussProb(Double_t x, Double_t sigma , Double_t mean=0);19 Double_t GaussProb(Double_t x, Double_t sigma=1, Double_t mean=0); 20 20 21 21 Double_t Significance(Double_t s, Double_t b);
Note:
See TracChangeset
for help on using the changeset viewer.