Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computing
cbmroot
Merge requests
!2050
Binning change for the Lambda-candidate mass and track origin plots in the online QA + parameter repo hash bump
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Binning change for the Lambda-candidate mass and track origin plots in the online QA + parameter repo hash bump
s.zharko/cbmroot:online-qa
into
master
Overview
3
Commits
1
Pipelines
1
Changes
3
1 unresolved thread
Hide all comments
Merged
Sergei Zharko
requested to merge
s.zharko/cbmroot:online-qa
into
master
2 months ago
Overview
3
Commits
1
Pipelines
1
Changes
3
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
cd8be22e
1 commit,
2 months ago
3 files
+
5
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
algo/ca/qa/CaQa.h
+
3
−
3
Options
@@ -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
=
1
00
;
///< Track X(Y) at origin: n bins
static
constexpr
double
kOriginL
=
-
1
0
.
;
///< Track X(Y) at origin: lower bound [cm]
static
constexpr
double
kOriginU
=
+
1
0
.
;
///< Track X(Y) at origin: upper bound [cm]
static
constexpr
int
kOriginB
=
4
00
;
///< 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