Ignore:
Timestamp:
01/26/04 13:50:17 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2910 r2911  
    3838    UInt_t GetNumPixels() const { return fData.GetSize(); }
    3939
    40     void SetTime(Int_t i, Float_t time);
    41     const TArrayF &GetData() const { return fData; }
    42     Double_t operator[](int i) { return fData[i]; }
    43 
    44     void Calc(const Byte_t *fadcSamples, const Short_t nSlice, const Short_t idx);
    4540    void EvalClusters(const MRawEvtData &evt, const MGeomCam &geom);
    4641    void CheckNeighbours(const MRawEvtData &evt, const MGeomCam &geom,
    4742                         Short_t idx, Short_t *dimCluster);
     43
     44    void SetTime(const Int_t i, const Float_t time);
     45   
     46    const TArrayF &GetData() const { return fData; }
     47
     48    Double_t operator[](int i) { return fData[i]; }
    4849
    4950    Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const;
Note: See TracChangeset for help on using the changeset viewer.