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
Commits
08215bba
Commit
08215bba
authored
1 year ago
by
Wouter Hulsbergen
Browse files
Options
Downloads
Patches
Plain Diff
added new Technique flags to Vertex
parent
b6c96d8d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!4299
add PV pointer to particle, update v2 PV event model
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Event/PhysEvent/include/Event/Vertex.h
+6
-0
6 additions, 0 deletions
Event/PhysEvent/include/Event/Vertex.h
with
6 additions
and
0 deletions
Event/PhysEvent/include/Event/Vertex.h
+
6
−
0
View file @
08215bba
...
...
@@ -64,6 +64,8 @@ namespace LHCb {
Primary
=
LHCb
::
VertexBase
::
VertexType
::
Primary
,
Unconstrained
,
MassConstrained
,
VertexFitter
,
MomentumAdder
,
LastGlobal
=
10000
};
friend
std
::
ostream
&
operator
<<
(
std
::
ostream
&
s
,
LHCb
::
Vertex
::
CreationMethod
e
)
{
...
...
@@ -76,6 +78,10 @@ namespace LHCb {
return
s
<<
"Unconstrained"
;
case
LHCb
::
Vertex
::
MassConstrained
:
return
s
<<
"MassConstrained"
;
case
LHCb
::
Vertex
::
VertexFitter
:
return
s
<<
"VertexFitter"
;
case
LHCb
::
Vertex
::
MomentumAdder
:
return
s
<<
"MomentumAdder"
;
case
LHCb
::
Vertex
::
LastGlobal
:
return
s
<<
"LastGlobal"
;
default:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment