Changeset 2448 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 10/31/03 18:32:36 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MFillH.cc
r2416 r2448 383 383 { 384 384 fWeight = (MWeight*)pList->FindObject(fWeightName, "MWeight"); 385 *fLog << err << fWeightName << " [MWeight] not found... aborting." << endl; 386 return kFALSE; 385 386 if (!fWeight) 387 { 388 *fLog << err << fWeightName << " [MWeight] not found... aborting." << endl; 389 return kFALSE; 390 } 387 391 } 388 392
Note:
See TracChangeset
for help on using the changeset viewer.