Ignore:
Timestamp:
09/04/19 16:35:52 (5 years ago)
Author:
tbretz
Message:
Obsolete.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/msimcamera/MSimCamera.cc

    r19348 r19621  
    214214    fCrosstalkCoeffParam = (MParameterD*)pList->FindCreateObj("MParameterD","CrosstalkCoeffParam");
    215215    if (!fCrosstalkCoeffParam)
    216     {
    217         *fLog << err << "CrosstalkCoeffParam [MParameterD] not found... aborting." << endl;
    218         return kFALSE;
    219     }
     216        return kFALSE;
    220217
    221218    fTruePhotons = (MTruePhotonsPerPixelCont*)pList->FindCreateObj("MTruePhotonsPerPixelCont");
    222219    if (!fTruePhotons)
    223     {
    224         *fLog << err << "MTruePhotonsPerPixelCont not found... aborting." << endl;
    225         return kFALSE;
    226     }
     220        return kFALSE;
    227221
    228222    MParSpline *pulse = (MParSpline*)pList->FindObject("PulseShape", "MParSpline");
Note: See TracChangeset for help on using the changeset viewer.