Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
atlas
athena
Commits
96806096
Commit
96806096
authored
1 year ago
by
Lucy Lewitt
Committed by
Dmitry Emeliyanov
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Apply 1 suggestion(s) to 1 file(s)
parent
c64e9360
No related branches found
No related tags found
1 merge request
!68032
RoadPredictor tool for Trigger Phase II ITk tracking, EFTRACK-142
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Trigger/TrigTools/TrigInDetToolInterfaces/TrigInDetToolInterfaces/ITrigInDetRoadPredictorTool.h
+3
-1
3 additions, 1 deletion
...ces/TrigInDetToolInterfaces/ITrigInDetRoadPredictorTool.h
with
3 additions
and
1 deletion
Trigger/TrigTools/TrigInDetToolInterfaces/TrigInDetToolInterfaces/ITrigInDetRoadPredictorTool.h
+
3
−
1
View file @
96806096
...
...
@@ -26,7 +26,9 @@ class ITrigInDetRoadPredictorTool: virtual public IAlgTool
return
IID_ITrigInDetRoadPredictorTool
;
}
virtual
int
getRoad
(
const
std
::
vector
<
const
Trk
::
SpacePoint
*>&
,
std
::
vector
<
const
InDetDD
::
SiDetectorElement
*>&
,
const
EventContext
&
)
const
=
0
;
virtual
int
getRoad
(
const
std
::
vector
<
const
Trk
::
SpacePoint
*>
&
,
std
::
vector
<
const
InDetDD
::
SiDetectorElement
*>
&
,
const
EventContext
&
)
const
=
0
;
};
...
...
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