Ignore:
Timestamp:
02/15/05 18:59:34 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r6340 r6502  
    6262// Other basic classes
    6363#include "MExtractTimeAndCharge.h"
    64 #include "MFEventSelector.h"
    6564
    6665// parameter containers
     
    981980    }
    982981
    983     MFEventSelector sel;
    984     sel.SetNumSelectEvts(0);
    985    
    986     if (fExtractionType!=kFundamental)
    987       {
    988         fExtractor->SetFilter(&sel);
    989         tlist.AddToList(&sel);
    990         tlist.AddToList(fExtractor);
    991       }
    992 
    993982    // ----------------------------------------------------------------------
    994983    //   Now we make sure, that in all cases the ranges are setup correctly
Note: See TracChangeset for help on using the changeset viewer.