From: stefan-wallner <no...@gi...> - 2020-06-02 15:18:50
|
Branch: refs/heads/master Home: https://github.com/ROOTPWA-Maintainers/ROOTPWA Commit: b8a4c18230e87cc726c7dc25f50b7d7d0ec828d8 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/b8a4c18230e87cc726c7dc25f50b7d7d0ec828d8 Author: Stefan Wallner <st...@nu...> Date: 2020-06-02 (Tue, 02 Jun 2020) Changed paths: M generators/beamAndVertexGenerator.cc M generators/beamAndVertexGenerator.h Log Message: ----------- generators: Implement beam file with inclinations Implement using another format for the beam file, which contains the beam inclination and the absulute beam momentum instead of the 3-momentum of the beam particle. In addition, the full measurement correlation among the vertex x/y postion and the beam inclination is taken into acount to smear out the single events with a multivariant gaussian. Commit: 07aee821a7bfb1ae10247d3dc444fad61a7b9e3f https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/07aee821a7bfb1ae10247d3dc444fad61a7b9e3f Author: Stefan Wallner <st...@po...> Date: 2020-06-02 (Tue, 02 Jun 2020) Changed paths: M generators/beamAndVertexGenerator.cc M generators/beamAndVertexGenerator.h M generators/generatorManager.cc Log Message: ----------- generators: Implement takeZpositionFromData flag for beam file If the takeZpositionFromData flag is true, the Z-positions of the vertices are not drawn randomly according to the target definition, but are directly taken from the beam file. Commit: 2985829cfdda7947515c82172747241554e31fd9 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/2985829cfdda7947515c82172747241554e31fd9 Author: Stefan Wallner <st...@po...> Date: 2020-06-02 (Tue, 02 Jun 2020) Changed paths: M generators/beamAndVertexGenerator.cc M generators/beamAndVertexGenerator.h M generators/generatorManager.cc Log Message: ----------- generators: Correct momentum resolution for beam file The momenta in the beam file are afflicted with resolution effects. Assuming Gaussian PDF's for the resolution and intrinsic beam PDF, one can correct for this effect by randomly drawing the truth beam energy of each event in the beam file according to the corresponding PDF. - improved parameters Commit: d7101bfa737d1125b37f34a5597642da0d609f0a https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/d7101bfa737d1125b37f34a5597642da0d609f0a Author: Stefan Wallner <st...@po...> Date: 2020-06-02 (Tue, 02 Jun 2020) Changed paths: M generators/beamAndVertexGenerator.cc M generators/beamAndVertexGenerator.h Log Message: ----------- generators: Code cleanup after adding features to the beam generator Compare: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/64907eaaf253...d7101bfa737d |