Ignore:
Timestamp:
10/08/06 15:36:17 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MMcCalibrationCalc.cc

    r7188 r8024  
    224224      return kFALSE;
    225225    }
    226   TArrayF innerlightcoll = mcconfig->GetLightCollectionFactor();
    227   TArrayF outerlightcoll = mcconfig->GetLightCollectionFactorOuter();
     226  const TArrayF &innerlightcoll = mcconfig->GetLightCollectionFactor();
     227  const TArrayF &outerlightcoll = mcconfig->GetLightCollectionFactorOuter();
    228228
    229229  // In principle outer pixels seem to have a different average light
Note: See TracChangeset for help on using the changeset viewer.