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

Legend:

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

    r2931 r2972  
    6464  Double_t  fLambdaCheckErr;
    6565
     66  Double_t  fMeanPedestal;
     67  Double_t  fMeanPedestalErr;
     68  Double_t  fSigmaPedestal;
     69  Double_t  fSigmaPedestalErr;
     70 
    6671public:
    6772
     
    7681  Bool_t FillBlindPixelChargevsN(Stat_t rq, Int_t t);
    7782 
    78 
    79   //Getters
     83  // Setters
     84  void SetMeanPedestal(const Float_t f)      { fMeanPedestal = f;     }
     85  void SetMeanPedestalErr(const Float_t f)   { fMeanPedestalErr = f;  }
     86  void SetSigmaPedestal(const Float_t f)     { fSigmaPedestal = f;    }
     87  void SetSigmaPedestalErr(const Float_t f)  { fSigmaPedestalErr = f; }
     88 
     89  // Getters
    8090  const Double_t GetLambda()         const { return fLambda;         }
    8191  const Double_t GetLambdaCheck()    const { return fLambdaCheck;    }
     
    224234      Double_t arg = 0.;
    225235     
    226       //      Double_t mu0 = 0.;
    227236      Double_t mu0 = par[1];
    228237      Double_t mu1 = par[2];
Note: See TracChangeset for help on using the changeset viewer.