Changeset 7429 for trunk/MagicSoft/Mars
- Timestamp:
- 11/25/05 11:49:02 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7428 r7429 22 22 * datacenter/macros/fillsignal.C: 23 23 - added filling of PulsePos used for seeting the extractor window 24 25 * datacenter/macros/plotdb.C: 26 - added new tabs for new columns 24 27 25 28 -
trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
r7407 r7429 297 297 plot.SetDescription("Mean Signal inner Camera;S_{I} [phe]", "SignalI"); 298 298 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"); 300 304 plot.Plot("Calibration.fPulsePosMean", 1, 15.0, 0.1); 301 plot.SetDescription("Rms PulsePos;T", "PulRms");305 plot.SetDescription("Rms calibrated PulsePos;T", "PulRms"); 302 306 plot.Plot("Calibration.fPulsePosRms", 0, 2.0, 0.1); 303 307 //from star*.root
Note:
See TracChangeset
for help on using the changeset viewer.