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

Legend:

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

    r6234 r6242  
    6262#include "MExtractor.h"
    6363#include "MExtractTimeAndCharge.h"
     64#include "MFEventSelector.h"
    6465
    6566// parameter containers
     
    955956    }
    956957
     958    MFEventSelector sel;
     959    sel.SetNumSelectEvts(0);
     960
     961    if (fExtractionType!=kFundamental)
     962      {
     963        fExtractor->SetFilter(&sel);
     964        tlist.AddToList(&sel);
     965        tlist.AddToList(fExtractor);
     966      }
     967
    957968    // ----------------------------------------------------------------------
    958969    //   Now we make sure, that in all cases the ranges are setup correctly
     
    11081119        DisplayResult(plist);
    11091120
     1121    if (fExtractionType!=kFundamental)
     1122      fExtractor->SetFilter(0);
     1123
    11101124    if (!WriteResult())
    11111125        return kFALSE;
Note: See TracChangeset for help on using the changeset viewer.