Ignore:
Timestamp:
06/16/07 22:50:26 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MMath.cc

    r8544 r8563  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MMath.cc,v 1.32 2007-06-11 15:35:14 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MMath.cc,v 1.33 2007-06-16 21:50:26 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    162162Double_t MMath::GaussProb(Double_t x, Double_t sigma, Double_t mean)
    163163{
     164    if (x<mean)
     165        return 0;
     166
    164167    static const Double_t sqrt2 = TMath::Sqrt(2.);
    165168
Note: See TracChangeset for help on using the changeset viewer.