Changeset 9385 for trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
- Timestamp:
- 03/04/09 18:46:07 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
r9282 r9385 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.5 4 2009-01-29 09:24:30tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.55 2009-03-04 18:45:26 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 559 559 plot.Plot("Calibration.fArrTimeMeanInner", 0, 40.0, 0.1); 560 560 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); 562 562 plot.SetDescription("Number of unsuitable pixels inner Camera;N_{I}", "UnsuitI"); 563 563 plot.Plot("Calibration.fUnsuitableInner", 0, 75, 1); … … 616 616 plot.Plot("Star.fPSF", 0, 30, 0.5); 617 617 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); 619 619 plot.SetDescription("Muon Rate after Muon Cuts;R [Hz]"); 620 620 plot.Plot("Star.fMuonRate", 0, 2.0, 0.05); … … 627 627 plot.Plot("Star.fInhomogeneity", 0, 100, 1); 628 628 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); 630 630 plot.SetDescription("Relative effective on time;T_{eff}/T_{obs} [ratio]", "RelTime"); 631 631 plot.Plot("Star.fEffOnTime/Sequences.fRunTime", 0.006, 1.506, 0.01);
Note:
See TracChangeset
for help on using the changeset viewer.