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
ce01a687
Commit
ce01a687
authored
3 years ago
by
Albert Kong
Browse files
Options
Downloads
Patches
Plain Diff
Possible fix for ghost association of LCTopoJets
parent
ae71f219
No related branches found
No related tags found
4 merge requests
!69091
Fix correlated smearing bug in JER in JetUncertainties in 22.0
,
!58791
DataQualityConfigurations: Modify L1Calo config for web display
,
!51674
Fixing hotSpotInHIST for Run3 HIST
,
!46360
Migration of JETMX derivation configs for R22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
PhysicsAnalysis/DerivationFramework/DerivationFrameworkJetEtMiss/python/ExtendedJetCommon.py
+1
-1
1 addition, 1 deletion
.../DerivationFrameworkJetEtMiss/python/ExtendedJetCommon.py
with
1 addition
and
1 deletion
PhysicsAnalysis/DerivationFramework/DerivationFrameworkJetEtMiss/python/ExtendedJetCommon.py
+
1
−
1
View file @
ce01a687
...
@@ -373,7 +373,7 @@ def addRscanJets(jetalg,radius,inputtype,sequence,outputlist):
...
@@ -373,7 +373,7 @@ def addRscanJets(jetalg,radius,inputtype,sequence,outputlist):
if
inputtype
==
"
TruthWZ
"
:
if
inputtype
==
"
TruthWZ
"
:
addStandardJets
(
jetalg
,
radius
,
"
TruthWZ
"
,
mods
=
"
truth_ungroomed
"
,
ptmin
=
5000
,
algseq
=
sequence
,
outputGroup
=
outputlist
)
addStandardJets
(
jetalg
,
radius
,
"
TruthWZ
"
,
mods
=
"
truth_ungroomed
"
,
ptmin
=
5000
,
algseq
=
sequence
,
outputGroup
=
outputlist
)
elif
inputtype
==
"
LCTopo
"
:
elif
inputtype
==
"
LCTopo
"
:
addStandardJets
(
jetalg
,
radius
,
"
LCTopo
"
,
mods
=
"
lctopo_
ungroom
ed
"
,
addStandardJets
(
jetalg
,
radius
,
"
LCTopo
"
,
mods
=
"
lctopo_
reduc
ed
"
,
ghostArea
=
0.01
,
ptmin
=
2000
,
ptminFilter
=
7000
,
calibOpt
=
"
none
"
,
algseq
=
sequence
,
outputGroup
=
outputlist
)
ghostArea
=
0.01
,
ptmin
=
2000
,
ptminFilter
=
7000
,
calibOpt
=
"
none
"
,
algseq
=
sequence
,
outputGroup
=
outputlist
)
##################################################################
##################################################################
...
...
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