Changeset 3740 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 04/14/04 19:58:08 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationQEPix.cc
r3728 r3740 225 225 wav += newavqe / newavqevar; 226 226 sumw += 1./ newavqevar; 227 227 228 } 228 229 } … … 245 246 wav += newavqe / newavqevar; 246 247 sumw += 1./ newavqevar; 248 249 *fLog << err << GetQEFFactorRelVar(col) << " " << GetDefaultQERelVar(col) << endl; 247 250 } 251 252 248 253 } 249 254 … … 675 680 Float_t MCalibrationQEPix::GetQECascadesBlindPixelErr( const Float_t zenith ) const 676 681 { 677 const Float_t var = GetQECascadesBlindPixel (zenith);682 const Float_t var = GetQECascadesBlindPixelVar(zenith); 678 683 679 684 if (var < 0.) … … 702 707 Float_t MCalibrationQEPix::GetQECascadesCombinedErr( const Float_t zenith ) const 703 708 { 704 const Float_t var = GetQECascadesCombined (zenith);709 const Float_t var = GetQECascadesCombinedVar(zenith); 705 710 706 711 if (var < 0.) … … 740 745 Float_t MCalibrationQEPix::GetQECascadesFFactorErr( const Float_t zenith ) const 741 746 { 742 const Float_t var = GetQECascadesFFactor (zenith);747 const Float_t var = GetQECascadesFFactorVar(zenith); 743 748 744 749 if (var < 0.) … … 778 783 Float_t MCalibrationQEPix::GetQECascadesPINDiodeErr( const Float_t zenith ) const 779 784 { 780 const Float_t var = GetQECascadesPINDiode (zenith);785 const Float_t var = GetQECascadesPINDiodeVar(zenith); 781 786 782 787 if (var < 0.)
Note:
See TracChangeset
for help on using the changeset viewer.