Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LHCb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
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
LHCb
Merge requests
!3582
Draft: Add End RICH2 state locations to Ttrack template
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft: Add End RICH2 state locations to Ttrack template
isanders-ttracks-v3-fix
into
master
Overview
46
Commits
11
Pipelines
10
Changes
1
Closed
Izaac Sanderswood
requested to merge
isanders-ttracks-v3-fix
into
master
2 years ago
Overview
46
Commits
11
Pipelines
10
Changes
1
Expand
adding End RICH2 state location to Ttrack template for compatibility with MuonID algorithm
Edited
2 years ago
by
Andre Gunther
0
0
Merge request reports
Compare
master
version 8
6d7ed3fa
2 years ago
version 7
761392ee
2 years ago
version 6
47ab28b4
2 years ago
version 5
9e69259c
2 years ago
version 4
1af5de5d
2 years ago
version 3
8790a3b3
2 years ago
version 2
448f72e0
2 years ago
version 1
9f0e0089
2 years ago
master (base)
and
latest version
latest version
10eb177e
11 commits,
2 years ago
version 8
6d7ed3fa
10 commits,
2 years ago
version 7
761392ee
9 commits,
2 years ago
version 6
47ab28b4
8 commits,
2 years ago
version 5
9e69259c
7 commits,
2 years ago
version 4
1af5de5d
6 commits,
2 years ago
version 3
8790a3b3
5 commits,
2 years ago
version 2
448f72e0
4 commits,
2 years ago
version 1
9f0e0089
1 commit,
2 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Event/TrackEvent/include/Event/Track_v3.h
+
1
−
1
Options
@@ -99,7 +99,7 @@ namespace LHCb::Event::v3 {
template
<
>
struct
available_states
<
TrackType
::
Ttrack
>
{
using
type
=
state_collection
<
SL
::
FirstMeasurement
,
SL
::
LastMeasurement
>
;
using
type
=
state_collection
<
SL
::
FirstMeasurement
,
SL
::
LastMeasurement
,
SL
::
EndRich2
>
;
};
template
<
>
Loading