Ignore:
Timestamp:
02/12/04 19:54:27 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mcalib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrationCalc.cc

    r3123 r3124  
    115115const UInt_t MCalibrationCalc::fPINDiodeId   = 9999;
    116116const Byte_t MCalibrationCalc::fgSaturationLimit = 254;
    117 const Int_t  MCalibrationCalc::fgBlindPixelFirst = 10;
    118 const Int_t  MCalibrationCalc::fgBlindPixelLast  = 20;
     117const Int_t  MCalibrationCalc::fgBlindPixelFirst = 3;
     118const Int_t  MCalibrationCalc::fgBlindPixelLast  = 14;
    119119const Int_t  MCalibrationCalc::fgBlindPixelSinglePheCut = 400;
    120120
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationBlindPixel.h

    r3120 r3124  
    2626  static const Double_t fgBlindPixelElectronicAmpError;
    2727
    28   static const Int_t   fPSDNbins;
    29   static const Int_t   fPulserFrequency;
     28  static const Int_t    fPSDNbins;
     29  static const Int_t    fPulserFrequency;
    3030 
    3131  TH1I* fHBlindPixelCharge;        // Histogram with the single Phe spectrum
     
    9999
    100100  enum     { kFitOK, kOscillating };
    101 
    102101 
    103102public:
     
    176175  Bool_t CheckOscillations();
    177176
    178  
    179177private:
    180178
Note: See TracChangeset for help on using the changeset viewer.