Ignore:
Timestamp:
01/10/07 13:01:56 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8106 r8238  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MH.cc,v 1.31 2006-10-17 17:16:00 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MH.cc,v 1.32 2007-01-10 12:58:25 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    13321332        const Double_t b1 = h1.GetBinContent(binx);
    13331333        const Double_t b2 = h2.GetBinContent(binx);
    1334         const Double_t e1 = h2.GetBinError(binx);
    1335         const Double_t e2 = h1.GetBinError(binx);
     1334        const Double_t e1 = h1.GetBinError(binx);
     1335        const Double_t e2 = h2.GetBinError(binx);
    13361336
    13371337        //const Double_t w  = c2*b2 ? (c1*b1)/(c2*b2) : 0;
Note: See TracChangeset for help on using the changeset viewer.