Ignore:
Timestamp:
08/01/08 14:41:58 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r9022 r9067  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.50 2008-07-20 17:33:22 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.51 2008-08-01 13:41:57 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    550550    //inner camera
    551551    //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);
    552556    plot.SetDescription("Conversion Factor inner Camera;C_{I} [phe/fadc cnts]", "ConvI");
    553557    plot.Plot("Calibration.fConvFactorInner",  0, 0.7, 0.002);
     
    605609    //plot.SetDescription("Pulse Variance;", "PulVar");
    606610    //plot.Plot("Calibration.fPulsePosVar", 0, 0.03, 0.001);
    607 
    608611
    609612    //from star*.root
     
    668671    //outer camera
    669672    //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);
    670677    plot.SetDescription("Conversion Factor outer Camera;C_{O} [phe/fadc cnts]", "ConvO");
    671678    plot.Plot("Calibration.fConvFactorOuter",  0, 3.0, 0.01);
Note: See TracChangeset for help on using the changeset viewer.