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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computing
cbmroot
Merge requests
!1520
CA: online qa: quick fix of historam binnig
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
CA: online qa: quick fix of historam binnig
s.zharko/cbmroot:ca-online-qa
into
DC_Nov23
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Sergei Zharko
requested to merge
s.zharko/cbmroot:ca-online-qa
into
DC_Nov23
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
1
0
0
Merge request reports
Compare
DC_Nov23
DC_Nov23 (base)
and
latest version
latest version
752b707f
1 commit,
1 year ago
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
algo/ca/qa/CaQaConfig.cxx
+
3
−
3
View file @ 752b707f
Edit in single-file editor
Open in Web IDE
Show full file
@@ -21,9 +21,9 @@ Config::Config()
fvH1Pars
[
H1Key
::
FstTrkTheta
]
=
{
"track_first_theta"
,
"#theta at first hit;#theta"
,
62
,
0.
,
+
90.
};
fvH1Pars
[
H1Key
::
FstTrkPhi
]
=
{
"track_first_phi"
,
"#phi at first hit;#phi"
,
62
,
-
180.
,
+
180.
};
fvH1Pars
[
H1Key
::
FstChi2Ndf
]
=
{
"track_first_chi2_ndf"
,
"#chi^{2}/NDF at first hit;#chi^{2}/NDF"
,
100
,
0.
,
+
20.
};
fvH1Pars
[
H1Key
::
FstHitSta
]
=
{
"first_hit_station"
,
"Station of first hit;ID_{sta}"
,
1
0
,
-
0.5
,
10.5
};
fvH1Pars
[
H1Key
::
LstHitSta
]
=
{
"last_hit_station"
,
"Station of last hit;ID_{sta}"
,
1
0
,
-
0.5
,
10.5
};
fvH1Pars
[
H1Key
::
TrkNofHits
]
=
{
"n_hits"
,
"Number of hits;N_{hit}"
,
1
0
,
-
0.5
,
10.5
};
fvH1Pars
[
H1Key
::
FstHitSta
]
=
{
"first_hit_station"
,
"Station of first hit;ID_{sta}"
,
1
1
,
-
0.5
,
10.5
};
fvH1Pars
[
H1Key
::
LstHitSta
]
=
{
"last_hit_station"
,
"Station of last hit;ID_{sta}"
,
1
1
,
-
0.5
,
10.5
};
fvH1Pars
[
H1Key
::
TrkNofHits
]
=
{
"n_hits"
,
"Number of hits;N_{hit}"
,
1
1
,
-
0.5
,
10.5
};
/* clang-format on */
// QA Canvas
Loading