Skip to content
Snippets Groups Projects

Binning change for the Lambda-candidate mass and track origin plots in the online QA + parameter repo hash bump

Merged Sergei Zharko requested to merge s.zharko/cbmroot:online-qa into master
1 unresolved thread
3 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 3
3
@@ -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();
Loading