Changeset 4229
- Timestamp:
- 05/27/04 19:51:34 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeBlindPix.cc
r4227 r4229 84 84 const Float_t MCalibrationChargeBlindPix::gkBlindPixelQECoatedUVErr = 0.07; 85 85 const Float_t MCalibrationChargeBlindPix::gkBlindPixelQECoatedCT1Err = 0.07; 86 const Float_t MCalibrationChargeBlindPix::gkBlindPixelCollectionEff = 0.90; 87 const Float_t MCalibrationChargeBlindPix::gkBlindPixelCollectionEffErr = 0.01; 86 88 // -------------------------------------------------------------------------- 87 89 // … … 483 485 / gkBlindPixelQEUnCoatedCT1 / gkBlindPixelQEUnCoatedCT1 ; 484 486 } 487 } 488 489 // -------------------------------------------------------------------------- 490 // 491 // Return gkBlindPixelCollectionEffErr^2 / (gkBlindPixelCollectionEff^2 ) 492 // 493 const Float_t MCalibrationChargeBlindPix::GetBlindPixelCollectionEffRelVar() const 494 { 495 496 return gkBlindPixelCollectionEffErr * gkBlindPixelCollectionEffErr 497 / gkBlindPixelCollectionEff / gkBlindPixelCollectionEff ; 485 498 } 486 499 … … 592 605 593 606 fFluxInsidePlexiglass /= gkBlindPixelArea; 594 607 fFluxInsidePlexiglass /= gkBlindPixelCollectionEff; 595 608 // 596 609 // Finish calculation of errors -> convert from relative variance to absolute variance 597 610 // 611 fFluxInsidePlexiglassVar += GetBlindPixelCollectionEffRelVar(); 598 612 fFluxInsidePlexiglassVar *= fFluxInsidePlexiglass * fFluxInsidePlexiglass; 599 613
Note:
See TracChangeset
for help on using the changeset viewer.