Ignore:
Timestamp:
08/11/11 21:05:20 (13 years ago)
Author:
tbretz
Message:
Removed an obsolete comment block.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mcore/DrsCalib.h

    r11831 r11891  
    383383};
    384384
    385 
    386 /*
    387 Int_t TH1::MyFill(Int_t x, Double_t w)
    388 {
    389    fEntries++;
    390 
    391    fArrayBin[x] += w;
    392 
    393    fSumw2.fArray[x] += w*w
    394    fTsumw   += w;
    395    fTsumw2  += w*w;
    396    fTsumwx  += w*x;
    397    fTsumwx2 += w*x*x;
    398    return bin;
    399 }
    400 */
Note: See TracChangeset for help on using the changeset viewer.