Ignore:
Timestamp:
04/05/04 23:10:30 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.h

    r3655 r3662  
    3939private:
    4040
    41   static const Float_t fgChargeLimit;       // Default for fChargeLimit        (now set to: 3.)
    42   static const Float_t fgChargeErrLimit;    // Default for fChargeErrLimit     (now set to: 0.)
    43   static const Float_t fgChargeRelErrLimit; // Default for fChargeRelErrLimit  (now set to: 1.)
    44   static const Float_t fgTimeLowerLimit;    // Default for fTimeLowerLimit     (now set to: 1.)
    45   static const Float_t fgTimeUpperLimit;    // Default for fTimeUpperLimit     (now set to: 2.)
     41  static const Float_t fgChargeLimit;       //! Default for fChargeLimit       (now set to: 3.)
     42  static const Float_t fgChargeErrLimit;    //! Default for fChargeErrLimit    (now set to: 0.)
     43  static const Float_t fgChargeRelErrLimit; //! Default for fChargeRelErrLimit (now set to: 1.)
     44  static const Float_t fgLambdaCheckLimit;  //! Default for fLambdaCheckLimit  (now set to: 0.2)
     45  static const Float_t fgLambdaErrLimit;    //! Default for fLabmdaErrLimit    (now set to: 0.2)
     46  static const Float_t fgTimeLowerLimit;    //! Default for fTimeLowerLimit    (now set to: 1.)
     47  static const Float_t fgTimeUpperLimit;    //! Default for fTimeUpperLimit    (now set to: 2.)
    4648 
    4749  Float_t fChargeLimit;          // Limit (in units of PedRMS) for acceptance of mean charge
    4850  Float_t fChargeErrLimit;       // Limit (in units of PedRMS) for acceptance of charge sigma square
    4951  Float_t fChargeRelErrLimit;    // Limit (in units of Sigma of fitted charge) for acceptance of mean 
     52  Float_t fLambdaCheckLimit;     // Limit for rel. diff. lambda and lambdacheck blind pixel
     53  Float_t fLambdaErrLimit;       // Limit for acceptance of lambda error blind pixel
    5054  Float_t fTimeLowerLimit;       // Limit (in units of FADC slices) for dist. to first signal slice
    5155  Float_t fTimeUpperLimit;       // Limit (in units of FADC slices) for dist. to last signal slice
     
    8993  Bool_t FinalizeCharges(MCalibrationChargePix &cal, MBadPixelsPix &bad);
    9094  Bool_t FinalizePINDiode();
     95  Bool_t FinalizeBlindPixel();
    9196 
    9297  void PrintUnsuitable(MBadPixelsPix::UnsuitableType_t typ, const char *text) const;   
     
    102107  void SetChargeErrLimit (   const Float_t f=fgChargeErrLimit    ) { fChargeErrLimit    = f; }
    103108  void SetChargeRelErrLimit( const Float_t f=fgChargeRelErrLimit ) { fChargeRelErrLimit = f; }
     109  void SetLambdaErrLimit   ( const Float_t f=fgLambdaErrLimit   ) { fLambdaErrLimit   = f; }
     110  void SetLambdaCheckLimit ( const Float_t f=fgLambdaCheckLimit ) { fLambdaCheckLimit = f; }
    104111
    105112  void SetTimeLowerLimit (   const Float_t f=fgTimeLowerLimit    ) { fTimeLowerLimit  = f;   }
Note: See TracChangeset for help on using the changeset viewer.