Skip to content
Snippets Groups Projects
Commit 7859d416 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'thinFEs-201203' into 'master'

Enable negative-E thinning of neutral FlowElement collection

See merge request atlas/athena!38836
parents 8cf018ef 3ded3b3d
No related branches found
No related tags found
No related merge requests found
......@@ -17,11 +17,13 @@ class ThinNegativeEnergyNeutralPFOs(Configured):
ThinNegativeEnergyNeutralPFOs = True,
StreamName = 'StreamAOD'
)
from RecExConfig.ObjKeyStore import cfgKeyStore
if cfgKeyStore.isInInput('xAOD::FlowElementContainer', 'JetETMissNeutralFlowElements',):
theNegativeEnergyNeutralPFOsThinner.NeutralPFOsFEKey = "JetETMissNeutralFlowElements"
print (theNegativeEnergyNeutralPFOsThinner)
CHSnPFOsThinAlg = None
from RecExConfig.ObjKeyStore import cfgKeyStore
from JetRec.JetRecFlags import jetFlags
if (jetFlags.useTracks or
......
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