Changeset 2972 for trunk/MagicSoft/Mars/mcalib/MHCalibrationBlindPixel.h
- Timestamp:
- 01/30/04 10:19:25 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationBlindPixel.h
r2931 r2972 64 64 Double_t fLambdaCheckErr; 65 65 66 Double_t fMeanPedestal; 67 Double_t fMeanPedestalErr; 68 Double_t fSigmaPedestal; 69 Double_t fSigmaPedestalErr; 70 66 71 public: 67 72 … … 76 81 Bool_t FillBlindPixelChargevsN(Stat_t rq, Int_t t); 77 82 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 80 90 const Double_t GetLambda() const { return fLambda; } 81 91 const Double_t GetLambdaCheck() const { return fLambdaCheck; } … … 224 234 Double_t arg = 0.; 225 235 226 // Double_t mu0 = 0.;227 236 Double_t mu0 = par[1]; 228 237 Double_t mu1 = par[2];
Note:
See TracChangeset
for help on using the changeset viewer.