Ignore:
Timestamp:
02/09/04 15:44:04 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJExtractSignal.h

    r2992 r3069  
    44#ifndef MARS_MPedPhotCam
    55#include "MPedPhotCam.h"
     6#endif
     7#ifndef MARS_MBadPixelsCam
     8#include "MBadPixelsCam.h"
    69#endif
    710
     
    2124    MRunIter *fRuns;
    2225
    23     MPedPhotCam fPedPhotCam;
     26    MPedPhotCam   fPedPhotCam;
     27    MBadPixelsCam fBadPixels;
    2428
    2529    void   DisplayResult(MParList &plist);
     
    4044    TString GetOutputFileD() const;
    4145
     46    const MPedPhotCam   &GetPedPhotCam() const { return fPedPhotCam; }
     47    const MBadPixelsCam &GetBadPixels()  const { return fBadPixels; }
     48
     49    void SetBadPixels(MBadPixelsCam &bad) { bad.Copy(fBadPixels); }
     50
    4251    Bool_t ProcessD(MPedestalCam &pedcam);
    4352    Bool_t ProcessP(MPedestalCam &pedcam, MCalibrationCam &calcam);
    44 
    45     const MPedPhotCam &GetPedPhotCam() const { return fPedPhotCam; }
    4653
    4754    ClassDef(MJExtractSignal, 0) // Tool to create a pedestal file (MPedestalCam)
Note: See TracChangeset for help on using the changeset viewer.