Changeset 4121 for trunk/MagicSoft


Ignore:
Timestamp:
05/22/04 12:38:18 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4120 r4121  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2004/05/22: Markus Gaug
     22
     23   * mcalib/MHCalibrationCam.cc
     24     - remove cloning of all pixels on the Clone() function. This caused
     25       the need for three times more memory during runtime than now. It
     26       should not affect the current macros.
     27
    2028
    2129 2004/05/22: Abelardo Moralejo
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationCam.cc

    r3980 r4121  
    296296  MHCalibrationCam *cam = new MHCalibrationCam();
    297297
    298   cam->fHiGainArray->Expand(nhi);
    299   cam->fLoGainArray->Expand(nlo);
     298  //  cam->fHiGainArray->Expand(nhi);
     299  //  cam->fLoGainArray->Expand(nlo);
    300300  cam->fAverageHiGainAreas->Expand(navhi);
    301301  cam->fAverageLoGainAreas->Expand(navlo);
     
    303303  cam->fAverageLoGainSectors->Expand(nselo);
    304304
     305  /*
    305306  for (int i=0; i<nhi; i++)
    306307    {
     
    313314      (*cam->fLoGainArray)[i] = (*fLoGainArray)[i]->Clone();
    314315    }
     316  */
     317
    315318  for (int i=0; i<navhi; i++)
    316319    {
Note: See TracChangeset for help on using the changeset viewer.