Changeset 6952
- Timestamp:
- 04/18/05 12:06:14 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6949 r6952 100 100 101 101 * mjobs/MJCalibrateSignal.cc: 102 - added all tasks for interleaved calibration events to103 a third tasklist . Skip all following tasks for these events102 - moved all tasks for interleaved calibration events to 103 a third tasklist 104 104 105 105 * mjobs/MJCut.[h,cc]: -
trunk/MagicSoft/Mars/NEWS
r6949 r6952 1 1 -*-*- END -*-*- 2 2 *** Version <cvs> 3 4 - Do NOT further process interleaved calibration events in5 MJCalibrateSignal - exspecially do not write them to output!6 3 7 4 -
trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc
r6951 r6952 774 774 if (extractor2 || extractor1->InheritsFrom("MExtractTimeAndCharge")) 775 775 tlist2.AddToList(&caltm); 776 if (fIsInterlaced) 777 tlist2.AddToList(&fill8); 776 778 tlist2.AddToList(&bpcal); 777 779 tlist2.AddToList(&treat); … … 781 783 tlist2.AddToList(&fill5); 782 784 if (extractor2 || extractor1->InheritsFrom("MExtractTimeAndCharge")) 783 tlist2.AddToList(&fill7); 784 tlist2.AddToList(&fill8); 785 tlist2.AddToList(&fill7); 785 786 tlist2.AddToList(&fill9); 786 787
Note:
See TracChangeset
for help on using the changeset viewer.