Ignore:
Timestamp:
03/05/07 09:44:55 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8361 r8369  
    11411141    ftp2.SetDefault(kTRUE);
    11421142    ftp2.DenyCalibration();
    1143 //    ftp2.RequirePedestal();
    1144 
    1145     if (!IsUseMC())
     1143    ftp2.RequirePedestal();
     1144
     1145    if (!IsUseMC() && (!fExtractor || !fExtractor->HasLoGain()))
    11461146    {
    11471147        taskenv.SetFilter(&ftp2);
Note: See TracChangeset for help on using the changeset viewer.