Ignore:
Timestamp:
06/14/08 11:16:05 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8947 r8954  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.41 2008-06-12 17:35:26 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.42 2008-06-14 10:16:04 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    564564    //plot.Plot("100*Calibration.fRateSumEvts/Calibration.fRateTrigEvts", 0, 500, 1);
    565565    plot.SetDescription("Average rate of events with calibration trigger;R [Hz]", "RateCal");
    566     plot.Plot("Calibration.fRateCalEvts", 0, 50, 1);
     566    plot.Plot("Calibration.fRateCalEvts", 0, 75, 1);
    567567    plot.SetDescription("Average rate of events with pedestal trigger;R [Hz]", "RatePed");
    568568    plot.Plot("Calibration.fRatePedEvts", 0, 50, 1);
Note: See TracChangeset for help on using the changeset viewer.