Ignore:
Timestamp:
01/06/04 17:42:21 (21 years ago)
Author:
raducci
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MArrivalTime.cc

    r2752 r2754  
    9292                    ptr2[i]=(Double_t)ptr[i];
    9393                TSpline5 *spline = new TSpline5("spline",(Double_t) 0,(Double_t)(nSlice - 1),ptr2,nSlice);
     94//Now find the maximum evaluating the spline function at every 1/10 time slice
    9495                Double_t abscissa=0.0;
    9596                Double_t maxAb=0.0;
     
    119120                ptr2[i]=(Double_t)ptr[i];
    120121            TSpline5 *spline = new TSpline5("spline",(Double_t) 0,(Double_t)(nSlice - 1),ptr2,nSlice);
     122//Now find the maximum evaluating the spline function at every 1/10 time slice
    121123            Double_t abscissa=0.0;
    122124            Double_t maxAb=0.0;
Note: See TracChangeset for help on using the changeset viewer.