Changeset 8131
- Timestamp:
- 10/19/06 14:56:03 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
r7992 r8131 384 384 //from calib*.root 385 385 plot.SetDescription("Conversion Factor inner Camera;C_{I} [phe/fadc cnts]", "ConvI"); 386 plot.Plot("Calibration.fConvFactorInner", 0, 0.5, 0.00 1);386 plot.Plot("Calibration.fConvFactorInner", 0, 0.5, 0.002); 387 387 plot.SetDescription("Mean Arrival Time inner Camera;T_{I} [sl]", "ArrTmI"); 388 388 plot.Plot("Calibration.fArrTimeMeanInner", 0, 9.0, 0.1); 389 389 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); 391 391 plot.SetDescription("Number of unsuitable pixels inner Camera;N{I}", "UnsuitI"); 392 392 plot.Plot("Calibration.fUnsuitableInner", 0, 25, 1); … … 404 404 plot.Plot("Calibration.fPulsePosMean", 1, 15.0, 0.1); 405 405 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); 407 407 408 408 plot.SetDescription("Hi-/Lo-Gain offset;", "PulOff"); 409 plot.Plot("Calibration.fPulsePosOffMed", -0.33, 0.33, 0.0 2);409 plot.Plot("Calibration.fPulsePosOffMed", -0.33, 0.33, 0.01); 410 410 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 412 413 //from star*.root 413 414 //muon … … 460 461 plot.Plot("Calibration.fArrTimeMeanOuter", 0, 8.5, 0.1); 461 462 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); 463 464 plot.SetDescription("Number of unsuitable pixels outer Camera;N{O}", "UnsuitO"); 464 465 plot.Plot("Calibration.fUnsuitableOuter", 0, 25, 1);
Note:
See TracChangeset
for help on using the changeset viewer.