Changeset 6722 for trunk/MagicSoft


Ignore:
Timestamp:
03/03/05 17:28:03 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r6720 r6722  
    3131     - added
    3232
     33   * mjobs/MJPedestal.cc
     34     - re-added MFEventSelector which had been removed by TB on the
     35       15.2.2005.
    3336
    3437 2005/03/02 Markus Gaug
  • trunk/MagicSoft/Mars/mjobs/MJPedestal.cc

    r6702 r6722  
    5959
    6060#include "MStatusDisplay.h"
     61#include "MFEventSelector.h"
    6162
    6263// Other basic classes
     
    7172#include "MCalibrationPix.h"
    7273#include "MHPedestalPix.h"
     74#include "MHCalibrationPulseTimeCam.h"
    7375
    7476// tasks
     
    975977
    976978    MFillH fillped(&hpedcam, "MPedestalCamIntermediate", "FillPedCam");
     979    MFillH fillpul("MHCalibrationPulseTimeCam",   "MExtractedSignalCam", "FillPulseTime");
    977980    //    MFillH fillped(&fPedestalHist, "MPedestalCamIntermediate", "FillPedCam");
    978     //    fillped.SetBit(MFillH::kDoNotDisplay);
     981    fillped.SetBit(MFillH::kDoNotDisplay);
     982    fillpul.SetBit(MFillH::kDoNotDisplay);
    979983
    980984    tlist.AddToList(&geomapl);
    981985    tlist.AddToList(&merge);
     986
     987    MFEventSelector sel;
     988    sel.SetNumSelectEvts(0);
     989     
     990    if (fExtractionType!=kFundamental)
     991      {
     992        fExtractor->SetFilter(&sel);
     993        tlist.AddToList(&sel);
     994        tlist.AddToList(fExtractor);
     995      }
    982996
    983997    if (!fPathIn.IsNull())
     
    11251139    }
    11261140    */
     1141
     1142
    11271143    //
    11281144    // Execute the eventloop
Note: See TracChangeset for help on using the changeset viewer.