Changeset 8238 for trunk/MagicSoft/Mars/mhbase
- Timestamp:
- 01/10/07 13:01:56 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhbase/MH.cc
r8106 r8238 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MH.cc,v 1.3 1 2006-10-17 17:16:00tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MH.cc,v 1.32 2007-01-10 12:58:25 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 1332 1332 const Double_t b1 = h1.GetBinContent(binx); 1333 1333 const Double_t b2 = h2.GetBinContent(binx); 1334 const Double_t e1 = h 2.GetBinError(binx);1335 const Double_t e2 = h 1.GetBinError(binx);1334 const Double_t e1 = h1.GetBinError(binx); 1335 const Double_t e2 = h2.GetBinError(binx); 1336 1336 1337 1337 //const Double_t w = c2*b2 ? (c1*b1)/(c2*b2) : 0;
Note:
See TracChangeset
for help on using the changeset viewer.