Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rec
Manage
Activity
Members
Labels
Plan
Issues
292
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
113
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
LHCb
Rec
Merge requests
!3906
Fix FTTrackMonitor profile histogram filling
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix FTTrackMonitor profile histogram filling
FTTrackMonitor_fixing
into
2024-patches
Overview
8
Commits
1
Pipelines
5
Changes
1
Merged
Zehua Xu
requested to merge
FTTrackMonitor_fixing
into
2024-patches
8 months ago
Overview
8
Commits
1
Pipelines
5
Changes
1
Expand
Fix a bug in profile filling in FTTrackMonitor
👍
0
👎
0
Merge request reports
Compare
2024-patches
version 4
24c20318
8 months ago
version 3
1489b3e0
8 months ago
version 2
4abee2de
8 months ago
version 1
4abee2de
8 months ago
2024-patches (base)
and
latest version
latest version
24c20318
1 commit,
8 months ago
version 4
24c20318
1 commit,
8 months ago
version 3
1489b3e0
1 commit,
8 months ago
version 2
4abee2de
32 commits,
8 months ago
version 1
4abee2de
1 commit,
8 months ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Tr/TrackMonitors/src/FTTrackMonitor.cpp
+
1
−
1
Options
@@ -372,7 +372,7 @@ void FTTrackMonitor::fillNodeInfo( LHCb::Track const& track, FitResultType const
auto
&
histos_layers
=
m_histograms_layer
.
at
(
LHCb
::
Detector
::
FTChannelID
::
LayerID
(
chan
.
globalLayerIdx
()
)
);
++
histos_layers
.
UnbiasedresidualPerXY
[{
state
(
node
).
position
().
x
(),
state
(
node
).
position
().
y
(),
node
.
unbiasedResidual
()}];
++
histos_layers
.
UnbiasedresidualPerXY_Profile
[{
state
(
node
).
position
().
x
(),
state
(
node
).
position
().
y
()}]
+=
histos_layers
.
UnbiasedresidualPerXY_Profile
[{
state
(
node
).
position
().
x
(),
state
(
node
).
position
().
y
()}]
+=
node
.
unbiasedResidual
();
// plots per station
Loading