Changeset 2915


Ignore:
Timestamp:
01/26/04 15:31:50 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2912 r2915  
    4141#include "MArrivalTimeCalc.h"
    4242
     43#include <TSpline.h>
     44
    4345#include "MLog.h"
    4446#include "MLogManip.h"
     
    5052#include "MRawEvtData.h"     
    5153#include "MRawEvtPixelIter.h"
    52 
    53 #include <TSpline.h>
    5454
    5555ClassImp(MArrivalTimeCalc);
     
    164164}
    165165
     166// --------------------------------------------------------------------------
    166167//
    167168// Calculates the arrival time for each pixel
    168169// Possible Methods
    169170// Case 1: Spline5 (From TSpline5 Root Class)
    170 //
    171171//
    172172Float_t MArrivalTimeCalc::Calc(const Byte_t *fadcSamples, const Short_t nslices)
Note: See TracChangeset for help on using the changeset viewer.