From: stefan-wallner <no...@gi...> - 2020-05-29 17:46:06
|
Branch: refs/heads/beamFile Home: https://github.com/ROOTPWA-Maintainers/ROOTPWA Commit: 8e8e75de3228a1f5f99b77c4cc402ff44eca9805 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/8e8e75de3228a1f5f99b77c4cc402ff44eca9805 Author: Stefan Wallner <st...@nu...> Date: 2020-05-29 (Fri, 29 May 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: 30dd5a99eb81b3b80ad9b86b066a174669f0d8ff https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/30dd5a99eb81b3b80ad9b86b066a174669f0d8ff Author: Stefan Wallner <st...@po...> Date: 2020-05-29 (Fri, 29 May 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: 33333fc9b050bb0f23c71398e6335ac40cb8efa0 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/33333fc9b050bb0f23c71398e6335ac40cb8efa0 Author: Stefan Wallner <st...@po...> Date: 2020-05-29 (Fri, 29 May 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: 99a19eb43fdbf102aae7be7d959c5843543d2265 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/99a19eb43fdbf102aae7be7d959c5843543d2265 Author: Stefan Wallner <st...@po...> Date: 2020-05-29 (Fri, 29 May 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/4a05a6c518f2...99a19eb43fdb |