Skip to content
Snippets Groups Projects
Commit ce01a687 authored by Albert Kong's avatar Albert Kong
Browse files

Possible fix for ghost association of LCTopoJets

parent ae71f219
No related branches found
No related tags found
4 merge requests!69091Fix correlated smearing bug in JER in JetUncertainties in 22.0,!58791DataQualityConfigurations: Modify L1Calo config for web display,!51674Fixing hotSpotInHIST for Run3 HIST,!46360Migration of JETMX derivation configs for R22
...@@ -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_ungroomed", addStandardJets(jetalg, radius, "LCTopo", mods="lctopo_reduced",
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)
################################################################## ##################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment