Skip to content
Snippets Groups Projects
Commit cd8be22e authored by Sergei Zharko's avatar Sergei Zharko
Browse files

CBinning change i nonline qa

parent 09e4e5b6
No related branches found
No related tags found
1 merge request!2050Binning change for the Lambda-candidate mass and track origin plots in the online QA + parameter repo hash bump
Pipeline #33288 passed
...@@ -117,9 +117,9 @@ namespace cbm::algo::ca ...@@ -117,9 +117,9 @@ namespace cbm::algo::ca
static constexpr int knTrkParPoints = 2; ///< Number of track points to build par distributions 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 int knStaMax = 16; ///< Max number of stations (histogram binning)
static constexpr bool kDebug = false; ///< Additional histograms static constexpr bool kDebug = false; ///< Additional histograms
static constexpr int kOriginB = 100; ///< Track X(Y) at origin: n bins static constexpr int kOriginB = 400; ///< Track X(Y) at origin: n bins
static constexpr double kOriginL = -10.; ///< Track X(Y) at origin: lower bound [cm] static constexpr double kOriginL = -1.; ///< Track X(Y) at origin: lower bound [cm]
static constexpr double kOriginU = +10.; ///< Track X(Y) at origin: upper bound [cm] static constexpr double kOriginU = +1.; ///< Track X(Y) at origin: upper bound [cm]
double fMinHitTime = std::numeric_limits<double>::max(); double fMinHitTime = std::numeric_limits<double>::max();
double fMaxHitTime = std::numeric_limits<double>::lowest(); double fMaxHitTime = std::numeric_limits<double>::lowest();
......
...@@ -60,7 +60,7 @@ namespace cbm::algo::kfp ...@@ -60,7 +60,7 @@ namespace cbm::algo::kfp
private: private:
//* Constants //* 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 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 double kMassU = 1.18; ///< Lambda-candidate mass: upper bound [GeV/c2]
static constexpr int kDcaB = 240; ///< DCA to origin: number of bins static constexpr int kDcaB = 240; ///< DCA to origin: number of bins
......
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") set(PARAMETER_SRC_URL "https://git.cbm.gsi.de/CbmSoft/cbmroot_parameter.git")
download_project_if_needed(PROJECT Parameter_source download_project_if_needed(PROJECT Parameter_source
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment