Changeset 2298 for trunk/MagicSoft/Mars/mhist/MHCamera.h
- Timestamp:
- 08/01/03 14:44:13 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHCamera.h
r2297 r2298 144 144 void AddNotify(const MCamEvent &event) { fNotify->Add((TObject*)(&event)); } 145 145 146 Stat_t GetMean(Int_t axis) const; 147 Stat_t GetRMS(Int_t axis) const; 146 Stat_t GetMean(Int_t axis=-1) const; 147 Stat_t GetRMS(Int_t axis=-1) const; 148 149 UInt_t GetNumPixels() const; 148 150 149 151 //void SetStatusBar(TGStatusBar *bar) { fStatusBar = bar; }
Note:
See TracChangeset
for help on using the changeset viewer.