Changeset 2933 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 01/27/04 20:49:41 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mcalib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationConfig.h
r2831 r2933 14 14 const Float_t gkProbLimit = 0.001; 15 15 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 22 16 // Square root of 2 pi: 23 17 const Float_t gkSq2Pi = 2.506628274631; -
trunk/MagicSoft/Mars/mcalib/MHCalibrationPixel.h
r2932 r2933 43 43 protected: 44 44 45 TH1F* fHChargeHiGain; // Summed FADC slices High Gain46 TH1F* fHTimeHiGain; // Mean arrival time in number of FADC sice47 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. 48 48 49 TH1F* fHChargeLoGain; // Summed FADC slices Low Gain50 TH1F* fHTimeLoGain; // Mean arrival time in number of FADC sice51 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. 52 52 53 53 TH1F* fHPSD; // Power spectrum density of fHBlindPixelChargevsN
Note:
See TracChangeset
for help on using the changeset viewer.