Ignore:
Timestamp:
09/21/05 14:26:45 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7142 r7358  
    292292    //from signal*.root
    293293    plot.SetDescription("Mean Pedestal RMS inner Camera;\\sigma_{P,I} [phe]", "PedRmsI");
    294     plot.Plot("Calibration.fMeanPedRmsInner",  0, 3.5, 0.1);
     294    plot.Plot("Calibration.fMeanPedRmsInner",  0, 3.5, 0.05);
    295295    //from star*.root
    296296    //muon
     
    303303    //imgpar
    304304    plot.SetDescription("Mean Number of Islands after cleaning;N [#]", "NumIsl");
    305     plot.Plot("Star.fMeanNumberIslands",       0.5, 4.5, 0.1);
     305    plot.Plot("Star.fMeanNumberIslands",       0.5, 4.5, 0.01);
    306306    plot.SetDescription("Measures effective on time;T_{eff} [s]", "EffOn");
    307     plot.Plot("Star.fEffOnTime",               0, 10000, 60);
     307    plot.Plot("Star.fEffOnTime",               0, 10000, 150);
    308308    plot.SetDescription("Datarate [Hz]", "Rate");
    309309    plot.Plot("Star.fDataRate",                0, 600, 10);
     
    323323    //from signal*.root
    324324    plot.SetDescription("Mean Pedestal RMS outer Camera;\\sigma_{P,O} [phe]", "PedRmsO");
    325     plot.Plot("Calibration.fMeanPedRmsOuter",  0, 4.0, 0.1);
     325    plot.Plot("Calibration.fMeanPedRmsOuter",  0, 4.0, 0.05);
    326326}
    327327
Note: See TracChangeset for help on using the changeset viewer.