Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
161
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
!52142
Adding getSystInfo function to the interface file in SUSYTools for Rel 22
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Adding getSystInfo function to the interface file in SUSYTools for Rel 22
fgravili/athena:STsystMaster
into
master
Overview
2
Commits
1
Pipelines
0
Changes
2
Merged
Francesco Giuseppe Gravili
requested to merge
fgravili/athena:STsystMaster
into
master
2 years ago
Overview
2
Commits
1
Pipelines
0
Changes
2
Expand
Same as
!52070 (merged)
, but merging in the master branch for Release 22
Edited
2 years ago
by
Francesco Giuseppe Gravili
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
b0ba7e9c
1 commit,
2 years ago
2 files
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
PhysicsAnalysis/SUSYPhys/SUSYTools/SUSYTools/ISUSYObjDef_xAODTool.h
+
1
−
0
Options
@@ -422,6 +422,7 @@ namespace ST {
virtual
StatusCode
FindSusyHP
(
const
xAOD
::
TruthEvent
*
truthE
,
int
&
pdgid1
,
int
&
pdgid2
)
const
=
0
;
virtual
ST
::
SystInfo
getSystInfo
(
const
CP
::
SystematicVariation
&
sys
)
const
=
0
;
virtual
std
::
vector
<
ST
::
SystInfo
>
getSystInfoList
()
const
=
0
;
virtual
std
::
string
TrigSingleLep
()
const
=
0
;
Loading