Ignore:
Timestamp:
04/19/03 18:39:05 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgui/MCamDisplay.h

    r1904 r1965  
    1212class TText;
    1313class TArrow;
    14 class TVirtualPad;
    1514
    1615class MGeomCam;
     
    4645    UInt_t         fW;           // Width of canvas
    4746    UInt_t         fH;           // Height of canvas
    48     TVirtualPad   *fDrawingPad;  // pad in which we are drawing
    49     Bool_t         fIsAllocated;
    5047
    5148    TBox  *GetBox(Int_t i)  { return (TBox*) fLegend->At(i); }
     
    6259
    6360    void UpdateLegend(Float_t min, Float_t max);
    64     void Paint(Option_t *option="");
     61    void SetRange();
     62    void SetPalette();
    6563
    6664public:
     65    MCamDisplay();
    6766    MCamDisplay(MGeomCam *geom);
    6867    ~MCamDisplay();
    6968
    7069    void SetAutoScale(Bool_t input=kTRUE) { fAutoScale = input; }
    71     void DrawPhotNum(const MCerPhotEvt *event);
    72     void DrawRatio(const MCerPhotEvt *event);
    73     void DrawLevels(const MCerPhotEvt *event, Float_t lvl1, Float_t lvl2);
    74     void DrawErrorPhot(const MCerPhotEvt *event);
    75     void DrawLevels(const MCerPhotEvt *event, const MImgCleanStd &clean);
    76     void DrawPedestals(const MPedestalCam *event);
     70    void FillPhotNum(const MCerPhotEvt &event);
     71    void FillRatio(const MCerPhotEvt &event);
     72    void FillLevels(const MCerPhotEvt &event, Float_t lvl1, Float_t lvl2);
     73    void FillErrorPhot(const MCerPhotEvt &event);
     74    void FillLevels(const MCerPhotEvt &event, const MImgCleanStd &clean);
     75    void FillPedestals(const MPedestalCam &event);
    7776
    7877    void DrawPixelNumbers();
    7978
    80     virtual void  Reset();
    81     virtual void  Draw(Option_t *option="");
    82     virtual void  SavePrimitive(ofstream &out, Option_t *);
    83     virtual Int_t DistancetoPrimitive(Int_t px, Int_t py);
     79    void     Paint(Option_t *option="");
     80    void     Reset();
     81    void     Draw(Option_t *option="");
     82    void     SavePrimitive(ofstream &out, Option_t *);
     83    Int_t    DistancetoPrimitive(Int_t px, Int_t py);
    8484    //virtual void  ExecuteEvent(Int_t event, Int_t px, Int_t py);
    8585
Note: See TracChangeset for help on using the changeset viewer.