Changeset 8744 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 09/07/07 13:17:18 (17 years ago)
- Location:
- trunk/MagicSoft/Mars/mjobs
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MDataSet.cc
r8724 r8744 545 545 if (gLog.GetDebugLevel()>4) 546 546 { 547 gLog << dbg<< "Files which are searched:" << endl;547 gLog << inf << "Files which are searched:" << endl; 548 548 files.Print(); 549 549 } -
trunk/MagicSoft/Mars/mjobs/MJSpectrum.cc
r8727 r8744 444 444 // Because it is assumed that the efficiency outside the production 445 445 // area is nearly zero no additional weight has to be applied to the 446 // events after cuts. 446 // events after cuts. For the events before cuts it is fair to use 447 // weights... maybe filling the residual impact with unweighted 448 // events would be better?!? (Not that the weighting might be 449 // less correct with low statistics, because it could pronounce 450 // a fluctuation) 447 451 const Double_t impact = rh->GetMaximum("MMcRunHeader.fImpactMax"); 448 452 const Double_t scale = impactmax/impact; 449 453 450 454 // Propagate the run header to MMcSpectrumWeight 451 455 if (!weight.Set(*head)) -
trunk/MagicSoft/Mars/mjobs/MSequence.cc
r8695 r8744 347 347 return 0; 348 348 349 *fLog << dbg<< "Files which are searched for this sequence:" << endl;349 *fLog << inf << "Files which are searched for this sequence:" << endl; 350 350 iter.Print(); 351 351 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.