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
!39426
AnalysisTop: Implementation of anti-muon shape systematics -
ANALYSISTO-1044
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
AnalysisTop: Implementation of anti-muon shape systematics -
ANALYSISTO-1044
tpelzer/athena:21.2-AT_Adding_Antimuon_Systematics
into
21.2
Overview
40
Commits
4
Pipelines
7
Changes
6
Merged
Timothee Theveneaux-Pelzer
requested to merge
tpelzer/athena:21.2-AT_Adding_Antimuon_Systematics
into
21.2
4 years ago
Overview
39
Commits
4
Pipelines
7
Changes
6
Expand
See
ANALYSISTO-1044
for more details.
1
0
1
Merge request reports
Compare
21.2
version 3
3afe4035
4 years ago
version 2
877d20c4
4 years ago
version 1
39709e18
4 years ago
21.2 (base)
and
latest version
latest version
6f5530f2
4 commits,
4 years ago
version 3
3afe4035
3 commits,
4 years ago
version 2
877d20c4
2 commits,
4 years ago
version 1
39709e18
1 commit,
4 years ago
6 files
+
137
−
33
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
PhysicsAnalysis/TopPhys/xAOD/TopAnalysis/Root/ObjectLoaderStandardCuts.cxx
+
2
−
4
Options
@@ -92,10 +92,8 @@ namespace top {
///-- Muons --///
if
(
topConfig
->
useMuons
())
{
if
(
topConfig
->
useAntiMuons
())
objectSelection
->
muonSelection
(
new
top
::
AntiMuonMC15
(
topConfig
->
muonPtcut
(),
new
top
::
StandardIsolation
(
topConfig
->
muonIsolation
(),
topConfig
->
muonIsolationLoose
())));
new
top
::
AntiMuonIsolation
(
topConfig
->
muonIsolation
())));
else
objectSelection
->
muonSelection
(
new
top
::
MuonMC15
(
topConfig
->
muonPtcut
(),
new
top
::
StandardIsolation
(
topConfig
->
muonIsolation
(),
topConfig
->
muonIsolationLoose
()),
Loading