Changeset 8796


Ignore:
Timestamp:
12/20/07 11:56:12 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8795 r8796  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2007/12/20 Thomas Bretz
     22
     23   * datacenter/macros/plotdb.C:
     24     - changed the scale of Unsuitable01
     25
     26
    2027
    2128 2007/12/19 Thomas Bretz
  • trunk/MagicSoft/Mars/datacenter/macros/plotdb.C

    r8751 r8796  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.37 2007-10-07 21:04:00 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.38 2007-12-20 11:54:22 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    540540    plot.Plot("Calibration.fUnsuitable50",  0, 75, 1);
    541541    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);
    543543
    544544    //from signal*.root
Note: See TracChangeset for help on using the changeset viewer.