Changeset 7650
- Timestamp:
- 04/22/06 16:03:05 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/train/trainseparation.C
r7535 r7650 19 19 // -------------------- Run ---------------------------- 20 20 MStatusDisplay *d = new MStatusDisplay; 21 opt.SetDisp play(d);21 opt.SetDisplay(d); 22 22 23 23 /* -
trunk/MagicSoft/Mars/mjobs/MJSpectrum.cc
r7634 r7650 449 449 tlist.AddToList(&fill2); 450 450 451 // by setting it here it is distributed to all consecutive tasks 452 tlist.SetAccelerator(MTask::kAccDontReset|MTask::kAccDontTime); 453 451 454 MEvtLoop loop("RefillExcess"); // ***** fName ***** 452 455 loop.SetParList(&plist); … … 521 524 tlist1.AddToList(&sel1); 522 525 tlist1.AddToList(&fill0); 526 527 // by setting it here it is distributed to all consecutive tasks 528 tlist1.SetAccelerator(MTask::kAccDontReset|MTask::kAccDontTime); 523 529 524 530 MEvtLoop loop1("IntermediateLoop"); // ***** fName ***** … … 1165 1171 //tlist2.AddToList(&fill9a); 1166 1172 1173 // by setting it here it is distributed to all consecutive tasks 1174 tlist2.SetAccelerator(MTask::kAccDontReset|MTask::kAccDontTime); 1175 1167 1176 MEvtLoop loop2("FillMonteCarlo"); // ***** fName ***** 1168 1177 loop2.SetParList(&plist);
Note:
See TracChangeset
for help on using the changeset viewer.