Ignore:
Timestamp:
06/16/03 14:02:29 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mmontecarlo/MMcEnergyEst.cc

    r2173 r2179  
    327327{
    328328  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;
    330330
    331331  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;
    333333
    334334  /*
Note: See TracChangeset for help on using the changeset viewer.