4 #include "KVINDRACsITotLightReconstructor.h"
29 Double_t len_corr = fSlow->GetValue();
31 if (rap_corr < 0 || len_corr < 0) {
32 fLumTotStatus = NEGATIVE_PEDESTAL_CORRECTED_VALUE;
43 if (rp >= 1 && rap_corr <= 10) {
49 fLumTotStatus = NO_GAIN_CORRECTION;
53 fLumTotStatus = CALCULATED_WITH_GAIN_CORRECTION;
70 apx = (apx + at) / xx;
73 Double_t fpx = (bpx * ax - apx * bx) / (ax * ax);
79 if (niter > 50 ||
x <= tau) {
80 fLumTotStatus = CALCULATION_NOT_CONVERGED;
Option_t Option_t TPoint TPoint const char x2
Option_t Option_t TPoint TPoint const char x1
Calculation of light output from fast and slow components for INDRA CsI detectors.
Int_t GetStatus(const TString &) const
Double_t GetValue(const KVNameValueList &="") const
UInt_t GetStatusLumiere() const
UInt_t fLumTotStatus
pedestal corrected slow component, "L_PedCor"
Bool_t LightIsGood() const