From: stefan-wallner <no...@gi...> - 2019-09-27 19:18:10
|
Branch: refs/heads/pyPartialWaveFitDevelopment Home: https://github.com/ROOTPWA-Maintainers/ROOTPWA Commit: 8a007e2a550e8114fcd3136dbcfd5dfef3c1d5f3 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/8a007e2a550e8114fcd3136dbcfd5dfef3c1d5f3 Author: Stefan Wallner <ste...@tu...> Date: 2019-08-14 (Wed, 14 Aug 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_parameterMapping.py Log Message: ----------- pyPartialWaveFit: Flip reference waves to positive Flip reference waves to positive before writing them to the ROOT tree. In addition, fixed minor bug in `ParameterMapping`, which had no effect so far. Commit: ef27d3854b90e76e3163ee281801c5da5b9e4bcd https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/ef27d3854b90e76e3163ee281801c5da5b9e4bcd Author: Stefan Wallner <ste...@tu...> Date: 2019-09-26 (Thu, 26 Sep 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_model.py M pyInterface/scripts/pwaPyFit.py Log Message: ----------- pyPartialWaveFit: Implement `--noAcceptance` flat for pwaPyFit Commit: 60f4c7dc42d48be9cf53642a3f36c933b4271af5 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/60f4c7dc42d48be9cf53642a3f36c933b4271af5 Author: Stefan Wallner <ste...@tu...> Date: 2019-09-27 (Fri, 27 Sep 2019) Changed paths: M partialWaveFit/fitResult.h M pyInterface/module/pyPartialWaveFit/_fitter.py M pyInterface/module/pyPartialWaveFit/_model.py Log Message: ----------- pyPartialWaveFit: The content of `_phaseSpaceIntegral` was wrong in the `fitResult` The `_phaseSpaceIntegral` should contain the sqrt of the diagonal elements of the phase-space integral, but it contained the diagonal elements times the number of data sets. Compare: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/d1a1cfda9687...60f4c7dc42d4 |