Changeset 18043
- Timestamp:
- 12/20/14 15:38:14 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mjoptim/MJOptimizeDisp.cc
r18042 r18043 235 235 236 236 MFilterList flist; 237 fPreCuts.Add(&filter); 237 238 flist.AddToList(fPreCuts); 238 239 flist.SetName("PreCuts"); … … 241 242 MContinue cont(&flist); 242 243 tlist.AddToList(&cont); 244 245 MParameterCalc calcx("0", "CountEvents"); 246 tlist.AddToList(&calcx); 247 248 // FIXME: Handle fTestTrain<0 249 MContinue contt("TMath::Odd(CountEvents.fNumExecutions)>0.5", "ContTrain"); 250 plist.AddToList(&calcx); 251 tlist.AddToList(&contt); 243 252 244 253 TString r(rule); … … 287 296 loop2.SetDisplay(fDisplay); 288 297 loop2.SetParList(&plist); 289 if (! oop2.Eventloop())290 return ;298 if (!loop2.Eventloop()) 299 return kFALSE; 291 300 292 301 // Store result if requested
Note:
See TracChangeset
for help on using the changeset viewer.