Changeset 2076 for trunk/MagicSoft


Ignore:
Timestamp:
05/06/03 11:36:33 (22 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2075 r2076  
    22
    33 2003/05/06: Abelardo Moralejo
     4
     5   * mfilter/MFCT1SelFinal.cc
     6     - changed FindObject("MGeomCam") to
     7       FindCreateObj("MGeomCamCT1","MGeomCam")
    48
    59   * mhistmc/MHMcCollectionArea.cc
  • trunk/MagicSoft/Mars/mfilter/MFCT1SelFinal.cc

    r2037 r2076  
    108108    }
    109109
    110     MGeomCam *cam = (MGeomCam*)pList->FindObject("MGeomCam");
     110    MGeomCam *cam = (MGeomCam*)pList->FindCreateObj("MGeomCamCT1","MGeomCam");
    111111    if (!cam)
    112112    {
Note: See TracChangeset for help on using the changeset viewer.