Changeset 8223 for trunk/MagicSoft/Mars/mjoptim
- Timestamp:
- 12/11/06 15:30:05 (18 years ago)
- Location:
- trunk/MagicSoft/Mars/mjoptim
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjoptim/MJOptimize.cc
r8091 r8223 249 249 if (!seq.IsValid()) 250 250 return kFALSE; 251 252 seq.SetupDatRuns(files, o->GetTitle(), "I");251 if (seq.SetupDatRuns(files, o->GetTitle(), "I")<=0) 252 return kFALSE; 253 253 } 254 254 -
trunk/MagicSoft/Mars/mjoptim/MJOptimizeCuts.cc
r7152 r8223 299 299 return kFALSE; 300 300 301 *fLog << inf << "Finished processing of " << fname << endl; 302 301 303 // Copy the result back to be accessible by the user 302 304 if (fit) -
trunk/MagicSoft/Mars/mjoptim/MJOptimizeDisp.cc
r7413 r8223 202 202 203 203 // Print the result 204 *fLog << inf << "Rule: " << rule << endl; 204 *fLog << inf << "Finished processing of " << fname << endl; 205 *fLog << inf << "With Rule: " << rule << endl; 205 206 hist.GetAlphaFitter().Print("result"); 206 207 -
trunk/MagicSoft/Mars/mjoptim/MJOptimizeEnergy.cc
r7169 r8223 143 143 144 144 // Print the result 145 *fLog << inf << "Rule: " << rule << endl; 145 *fLog << inf << "Finished processing of " << fname << endl; 146 *fLog << inf << "With Rule: " << rule << endl; 146 147 hist.Print(); 147 148
Note:
See TracChangeset
for help on using the changeset viewer.