Changeset 9067 for trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
- Timestamp:
- 08/01/08 14:41:58 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
r9022 r9067 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.5 0 2008-07-20 17:33:22tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.51 2008-08-01 13:41:57 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 550 550 //inner camera 551 551 //from calib*.root 552 plot.SetDescription("Median number of calibration phe in inner pixels;C [phe]", "CalPheI"); 553 plot.Plot("Calibration.fMedNumPheInner", 0, 200, 1); 554 plot.SetDescription("Relative rms of calibration charge inner pixels;\\sigma_C [%]", "CalRmsI"); 555 plot.Plot("Calibration.fRelChargeRmsInner", 0, 0.5, 0.01); 552 556 plot.SetDescription("Conversion Factor inner Camera;C_{I} [phe/fadc cnts]", "ConvI"); 553 557 plot.Plot("Calibration.fConvFactorInner", 0, 0.7, 0.002); … … 605 609 //plot.SetDescription("Pulse Variance;", "PulVar"); 606 610 //plot.Plot("Calibration.fPulsePosVar", 0, 0.03, 0.001); 607 608 611 609 612 //from star*.root … … 668 671 //outer camera 669 672 //from calib*.root 673 plot.SetDescription("Median number of calibration phe in outer pixels;C [phe]", "CalPheO"); 674 plot.Plot("Calibration.fMedNumPheOuter", 0, 200, 1); 675 plot.SetDescription("Relative rms of calibration charge outer pixels;\\sigma_C [%]", "CalRmsO"); 676 plot.Plot("Calibration.fRelChargeRmsOuter", 0, 0.5, 0.01); 670 677 plot.SetDescription("Conversion Factor outer Camera;C_{O} [phe/fadc cnts]", "ConvO"); 671 678 plot.Plot("Calibration.fConvFactorOuter", 0, 3.0, 0.01);
Note:
See TracChangeset
for help on using the changeset viewer.