Changeset 7984
- Timestamp:
- 09/28/06 10:44:40 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7983 r7984 30 30 - moved mcpath to setup 31 31 - updated mcpath 32 33 * mjobs/MJCalibrateSignal.cc: 34 - removed the tab with the calibrated arrival times. It never 35 gave any useful information 32 36 33 37 -
trunk/MagicSoft/Mars/NEWS
r7983 r7984 91 91 The numbers were sorted out by an extensive test in the 92 92 test-database. 93 94 - callisto: Removed the tab showing the average calibrated arrival 95 time. It never gave useful information. 93 96 94 97 - callisto: Now tab "HiLoCal" which shows the ratio between hi- and -
trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc
r7878 r7984 579 579 MHCamEvent evt5( 0, "Interp'd", "Interpolated Signal scaled with A/A_{0};;S [phe]"); 580 580 MHCamEvent evt6(102, "Unsuitable", "Fraction of unsuitable events per Pixel;;[1]"); 581 MHCamEvent evt7( 6, "Times", "Calibrated Arrival Time;;T [fadc sl]");581 // MHCamEvent evt7( 6, "Times", "Calibrated Arrival Time;;T [fadc sl]"); 582 582 MHCamEvent evt8( 0, "Conv", "Calibration Conv. Factors;;[phe/fadc cnts]"); 583 583 MHCamEvent evt9( 7, "PulsePos", "Pulse Position of cosmics (>50phe);;T"); … … 593 593 MFillH fill5(&evt5, "MSignalCam", "FillInterpolated"); 594 594 MFillH fill6(&evt6, "MBadPixelsCam", "FillUnsuitable"); 595 MFillH fill7(&evt7, "MSignalCam", "FillTimes");595 // MFillH fill7(&evt7, "MSignalCam", "FillTimes"); 596 596 MFillH fill8(&evt8, "MCalibrationIntensityConstCam", "FillConv"); 597 597 MFillH fill9(&evt9, "MSignalCam", "FillPulse"); … … 722 722 tlist2.AddToList(&fill4); 723 723 tlist2.AddToList(&fill5); 724 if (extractor2 || extractor1->InheritsFrom("MExtractTimeAndCharge"))725 tlist2.AddToList(&fill7);724 //if (extractor2 || extractor1->InheritsFrom("MExtractTimeAndCharge")) 725 // tlist2.AddToList(&fill7); 726 726 tlist2.AddToList(&fill9); 727 727 tlist2.AddToList(&fillR);
Note:
See TracChangeset
for help on using the changeset viewer.