Changeset 9284 for trunk/MagicSoft/Mars/datacenter/macros
- Timestamp:
- 01/30/09 14:59:39 (16 years ago)
- Location:
- trunk/MagicSoft/Mars/datacenter/macros
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/plotstat.C
r9155 r9284 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: plotstat.C,v 1.1 0 2008-11-12 13:38:17tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: plotstat.C,v 1.11 2009-01-30 14:58:40 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 556 556 TObject *leg=DrawLegend(h); 557 557 558 for (int i=h[0].GetNbinsX()-1; i>= 40; i--)558 for (int i=h[0].GetNbinsX()-1; i>=0; i--) 559 559 { 560 560 const Int_t num = TMath::Nint(h[0].GetBinCenter(i+1));
Note:
See TracChangeset
for help on using the changeset viewer.