Changeset 2933 for trunk


Ignore:
Timestamp:
01/27/04 20:49:41 (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/MHCalibrationConfig.h

    r2831 r2933  
    1414const Float_t gkProbLimit = 0.001;
    1515
    16 // Starting number of bins for the histo:
    17 const Int_t gkStartBlindPixelBinNr = 10000;
    18 
    19 // Starting number of bins for the histo: (maximum by hardware: 4080)
    20 const Int_t gkStartPINDiodeBinNr = 4000;
    21 
    2216// Square root of 2 pi:
    2317const Float_t gkSq2Pi = 2.506628274631;
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationPixel.h

    r2932 r2933  
    4343protected:
    4444
    45   TH1F* fHChargeHiGain;          // Summed FADC slices High Gain
    46   TH1F* fHTimeHiGain;            // Mean arrival time in number of FADC sice
    47   TH1I* fHChargevsNHiGain;       // Summed Charge vs. Event Nr.
     45  TH1F* fHChargeHiGain;          //-> Summed FADC slices High Gain
     46  TH1F* fHTimeHiGain;            //-> Mean arrival time in number of FADC sice
     47  TH1I* fHChargevsNHiGain;       //-> Summed Charge vs. Event Nr.
    4848                         
    49   TH1F* fHChargeLoGain;          // Summed FADC slices Low Gain
    50   TH1F* fHTimeLoGain;            // Mean arrival time in number of FADC sice
    51   TH1I* fHChargevsNLoGain;       // Summed Charge vs. Event Nr.
     49  TH1F* fHChargeLoGain;          //-> Summed FADC slices Low Gain
     50  TH1F* fHTimeLoGain;            //-> Mean arrival time in number of FADC sice
     51  TH1I* fHChargevsNLoGain;       //-> Summed Charge vs. Event Nr.
    5252
    5353  TH1F* fHPSD;                   // Power spectrum density of fHBlindPixelChargevsN
Note: See TracChangeset for help on using the changeset viewer.