Changeset 8954 for trunk/MagicSoft/Mars/datacenter
- Timestamp:
- 06/14/08 11:16:05 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
r8947 r8954 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.4 1 2008-06-12 17:35:26tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.42 2008-06-14 10:16:04 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 564 564 //plot.Plot("100*Calibration.fRateSumEvts/Calibration.fRateTrigEvts", 0, 500, 1); 565 565 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); 567 567 plot.SetDescription("Average rate of events with pedestal trigger;R [Hz]", "RatePed"); 568 568 plot.Plot("Calibration.fRatePedEvts", 0, 50, 1);
Note:
See TracChangeset
for help on using the changeset viewer.