Changeset 8988 for trunk/MagicSoft/Mars/datacenter/macros
- Timestamp:
- 06/30/08 10:37:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
r8987 r8988 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.4 7 2008-06-30 08:46:03tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.48 2008-06-30 09:36:34 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 386 386 fDataSet = new MDataSet(filename); 387 387 } 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; } 389 389 void SetHistRange(Float_t min, Float_t max) { fHistMin = min; fHistMax = max; } 390 390 void SetRequestRange(const char *from="", const char *to="") { fRequestFrom = from; fRequestTo = to; }
Note:
See TracChangeset
for help on using the changeset viewer.