Ignore:
Timestamp:
06/30/08 10:37:00 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/macros/plotdb.C

    r8987 r8988  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.47 2008-06-30 08:46:03 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.48 2008-06-30 09:36:34 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    386386            fDataSet = new MDataSet(filename);
    387387    }
    388     void SetPlotRange(Float_t min, Float_t max, Int_t n=5) { fPlotMin = min; fPlotMax = max; }
     388    void SetPlotRange(Float_t min, Float_t max/*, Int_t n=5*/) { fPlotMin = min; fPlotMax = max; }
    389389    void SetHistRange(Float_t min, Float_t max) { fHistMin = min; fHistMax = max; }
    390390    void SetRequestRange(const char *from="", const char *to="") { fRequestFrom = from; fRequestTo = to; }
Note: See TracChangeset for help on using the changeset viewer.