Ignore:
Timestamp:
11/25/05 11:49:02 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7407 r7429  
    297297    plot.SetDescription("Mean Signal inner Camera;S_{I} [phe]", "SignalI");
    298298    plot.Plot("Calibration.fMeanSignalInner",  0, 7.0, 0.05);
    299     plot.SetDescription("Mean PulsePos;T", "PulPos");
     299    plot.SetDescription("Mean PulsePosCheck (falling edge) inner camera;T [sl]", "ChkPos");
     300    plot.Plot("Calibration.fPulsePosCheckMean", 1, 15.0, 0.1);
     301    plot.SetDescription("Rms PulsePosCheck (falling edge) inner camera;T [sl]", "ChkRms");
     302    plot.Plot("Calibration.fPulsePosCheckRms", 0, 5.0, 0.1);
     303    plot.SetDescription("Mean calibrated PulsePos;T", "PulPos");
    300304    plot.Plot("Calibration.fPulsePosMean", 1, 15.0, 0.1);
    301     plot.SetDescription("Rms PulsePos;T", "PulRms");
     305    plot.SetDescription("Rms calibrated PulsePos;T", "PulRms");
    302306    plot.Plot("Calibration.fPulsePosRms", 0, 2.0, 0.1);
    303307    //from star*.root
Note: See TracChangeset for help on using the changeset viewer.