Changeset 8740


Ignore:
Timestamp:
09/05/07 18:06:14 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8739 r8740  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20 2007/09/05 Thomas Bretz
     21
     22   * datacenter/macros/plotdb.C:
     23     - updated some ranges
     24
     25
     26
    2027 2007/09/05 Daniela Dorner
    2128
  • trunk/MagicSoft/Mars/datacenter/macros/plotdb.C

    r8707 r8740  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.35 2007-08-24 14:37:58 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.36 2007-09-05 17:05:35 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    548548    plot.Plot("Calibration.fMeanSignalInner",  0, 7.0, 0.05);
    549549    plot.SetDescription("Mean PulsePosCheck (falling edge) inner camera;T [sl]", "ChkPos");
    550     plot.Plot("Calibration.fPulsePosCheckMean", 1, 40.0, 0.1);
     550    plot.Plot("Calibration.fPulsePosCheckMean", 1, 50.0, 0.1);
    551551    plot.SetDescription("Rms PulsePosCheck (falling edge) inner camera;T [sl]", "ChkRms");
    552     plot.Plot("Calibration.fPulsePosCheckRms", 0, 5.0, 0.1);
     552    plot.Plot("Calibration.fPulsePosCheckRms", 0, 10.0, 0.1);
    553553    plot.SetDescription("Mean calibrated PulsePos;T", "PulPos");
    554554    plot.Plot("Calibration.fPulsePosMean", 1, 40.0, 0.1);
     
    557557
    558558    plot.SetDescription("Hi-/Lo-Gain offset;", "PulOff");
    559     plot.Plot("Calibration.fPulsePosOffMed", -0.33, 0.33, 0.01);
     559    plot.Plot("Calibration.fPulsePosOffMed", -0.33, 0.5, 0.01);
    560560    plot.SetDescription("Hi-/Lo-Gain ratio;", "HiLoRatio");
    561561    plot.Plot("Calibration.fHiLoGainRatioMed", 10, 12.5, 0.05);
Note: See TracChangeset for help on using the changeset viewer.