Changeset 3124 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 02/12/04 19:54:27 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mcalib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationCalc.cc
r3123 r3124 115 115 const UInt_t MCalibrationCalc::fPINDiodeId = 9999; 116 116 const Byte_t MCalibrationCalc::fgSaturationLimit = 254; 117 const Int_t MCalibrationCalc::fgBlindPixelFirst = 10;118 const Int_t MCalibrationCalc::fgBlindPixelLast = 20;117 const Int_t MCalibrationCalc::fgBlindPixelFirst = 3; 118 const Int_t MCalibrationCalc::fgBlindPixelLast = 14; 119 119 const Int_t MCalibrationCalc::fgBlindPixelSinglePheCut = 400; 120 120 -
trunk/MagicSoft/Mars/mcalib/MHCalibrationBlindPixel.h
r3120 r3124 26 26 static const Double_t fgBlindPixelElectronicAmpError; 27 27 28 static const Int_t fPSDNbins;29 static const Int_t fPulserFrequency;28 static const Int_t fPSDNbins; 29 static const Int_t fPulserFrequency; 30 30 31 31 TH1I* fHBlindPixelCharge; // Histogram with the single Phe spectrum … … 99 99 100 100 enum { kFitOK, kOscillating }; 101 102 101 103 102 public: … … 176 175 Bool_t CheckOscillations(); 177 176 178 179 177 private: 180 178
Note:
See TracChangeset
for help on using the changeset viewer.