Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Phys
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
Phys
Commits
172a719c
Commit
172a719c
authored
5 years ago
by
Marco Cattaneo
Browse files
Options
Downloads
Patches
Plain Diff
Finish removal of VP
parent
e2171685
No related branches found
No related tags found
1 merge request
!693
Finish removal of VP
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Phys/LoKiTracks/src/TrackIDs.cpp
+0
-5
0 additions, 5 deletions
Phys/LoKiTracks/src/TrackIDs.cpp
with
0 additions
and
5 deletions
Phys/LoKiTracks/src/TrackIDs.cpp
+
0
−
5
View file @
172a719c
// $Id$
// ============================================================================
// Include files
// ============================================================================
...
...
@@ -64,7 +63,6 @@ LoKi::Tracks::CountIDs::CountIDs
else
if
(
&
LHCb
::
LHCbID
::
isVeloR
==
m_pmf
)
{
m_nick
=
"isVeloR"
;
}
else
if
(
&
LHCb
::
LHCbID
::
isVeloPhi
==
m_pmf
)
{
m_nick
=
"isVeloPhi"
;
}
else
if
(
&
LHCb
::
LHCbID
::
isVeloPileUp
==
m_pmf
)
{
m_nick
=
"isVeloPileUp"
;
}
else
if
(
&
LHCb
::
LHCbID
::
isVP
==
m_pmf
)
{
m_nick
=
"isVP"
;
}
else
if
(
&
LHCb
::
LHCbID
::
isTT
==
m_pmf
)
{
m_nick
=
"isTT"
;
}
else
if
(
&
LHCb
::
LHCbID
::
isIT
==
m_pmf
)
{
m_nick
=
"isIT"
;
}
else
if
(
&
LHCb
::
LHCbID
::
isST
==
m_pmf
)
{
m_nick
=
"isST"
;
}
...
...
@@ -89,7 +87,6 @@ LoKi::Tracks::CountIDs::CountIDs
else
if
(
"isVeloR"
==
m_nick
)
{
m_pmf
=
&
LHCb
::
LHCbID
::
isVeloR
;
}
else
if
(
"isVeloPhi"
==
m_nick
)
{
m_pmf
=
&
LHCb
::
LHCbID
::
isVeloPhi
;
}
else
if
(
"isVeloPileUp"
==
m_nick
)
{
m_pmf
=
&
LHCb
::
LHCbID
::
isVeloPileUp
;
}
else
if
(
"isVP"
==
m_nick
)
{
m_pmf
=
&
LHCb
::
LHCbID
::
isVP
;
}
else
if
(
"isTT"
==
m_nick
)
{
m_pmf
=
&
LHCb
::
LHCbID
::
isTT
;
}
else
if
(
"isIT"
==
m_nick
)
{
m_pmf
=
&
LHCb
::
LHCbID
::
isIT
;
}
else
if
(
"isOT"
==
m_nick
)
{
m_pmf
=
&
LHCb
::
LHCbID
::
isOT
;
}
...
...
@@ -97,8 +94,6 @@ LoKi::Tracks::CountIDs::CountIDs
else
if
(
"isRich"
==
m_nick
)
{
m_pmf
=
&
LHCb
::
LHCbID
::
isRich
;
}
else
if
(
"isCalo"
==
m_nick
)
{
m_pmf
=
&
LHCb
::
LHCbID
::
isCalo
;
}
else
if
(
"isMuon"
==
m_nick
)
{
m_pmf
=
&
LHCb
::
LHCbID
::
isMuon
;
}
// Backwards compatability
else
if
(
"isVeloPix"
==
m_nick
)
{
m_pmf
=
&
LHCb
::
LHCbID
::
isVP
;
}
if
(
0
==
m_pmf
)
{
Exception
(
"Invalid LHCb::LHCbID member function: '"
+
m_nick
+
"'"
)
;
}
...
...
This diff is collapsed.
Click to expand it.
Marco Cattaneo
@cattanem
mentioned in commit
7684318f
·
5 years ago
mentioned in commit
7684318f
mentioned in commit 7684318f15664e181da866829e50efecacf943d3
Toggle commit list
Marco Cattaneo
@cattanem
mentioned in commit
0988c77e
·
5 years ago
mentioned in commit
0988c77e
mentioned in commit 0988c77eab9accd9b0bd4520e6bddd213452923d
Toggle commit list
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