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
!1293
CA: update of the tracker input QA for STS
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CA: update of the tracker input QA for STS
se.gorbunov/cbmroot:stsQA
into
master
Overview
1
Commits
1
Pipelines
2
Changes
11
Merged
Sergey Gorbunov
requested to merge
se.gorbunov/cbmroot:stsQA
into
master
1 year ago
Overview
1
Commits
1
Pipelines
2
Changes
11
Expand
An update of the CA tracker input QA task for the STS detector.
0
0
Merge request reports
Compare
master
version 1
b7b53657
1 year ago
master (base)
and
latest version
latest version
a9638912
1 commit,
1 year ago
version 1
b7b53657
1 commit,
1 year ago
11 files
+
904
−
397
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
core/data/CbmPixelHit.h
+
3
−
3
Options
@@ -38,7 +38,7 @@ public:
* \param[in] dx X position error of the hit [cm].
* \param[in] dy Y position error of the hit [cm].
* \param[in] dz Z position error of the hit [cm].
* \param[in] dxy XY co
rrelation
of the hit.
* \param[in] dxy X
-
Y co
variance
of the hit
[cm**2]
.
* \param[in] refId Some reference ID.
* \param[in] time Hit time [ns].
* \param[in] timeError Error of hit time [ns].
@@ -51,7 +51,7 @@ public:
* \param address Detector unique identifier.
* \param pos Position of the hit as TVector3 [cm].
* \param err Position errors of the hit as TVector3 [cm].
* \param dxy XY co
rrelation
of the hit.
* \param dxy X
-
Y co
variance
of the hit
[cm**2]
.
* \param refId Some reference ID.
* \param[in] time Hit time [ns].
* \param[in] timeError Error of hit time [ns].
@@ -110,7 +110,7 @@ public:
private
:
double
fX
,
fY
;
///< X, Y positions of hit [cm]
double
fDx
,
fDy
;
///< X, Y errors [cm]
double
fDxy
;
///< XY co
rrelation
double
fDxy
;
///< X
-
Y co
variance of the hit [cm**2]
ClassDef
(
CbmPixelHit
,
1
);
};
Loading