Changeset 4230 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 05/27/04 19:56:19 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mcalib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeBlindPix.cc
r4229 r4230 558 558 // 559 559 // Calculate fFluxInsidePlexiglass with the formula: 560 // - fFluxInsidePlexiglass = fLambda * gkBlindPixelArea / GetBlindPixelQE() * 10**gkBlindPixelAtt 560 // - fFluxInsidePlexiglass = fLambda 561 // / GetBlindPixelCollectionEff() 562 // / GetBlindPixelQE() 563 // * 10**gkBlindPixelAtt[color] 564 // / gkBlindPixelArea 561 565 // - fFluxInsidePlexiglassVar = sqrt( fLambdaVar / ( fLambda * fLambda ) 562 // + ( gkBlindPixelQEErr * gkBlindPixelQEErr / gkBlindPixelQE / gkBlindPixelQE ) 566 // + GetBlindPixelQERelVar() 567 // + GetBlindPixelCollectionEffRelVar() 563 568 // ) * fFluxInsidePlexiglass * * fFluxInsidePlexiglass 564 569 // -
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeBlindPix.h
r4227 r4230 35 35 static const Float_t gkBlindPixelQECoatedUVErr ; //! Uncertainty QECoated at 370 nm 36 36 static const Float_t gkBlindPixelQECoatedCT1Err ; //! Uncertainty QECoated at 370 nmu 37 static const Float_t gkBlindPixelCollectionEff; //! Collection Efficiency 38 static const Float_t gkBlindPixelCollectionEffErr; //! Uncertainty Collection Efficiency 37 39 38 40 Float_t fLambda; // Mean Poisson fit … … 61 63 const Float_t GetBlindPixelQECT1 () const; 62 64 63 const Float_t GetBlindPixelQEGreenRelVar() const; 64 const Float_t GetBlindPixelQEBlueRelVar () const; 65 const Float_t GetBlindPixelQEUVRelVar () const; 66 const Float_t GetBlindPixelQECT1RelVar () const; 65 const Float_t GetBlindPixelQEGreenRelVar () const; 66 const Float_t GetBlindPixelQEBlueRelVar () const; 67 const Float_t GetBlindPixelQEUVRelVar () const; 68 const Float_t GetBlindPixelQECT1RelVar () const; 69 const Float_t GetBlindPixelCollectionEffRelVar () const; 67 70 68 71 public:
Note:
See TracChangeset
for help on using the changeset viewer.