Ignore:
Timestamp:
08/25/07 16:30:26 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhbase/MH.cc

    r8696 r8709  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MH.cc,v 1.35 2007-08-22 18:22:49 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MH.cc,v 1.36 2007-08-25 15:30:24 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    13981398        //const Double_t rc = ((1-2*w)*e1*e1+w*w*e2*e2)/(b2*b2);
    13991399
     1400        if (b2==0)
     1401        {
     1402            hres.SetBinError(binx, 0);
     1403            continue;
     1404        }
     1405
    14001406        const Double_t c = c2==0 ? 1 : c1/c2;
    14011407        const Double_t u = b2==0 ? 0 : b1/b2;
Note: See TracChangeset for help on using the changeset viewer.