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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MEnergyEstParam.cc

    r2173 r2179  
    289289{
    290290    for (int i=0; i<fA.GetSize(); i++)
    291       *fLog << all << "fA[" << i << "]=" << fA[i] << endl;
     291        *fLog << all << "fA[" << i << "]=" << const_cast<TArrayD&>(fA)[i] << endl;
    292292    for (int i=0; i<fB.GetSize(); i++)
    293       *fLog << all << "fB[" << i << "]=" << fB[i] << endl;
     293        *fLog << all << "fB[" << i << "]=" << const_cast<TArrayD&>(fB)[i] << endl;
    294294}
    295295
Note: See TracChangeset for help on using the changeset viewer.