Ignore:
Timestamp:
10/19/06 14:56:03 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7992 r8131  
    384384    //from calib*.root
    385385    plot.SetDescription("Conversion Factor inner Camera;C_{I} [phe/fadc cnts]", "ConvI");
    386     plot.Plot("Calibration.fConvFactorInner",  0, 0.5, 0.001);
     386    plot.Plot("Calibration.fConvFactorInner",  0, 0.5, 0.002);
    387387    plot.SetDescription("Mean Arrival Time inner Camera;T_{I} [sl]", "ArrTmI");
    388388    plot.Plot("Calibration.fArrTimeMeanInner", 0, 9.0, 0.1);
    389389    plot.SetDescription("RMS Arrival Time inner Camera;\\sigma_{T,I} [sl]", "RmsArrTmI");
    390     plot.Plot("Calibration.fArrTimeRmsInner",  0, 2.5, 0.1);
     390    plot.Plot("Calibration.fArrTimeRmsInner",  0, 0.8, 0.01);
    391391    plot.SetDescription("Number of unsuitable pixels inner Camera;N{I}", "UnsuitI");
    392392    plot.Plot("Calibration.fUnsuitableInner",  0, 25, 1);
     
    404404    plot.Plot("Calibration.fPulsePosMean", 1, 15.0, 0.1);
    405405    plot.SetDescription("Rms calibrated PulsePos;T", "PulRms");
    406     plot.Plot("Calibration.fPulsePosRms", 0, 2.0, 0.1);
     406    plot.Plot("Calibration.fPulsePosRms", 0, 2.0, 0.02);
    407407
    408408    plot.SetDescription("Hi-/Lo-Gain offset;", "PulOff");
    409     plot.Plot("Calibration.fPulsePosOffMed", -0.33, 0.33, 0.02);
     409    plot.Plot("Calibration.fPulsePosOffMed", -0.33, 0.33, 0.01);
    410410    plot.SetDescription("Hi-/Lo-Gain ratio;", "HiLoRatio");
    411     plot.Plot("Calibration.fHiLoGainRatioMed", 10, 12.5, 0.1);
     411    plot.Plot("Calibration.fHiLoGainRatioMed", 10, 12.5, 0.05);
     412
    412413    //from star*.root
    413414    //muon
     
    460461    plot.Plot("Calibration.fArrTimeMeanOuter", 0, 8.5, 0.1);
    461462    plot.SetDescription("RMS Arrival Time outer Camera;\\sigma_{T,O} [sl]", "RmsArrTmO");
    462     plot.Plot("Calibration.fArrTimeRmsOuter",  0, 2.5, 0.1);
     463    plot.Plot("Calibration.fArrTimeRmsOuter",  0, 1.0, 0.01);
    463464    plot.SetDescription("Number of unsuitable pixels outer Camera;N{O}", "UnsuitO");
    464465    plot.Plot("Calibration.fUnsuitableOuter",  0, 25, 1);
Note: See TracChangeset for help on using the changeset viewer.