Ignore:
Timestamp:
05/01/04 09:54:21 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3838 r3922  
    4343private:
    4444
    45   static const Float_t fgChargeLimit;          //! Default for fChargeLimit       (now set to: 3.)
    46   static const Float_t fgChargeErrLimit;       //! Default for fChargeErrLimit    (now set to: 0.)
    47   static const Float_t fgChargeRelErrLimit;    //! Default for fChargeRelErrLimit (now set to: 1.)
    48   static const Float_t fgLambdaCheckLimit;     //! Default for fLambdaCheckLimit  (now set to: 0.2)
    49   static const Float_t fgLambdaErrLimit;       //! Default for fLabmdaErrLimit    (now set to: 0.2)
    50   static const Float_t fgPheErrLimit;          //! Default for fPheErrLimit       (now set to: 5.)
    51 
     45  static const Float_t fgChargeLimit;            //! Default for fChargeLimit            (now set to: 3.)
     46  static const Float_t fgChargeErrLimit;         //! Default for fChargeErrLimit         (now set to: 0.)
     47  static const Float_t fgChargeRelErrLimit;      //! Default for fChargeRelErrLimit      (now set to: 1.)
     48  static const Float_t fgLambdaCheckLimit;       //! Default for fLambdaCheckLimit       (now set to: 0.2)
     49  static const Float_t fgLambdaErrLimit;         //! Default for fLabmdaErrLimit         (now set to: 0.2)
     50  static const Float_t fgPheErrLimit;            //! Default for fPheErrLimit            (now set to: 4.)
     51  static const Float_t fgFFactorErrLimit;        //! Default for fFFactorErrLimit        (now set to: 3.)
     52 
    5253  // Variables
    5354  Float_t fChargeLimit;                        // Limit acceptance mean charge  (in units of PedRMS)
     
    6061  Float_t fNumLoGainSamples;                   // Number Low -Gain FADC slices used by extractor
    6162  Float_t fPheErrLimit;                        // Limit acceptance nr. phe's w.r.t. area idx mean (in sigmas)
     63  Float_t fFFactorErrLimit;                    // Limit acceptance F-Factor w.r.t. area idx mean
    6264  Float_t fSqrtHiGainSamples;                  // Square root nr. High-Gain FADC slices used by extractor
    6365  Float_t fSqrtLoGainSamples;                  // Square root nr. Low -Gain FADC slices used by extractor
     
    105107  void SetChargeErrLimit    ( const Float_t f=fgChargeErrLimit         ) { fChargeErrLimit    = f;   }
    106108  void SetChargeRelErrLimit ( const Float_t f=fgChargeRelErrLimit      ) { fChargeRelErrLimit = f;   }
     109  void SetFFactorErrLimit   ( const Float_t f=fgFFactorErrLimit        ) { fFFactorErrLimit   = f;   }
    107110  void SetLambdaErrLimit    ( const Float_t f=fgLambdaErrLimit         ) { fLambdaErrLimit    = f;   }
    108111  void SetLambdaCheckLimit  ( const Float_t f=fgLambdaCheckLimit       ) { fLambdaCheckLimit  = f;   }
Note: See TracChangeset for help on using the changeset viewer.