Ignore:
Timestamp:
04/22/06 16:03:05 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJSpectrum.cc

    r7634 r7650  
    449449    tlist.AddToList(&fill2);
    450450
     451    // by setting it here it is distributed to all consecutive tasks
     452    tlist.SetAccelerator(MTask::kAccDontReset|MTask::kAccDontTime);
     453
    451454    MEvtLoop loop("RefillExcess"); // ***** fName *****
    452455    loop.SetParList(&plist);
     
    521524        tlist1.AddToList(&sel1);
    522525    tlist1.AddToList(&fill0);
     526
     527    // by setting it here it is distributed to all consecutive tasks
     528    tlist1.SetAccelerator(MTask::kAccDontReset|MTask::kAccDontTime);
    523529
    524530    MEvtLoop loop1("IntermediateLoop"); // ***** fName *****
     
    11651171    //tlist2.AddToList(&fill9a);
    11661172
     1173    // by setting it here it is distributed to all consecutive tasks
     1174    tlist2.SetAccelerator(MTask::kAccDontReset|MTask::kAccDontTime);
     1175
    11671176    MEvtLoop loop2("FillMonteCarlo"); // ***** fName *****
    11681177    loop2.SetParList(&plist);
Note: See TracChangeset for help on using the changeset viewer.