Ignore:
Timestamp:
08/01/03 11:33:07 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2274 r2297  
    4545    void  SetRange();
    4646
    47     TPaveStats *GetStats();
     47    TPaveStats *GetStatisticBox();
    4848
    4949    Int_t GetPixelIndex(Int_t px, Int_t py) const;
     
    7474
    7575    Bool_t IsUsed(Int_t idx) const { return TESTBIT(const_cast<TArrayC&>(fUsed)[idx], kIsUsed); }
     76
     77    Int_t Fill(Axis_t x, Axis_t y, Stat_t w);
    7678
    7779    //void     AddPixContent(Int_t idx) const { AddBinContent(idx+1); }
     
    146148
    147149    //void SetStatusBar(TGStatusBar *bar) { fStatusBar = bar; }
     150
     151    const MGeomCam &GetGeomCam() const { return *fGeomCam; }
    148152
    149153    ClassDef(MHCamera, 1) // Displays the magic camera
Note: See TracChangeset for help on using the changeset viewer.