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

Legend:

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

    r2651 r2752  
    22#define MARS_MArrivalTime
    33
    4 #ifndef ROOT_TArrayD
    5 #include <TArrayD.h>
     4#ifndef ROOT_TArrayF
     5#include <TArrayF.h>
     6#endif
     7#ifndef ROOT_TSpline
     8#include <TSpline.h>
    69#endif
    710#ifndef MARS_MCamEvent
     
    1619{
    1720private:
    18     TArrayD fData;  // Stores the arrival times
     21    TArrayF fData;  // Stores the arrival times
    1922
    2023public:
     
    2629    void Calc(const MRawEvtData &evt, const MGeomCam &geom); // Calculates arrival times
    2730
    28     const TArrayD &GetData() const { return fData; }
     31    const TArrayF &GetData() const { return fData; }
    2932
    3033    Double_t operator[](int i) { return fData[i]; }
Note: See TracChangeset for help on using the changeset viewer.