Ignore:
Timestamp:
08/01/03 14:44:13 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHCamera.h

    r2297 r2298  
    144144    void  AddNotify(const MCamEvent &event) { fNotify->Add((TObject*)(&event)); }
    145145
    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;
    148150
    149151    //void SetStatusBar(TGStatusBar *bar) { fStatusBar = bar; }
Note: See TracChangeset for help on using the changeset viewer.