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
!3810
increase version number of PackedTrack to reflect change in the definition of LHCbID
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
increase version number of PackedTrack to reflect change in the definition of LHCbID
bump-packed-track-version
into
master
Overview
85
Commits
13
Pipelines
22
Changes
4
Merged
Gerhard Raven
requested to merge
bump-packed-track-version
into
master
2 years ago
Overview
85
Commits
13
Pipelines
22
Changes
1
Expand
Workarounds have been added to convert the LHCbIDs in the tracks for older data to the new scheme.
Edited
2 years ago
by
Christopher Rob Jones
0
0
Merge request reports
Compare
version 12
version 20
975224c4
2 years ago
version 19
246c5a0c
2 years ago
version 18
96671d32
2 years ago
version 17
0c61a7fa
2 years ago
version 16
932413af
2 years ago
version 15
e144c5eb
2 years ago
version 14
566e4ad6
2 years ago
version 13
3c2dfe94
2 years ago
version 12
9de1e603
2 years ago
version 11
cafefc26
2 years ago
version 10
6492a1d5
2 years ago
version 9
8e3e47cb
2 years ago
version 8
d2e7fa76
2 years ago
version 7
cb02b141
2 years ago
version 6
b2a4e2db
2 years ago
version 5
1b86828b
2 years ago
version 4
6a68c807
2 years ago
version 3
e0ad8ca5
2 years ago
version 2
a6980c0a
2 years ago
version 1
7a3d0d23
2 years ago
master (base)
and
version 13
latest version
a48fde26
13 commits,
2 years ago
version 20
975224c4
12 commits,
2 years ago
version 19
246c5a0c
11 commits,
2 years ago
version 18
96671d32
10 commits,
2 years ago
version 17
0c61a7fa
10 commits,
2 years ago
version 16
932413af
11 commits,
2 years ago
version 15
e144c5eb
10 commits,
2 years ago
version 14
566e4ad6
8 commits,
2 years ago
version 13
3c2dfe94
8 commits,
2 years ago
version 12
9de1e603
7 commits,
2 years ago
version 11
cafefc26
7 commits,
2 years ago
version 10
6492a1d5
7 commits,
2 years ago
version 9
8e3e47cb
6 commits,
2 years ago
version 8
d2e7fa76
5 commits,
2 years ago
version 7
cb02b141
4 commits,
2 years ago
version 6
b2a4e2db
3 commits,
2 years ago
version 5
1b86828b
1 commit,
2 years ago
version 4
6a68c807
1 commit,
2 years ago
version 3
e0ad8ca5
1 commit,
2 years ago
version 2
a6980c0a
1 commit,
2 years ago
version 1
7a3d0d23
1 commit,
2 years ago
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Event/RecEvent/include/Event/RecVertex_v2.h
+
2
−
2
Options
@@ -47,8 +47,8 @@ namespace LHCb::Event::v2 {
struct
WeightedTrack
{
using
Track
=
LHCb
::
Event
::
v2
::
Track
;
WeightedTrack
(
const
Track
*
t
,
float
w
)
:
track
(
t
),
weight
(
w
){};
const
Track
*
track
;
float
weight
;
const
Track
*
track
=
nullptr
;
float
weight
=
0.0
;
};
/// Reconstructed Vertices class
Loading