Ignore:
Timestamp:
11/23/03 21:18:30 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2557 r2563  
    3030public:
    3131    enum {
    32         kProfile  = BIT(18),
     32        kProfile  = BIT(18), // FIXME: When changing change max/min!
    3333        kFreezed  = BIT(19),
    3434        kNoLegend = BIT(20)
     
    5959    Int_t GetColor(Float_t val, Float_t min, Float_t max, Bool_t islog);
    6060
    61     void  PaintIndices(Bool_t sector);
     61    void  PaintIndices(Int_t type);
    6262    void  Update(Bool_t islog, Bool_t isbox, Bool_t iscol);
    6363    void  UpdateLegend(Float_t min, Float_t max, Bool_t islog);
Note: See TracChangeset for help on using the changeset viewer.