Skip to content
Snippets Groups Projects
Commit c54137f4 authored by Goetz Gaycken's avatar Goetz Gaycken
Browse files

Fix configuration of calo cluster thinning tool.

Former-commit-id: 30d13c84960689379dacb776467a48268af27761
parent 69e21f66
No related branches found
No related tags found
No related merge requests found
......@@ -280,10 +280,8 @@ def getAntiKt10LCTopoCaloClusterThinning(tool_prefix, thinning_helper, **kwargs)
kwargs.setdefault('SGKey', 'AntiKt10LCTopoJets')
kwargs.setdefault('SelectionString', '(AntiKt10LCTopoJets.pt > 100*GeV && abs(AntiKt10LCTopoJets.eta)<2.6)')
kwargs.setdefault('AdditionalClustersKey', ["EMOriginTopoClusters","LCOriginTopoClusters","CaloCalTopoClusters"])
return getJetCaloClusterThinning(tool_prefix,
thinning_helper,
AdditionalClustersKey = kwargs.pop('AdditionalClustersKey'),
**kwargs)
return getJetCaloClusterThinning(tool_prefix, thinning_helper, **kwargs)
def getAntiKt10LCTopoTrimmedPtFrac5SmallR20Thinning(tool_prefix, thinning_helper) :
from DerivationFrameworkTools.DerivationFrameworkToolsConf import DerivationFramework__GenericObjectThinning
......
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