Changeset 6785


Ignore:
Timestamp:
03/08/05 14:05:41 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r6783 r6785  
    10071007   
    10081008    MHPedestalCam hpedcam;
     1009    hpedcam.SetRenorm(kTRUE);
    10091010    //    fPedestalHist.SetRenorm(kTRUE);
    10101011    //    fPedestalHist.SetPedestalsOut(&fPedestalCamOut);
     
    10211022    tlist.AddToList(&geomapl);
    10221023    tlist.AddToList(&merge);
     1024
     1025    if (!fPathIn.IsNull())
     1026    {
     1027        fExtractor = ReadCalibration();
     1028        if (!fExtractor)
     1029            return kFALSE;
     1030
     1031        *fLog << all;
     1032        *fLog << underline << "Signal Extractor found in calibration file:" << endl;
     1033        fExtractor->Print();
     1034        *fLog << endl;
     1035    }
    10231036
    10241037    MFEventSelector sel;
     
    10411054        tlist.AddToList(&fillpul);
    10421055      }
    1043 
    1044     if (!fPathIn.IsNull())
    1045     {
    1046         fExtractor = ReadCalibration();
    1047         if (!fExtractor)
    1048             return kFALSE;
    1049 
    1050         *fLog << all;
    1051         *fLog << underline << "Signal Extractor found in calibration file:" << endl;
    1052         fExtractor->Print();
    1053         *fLog << endl;
    1054     }
    10551056
    10561057    // ----------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.