Changeset 8563 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 06/16/07 22:50:26 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MMath.cc
r8544 r8563 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MMath.cc,v 1.3 2 2007-06-11 15:35:14tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MMath.cc,v 1.33 2007-06-16 21:50:26 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 162 162 Double_t MMath::GaussProb(Double_t x, Double_t sigma, Double_t mean) 163 163 { 164 if (x<mean) 165 return 0; 166 164 167 static const Double_t sqrt2 = TMath::Sqrt(2.); 165 168
Note:
See TracChangeset
for help on using the changeset viewer.