Ignore:
Timestamp:
01/30/09 14:59:39 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/datacenter/macros
Files:
1 added
1 edited

Legend:

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

    r9155 r9284  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: plotstat.C,v 1.10 2008-11-12 13:38:17 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: plotstat.C,v 1.11 2009-01-30 14:58:40 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    556556    TObject *leg=DrawLegend(h);
    557557
    558     for (int i=h[0].GetNbinsX()-1; i>=40; i--)
     558    for (int i=h[0].GetNbinsX()-1; i>=0; i--)
    559559    {
    560560        const Int_t num = TMath::Nint(h[0].GetBinCenter(i+1));
Note: See TracChangeset for help on using the changeset viewer.