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
Merge requests
!71095
FTAG GNN inference cleanup
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
FTAG GNN inference cleanup
svanstro/athena:svanstro/cleanup-ftag-inference-bits
into
24.0
Overview
16
Commits
6
Pipelines
3
Changes
12
Merged
Samuel Van Stroud
requested to merge
svanstro/athena:svanstro/cleanup-ftag-inference-bits
into
24.0
11 months ago
Overview
13
Commits
6
Pipelines
3
Changes
12
Expand
Improve function and type naming (e.g. "getters" "custom getters" etc)
Improve type aliasing
Start work on the V2 onnx metadata version. More to follow, see
https://its.cern.ch/jira/browse/AFT-730
Edited
11 months ago
by
Samuel Van Stroud
1
0
Merge request reports
Compare
24.0
version 2
d3ead198
11 months ago
version 1
7b18e735
11 months ago
24.0 (base)
and
latest version
latest version
b49d7439
6 commits,
11 months ago
version 2
d3ead198
5 commits,
11 months ago
version 1
7b18e735
3 commits,
11 months ago
12 files
+
244
−
280
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
PhysicsAnalysis/JetTagging/FlavorTagDiscriminants/FlavorTagDiscriminants/ConstituentsLoader.h
+
1
−
1
Options
@@ -76,7 +76,7 @@ namespace FlavorTagDiscriminants {
m_config
=
cfg
;
};
virtual
~
IConstituentsLoader
()
=
default
;
virtual
std
::
tuple
<
std
::
string
,
i
nput
_pair
,
std
::
vector
<
const
xAOD
::
IParticle
*>>
getData
(
virtual
std
::
tuple
<
std
::
string
,
I
nput
s
,
std
::
vector
<
const
xAOD
::
IParticle
*>>
getData
(
const
xAOD
::
Jet
&
jet
,
[[
maybe_unused
]]
const
SG
::
AuxElement
&
btag
)
const
=
0
;
virtual
FTagDataDependencyNames
getDependencies
()
const
=
0
;
Loading