Changeset 8796
- Timestamp:
- 12/20/07 11:56:12 (17 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8795 r8796 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2007/12/20 Thomas Bretz 22 23 * datacenter/macros/plotdb.C: 24 - changed the scale of Unsuitable01 25 26 20 27 21 28 2007/12/19 Thomas Bretz -
trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
r8751 r8796 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.3 7 2007-10-07 21:04:00tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.38 2007-12-20 11:54:22 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 540 540 plot.Plot("Calibration.fUnsuitable50", 0, 75, 1); 541 541 plot.SetDescription("Number of unsuitable pixels >1%;N", "Unsuit01"); 542 plot.Plot("Calibration.fUnsuitable01", 0, 75, 1);542 plot.Plot("Calibration.fUnsuitable01", 0, 200, 5); 543 543 544 544 //from signal*.root
Note:
See TracChangeset
for help on using the changeset viewer.