From cd8be22ed5f86edba25e0ef7809f5dd8ce6a8cb5 Mon Sep 17 00:00:00 2001 From: "s.zharko@gsi.de" <s.zharko@gsi.de> Date: Sun, 9 Mar 2025 18:58:55 +0100 Subject: [PATCH] CBinning change i nonline qa --- algo/ca/qa/CaQa.h | 6 +++--- algo/kfp/KfpV0FinderQa.h | 2 +- external/InstallParameter.cmake | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/algo/ca/qa/CaQa.h b/algo/ca/qa/CaQa.h index ae3658a64..90b7a9db0 100644 --- a/algo/ca/qa/CaQa.h +++ b/algo/ca/qa/CaQa.h @@ -117,9 +117,9 @@ namespace cbm::algo::ca static constexpr int knTrkParPoints = 2; ///< Number of track points to build par distributions static constexpr int knStaMax = 16; ///< Max number of stations (histogram binning) static constexpr bool kDebug = false; ///< Additional histograms - static constexpr int kOriginB = 100; ///< Track X(Y) at origin: n bins - static constexpr double kOriginL = -10.; ///< Track X(Y) at origin: lower bound [cm] - static constexpr double kOriginU = +10.; ///< Track X(Y) at origin: upper bound [cm] + static constexpr int kOriginB = 400; ///< Track X(Y) at origin: n bins + static constexpr double kOriginL = -1.; ///< Track X(Y) at origin: lower bound [cm] + static constexpr double kOriginU = +1.; ///< Track X(Y) at origin: upper bound [cm] double fMinHitTime = std::numeric_limits<double>::max(); double fMaxHitTime = std::numeric_limits<double>::lowest(); diff --git a/algo/kfp/KfpV0FinderQa.h b/algo/kfp/KfpV0FinderQa.h index 35b914e18..1f941a744 100644 --- a/algo/kfp/KfpV0FinderQa.h +++ b/algo/kfp/KfpV0FinderQa.h @@ -60,7 +60,7 @@ namespace cbm::algo::kfp private: //* Constants - static constexpr int kMassB = 200; ///< Lambda-candidate mass: number of bins + static constexpr int kMassB = 50; ///< Lambda-candidate mass: number of bins static constexpr double kMassL = 1.08; ///< Lambda-candidate mass: lower bound [GeV/c2] static constexpr double kMassU = 1.18; ///< Lambda-candidate mass: upper bound [GeV/c2] static constexpr int kDcaB = 240; ///< DCA to origin: number of bins diff --git a/external/InstallParameter.cmake b/external/InstallParameter.cmake index 7d97a642a..f9750ef5d 100644 --- a/external/InstallParameter.cmake +++ b/external/InstallParameter.cmake @@ -1,4 +1,4 @@ -set(PARAMETER_VERSION 837c4d8a6ad72455bf5843d85360580f19700644) # 2025/03/07 +set(PARAMETER_VERSION b9184431d0b63ee42c6cc8a97e179c1d4da1e528) # 2025/03/07 set(PARAMETER_SRC_URL "https://git.cbm.gsi.de/CbmSoft/cbmroot_parameter.git") download_project_if_needed(PROJECT Parameter_source -- GitLab