Changeset 2911 for trunk/MagicSoft/Mars/manalysis/MArrivalTime.h
- Timestamp:
- 01/26/04 13:50:17 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MArrivalTime.h
r2910 r2911 38 38 UInt_t GetNumPixels() const { return fData.GetSize(); } 39 39 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);45 40 void EvalClusters(const MRawEvtData &evt, const MGeomCam &geom); 46 41 void CheckNeighbours(const MRawEvtData &evt, const MGeomCam &geom, 47 42 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]; } 48 49 49 50 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.