Changeset 2179 for trunk/MagicSoft/Mars/mmontecarlo
- Timestamp:
- 06/16/03 14:02:29 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmontecarlo/MMcEnergyEst.cc
r2173 r2179 327 327 { 328 328 for (Int_t i = 0; i < fA.GetSize(); i++) 329 *fLog << inf << "Parameter " << i << ": " << fA[i] << endl;329 *fLog << inf << "Parameter " << i << ": " << const_cast<TArrayD&>(fA)[i] << endl; 330 330 331 331 for (Int_t i = fA.GetSize(); i < fA.GetSize()+fB.GetSize(); i++) 332 *fLog << inf << "Parameter " << i << ": " << fB[i-fA.GetSize()] << endl;332 *fLog << inf << "Parameter " << i << ": " << const_cast<TArrayD&>(fB)[i-fA.GetSize()] << endl; 333 333 334 334 /*
Note:
See TracChangeset
for help on using the changeset viewer.