Changeset 8132 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 10/19/06 15:09:50 (18 years ago)
- Location:
- trunk/MagicSoft/Mars/mcalib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrateData.cc
r7886 r8132 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MCalibrateData.cc,v 1.61 2006-10-19 13:58:29 tbretz Exp $ 3 ! -------------------------------------------------------------------------- 2 4 ! 3 5 ! * … … 23 25 ! Author(s): Thomas Bretz 08/2004 <mailto:tbretz@astro.uni-wuerzburg.de> 24 26 ! 25 ! Copyright: MAGIC Software Development, 2000-200 427 ! Copyright: MAGIC Software Development, 2000-2006 26 28 ! 27 29 ! … … 734 736 735 737 const UInt_t npix = fSignals->GetSize(); 738 739 // The number of used slices are just a mean value 740 // the real number might change from event to event. 741 // (up to 50%!) 736 742 const Float_t slices = fSignals->GetNumUsedHiGainFADCSlices(); 737 743 const Float_t sqrtslices = TMath::Sqrt(slices); -
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
r8106 r8132 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MCalibrationChargeCalc.cc,v 1.16 6 2006-10-17 17:15:59tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MCalibrationChargeCalc.cc,v 1.167 2006-10-19 13:59:08 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 727 727 Int_t MCalibrationChargeCalc::Finalize() 728 728 { 729 // The number of used slices are just a mean value 730 // the real number might change from event to event. 731 // (up to 50%!) 729 732 fNumHiGainSamples = fSignal->GetNumUsedHiGainFADCSlices(); 730 733 fNumLoGainSamples = fSignal->GetNumUsedLoGainFADCSlices(); -
trunk/MagicSoft/Mars/mcalib/MCalibrationHiLoPix.h
r7188 r8132 32 32 Float_t GetHiLoTimeDiffProb() const { return GetLoGainProb(); } 33 33 Float_t GetGainRatio () const { return fGainRatio; } 34 Float_t GetOffsetPerSlice() const { return fOffsetPerSlice; }34 // Float_t GetOffsetPerSlice() const { return fOffsetPerSlice; } 35 35 36 36 ClassDef(MCalibrationHiLoPix, 2) // Container HiLo conversion Calibration Results Pixel
Note:
See TracChangeset
for help on using the changeset viewer.