Ignore:
Timestamp:
05/13/05 15:45:46 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeSpline.cc

    r6980 r7029  
    10721072    const Int_t n = TMath::Nint((last-start)/step);
    10731073
     1074    start += step/2;
     1075
    10741076    sum = 0.;
    1075     for (Int_t i=1; i<=n+1; i++)
     1077    for (Int_t i=0; i<=n; i++)
    10761078    {
    10771079        const Float_t x = start+i*step;
     
    11121114    const Int_t n = TMath::Nint((last-start)/step);
    11131115
     1116    start += step/2;
     1117
    11141118    sum = 0.;
    1115     for (Int_t i=1; i<=n+1; i++)
     1119    for (Int_t i=0; i<=n; i++)
    11161120    {
    11171121        const Float_t x = start+i*step;
Note: See TracChangeset for help on using the changeset viewer.