improved handling of LF, including bug fixing.

This commit is contained in:
nemu
2010-08-05 14:20:49 +00:00
parent 599c83a17c
commit e94d869534
2 changed files with 92 additions and 22 deletions

View File

@ -247,6 +247,7 @@ class PTheory
PMsrHandler *fMsrInfo; ///< pointer to the msr-file handler
mutable Double_t fSamplingTime; ///< needed for LF. Keeps the sampling time of the non-analytic integral
mutable Double_t fPrevParam[THEORY_MAX_PARAM]; ///< needed for LF. Keeps the previous fitting parameters
mutable PDoubleVector fLFIntegral; ///< needed for LF. Keeps the non-analytic integral values
mutable Double_t fDynLFdt; ///< needed for LF. Keeps the time step for the dynamic LF calculation, used in the integral equation approach