Changeset 6952


Ignore:
Timestamp:
04/18/05 12:06:14 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r6949 r6952  
    100100
    101101   * mjobs/MJCalibrateSignal.cc:
    102      - added all tasks for interleaved calibration events to
    103        a third tasklist. Skip all following tasks for these events
     102     - moved all tasks for interleaved calibration events to
     103       a third tasklist
    104104
    105105   * mjobs/MJCut.[h,cc]:
  • trunk/MagicSoft/Mars/NEWS

    r6949 r6952  
    11                                                               -*-*- END -*-*-
    22 *** Version <cvs>
    3 
    4    - Do NOT further process interleaved calibration events in
    5      MJCalibrateSignal - exspecially do not write them to output!
    63
    74
  • trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc

    r6951 r6952  
    774774    if (extractor2 || extractor1->InheritsFrom("MExtractTimeAndCharge"))
    775775        tlist2.AddToList(&caltm);
     776    if (fIsInterlaced)
     777        tlist2.AddToList(&fill8);
    776778    tlist2.AddToList(&bpcal);
    777779    tlist2.AddToList(&treat);
     
    781783    tlist2.AddToList(&fill5);
    782784    if (extractor2 || extractor1->InheritsFrom("MExtractTimeAndCharge"))
    783       tlist2.AddToList(&fill7);
    784     tlist2.AddToList(&fill8);
     785        tlist2.AddToList(&fill7);
    785786    tlist2.AddToList(&fill9);
    786787
Note: See TracChangeset for help on using the changeset viewer.