Ignore:
Timestamp:
03/04/09 18:46:07 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r9282 r9385  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.54 2009-01-29 09:24:30 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.55 2009-03-04 18:45:26 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    559559    plot.Plot("Calibration.fArrTimeMeanInner", 0, 40.0, 0.1);
    560560    plot.SetDescription("RMS Arrival Time inner Camera;\\sigma_{T,I} [sl]", "RmsArrTmI");
    561     plot.Plot("Calibration.fArrTimeRmsInner",  0, 4.5, 0.01);
     561    plot.Plot("Calibration.fArrTimeRmsInner",  0, 6.5, 0.01);
    562562    plot.SetDescription("Number of unsuitable pixels inner Camera;N_{I}", "UnsuitI");
    563563    plot.Plot("Calibration.fUnsuitableInner",  0, 75, 1);
     
    616616    plot.Plot("Star.fPSF",                     0,  30, 0.5);
    617617    plot.SetDescription("Muon Calibration Ratio Data/MC;r [1]", "MuonCal");
    618     plot.Plot("Star.fRatio",                   0, 200, 0.5);
     618    plot.Plot("Star.fRatio",                   50, 150, 0.5);
    619619    plot.SetDescription("Muon Rate after Muon Cuts;R [Hz]");
    620620    plot.Plot("Star.fMuonRate",                0, 2.0, 0.05);
     
    627627    plot.Plot("Star.fInhomogeneity",           0, 100, 1);
    628628    plot.SetDescription("Camera Spark Rate;R [Hz]", "Sparks");
    629     plot.Plot("Star.fSparkRate",               0.075, 2.425, 0.05);
     629    plot.Plot("Star.fSparkRate",               0.075, 7.425, 0.05);
    630630    plot.SetDescription("Relative effective on time;T_{eff}/T_{obs} [ratio]", "RelTime");
    631631    plot.Plot("Star.fEffOnTime/Sequences.fRunTime",    0.006, 1.506, 0.01);
Note: See TracChangeset for help on using the changeset viewer.