Changeset 7444 for trunk/MagicSoft/Mars/mcamera/MCameraHV.h
- Timestamp:
- 12/06/05 14:24:59 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcamera/MCameraHV.h
r7202 r7444 48 48 Float_t GetMean() const { return fHV.GetSum()/fHV.GetSize(); } 49 49 50 Double_t operator[](const UInt_t idx) { return fHV[idx]; } 51 52 void DrawPixelContent(Int_t num) const { } 50 53 Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const 51 54 { … … 54 57 } 55 58 56 Double_t operator[](const UInt_t idx) { return fHV[idx]; }57 58 void DrawPixelContent(Int_t num) const59 {60 }61 62 59 ClassDef(MCameraHV, 2) // Container storing information about the Camera HV 63 60 };
Note:
See TracChangeset
for help on using the changeset viewer.