Changeset 4714 for trunk/MagicSoft/Mars/msignal
- Timestamp:
- 08/23/04 15:42:56 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MArrivalTime.h
r4577 r4714 41 41 42 42 Double_t operator[](int i) { return fData[i]; } 43 Double_t operator()(int i) { return fDataErr[i]; } 43 44 // Do not do such things! It is highly dangerous to use two very similar operators 45 // to do completely different things! People won't recognize it... 46 //Double_t operator()(int i) { return fDataErr[i]; } 44 47 45 48 Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const; 46 49 void DrawPixelContent(Int_t num) const; 47 50 48 ClassDef(MArrivalTime, 0) // class for an event containing the arrival times51 ClassDef(MArrivalTime, 1) // class for an event containing the arrival times 49 52 }; 50 53
Note:
See TracChangeset
for help on using the changeset viewer.