Changeset 7429 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
11/25/05 11:49:02 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7428 r7429  
    2222   * datacenter/macros/fillsignal.C:
    2323     - added filling of PulsePos used for seeting the extractor window
     24
     25   * datacenter/macros/plotdb.C:
     26     - added new tabs for new columns
    2427
    2528
  • 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.