Ignore:
Timestamp:
02/28/05 19:18:13 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJCalibration.cc

    r6563 r6689  
    21042104        cont.Add(IsIntensity() ? (TObject*)&fIntensRelTimeCam : (TObject*)&fRelTimeCam);
    21052105
     2106        if (fExtractorCam.GetSize() != 0)
     2107          cont.Add(&fExtractorCam);
     2108       
     2109        TObject *pedcam = plist.FindObject("MPedestalCam");
     2110        if (!pedcam)
     2111          *fLog << warn << " - WARNING - MPedestalCam (fundamental)... not found for writing!" << endl;
     2112        else
     2113          cont.Add(pedcam);
     2114       
    21062115        TObject *geom = plist.FindObject("MGeomCam");
    21072116        if (!geom)
Note: See TracChangeset for help on using the changeset viewer.