Ignore:
Timestamp:
03/07/05 17:43:58 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r6751 r6768  
    2727private:
    2828
    29     static const TString  fgReferenceFile;   //! default for fReferenceFile ("pedestalref.rc")
    30     static const TString  fgBadPixelsFile;   //! default for fBadPixelsFile ("badpixels_0_559.rc")
     29    static const TString  fgReferenceFile;    //! default for fReferenceFile ("pedestalref.rc")
     30    static const TString  fgBadPixelsFile;    //! default for fBadPixelsFile ("badpixels_0_559.rc")
     31
     32    static const Float_t  fgExtractWinLeft;   //! default for fExtractWinLeft  (now set to: 2.5)
     33    static const Float_t  fgExtractWinRight;  //! default for fExtractWinRight (now set to: 6.0)
    3134
    3235    Axis_t fPedestalMin;                     //! Minimum Axis value for pedestal datacheck display
     
    4750    Float_t fRefPedRmsGalacticOuter;         //! Ref. line ped. RMS for galactic source - outer pixels
    4851
     52    Float_t fExtractWinLeft;                 //  Number of FADC slices to extract leftward from mean pulse pos. 
     53    Float_t fExtractWinRight;                //  Number of FADC slices to extract rightward from mean pulse pos.
     54   
    4955    TString fReferenceFile;                  // File name containing the reference values
    5056    TString fBadPixelsFile;                  // File name containing the bad pixels excluded beforehand
     
    119125    void SetBadPixelsFile( const TString ref=fgBadPixelsFile ) { fBadPixelsFile = ref; }
    120126
     127    void SetExtractWinLeft ( const Float_t f=fgExtractWinLeft  ) { fExtractWinLeft  = f; }
     128    void SetExtractWinRight( const Float_t f=fgExtractWinRight ) { fExtractWinRight = f; }   
     129
    121130    MExtractor *GetExtractor() const { return fExtractor; }
    122131
Note: See TracChangeset for help on using the changeset viewer.