Skip to content
Snippets Groups Projects

ThinningUtils+CaloRec+JetRec+eflowRec: Migrate to MT thinning.

Merged Scott Snyder requested to merge ssnyder/athena:thinning.ThinningUtils-20191219 into master
All threads resolved!
35 files
+ 563
706
Compare changes
  • Side-by-side
  • Inline
Files
35
@@ -390,16 +390,12 @@ if __name__=="__main__":
# "CaloClusterCellLinkContainer#"+theKey+"_links"
]))
ThinningSvc, ThinningOutputTool=CompFactory.getComps("ThinningSvc","ThinningOutputTool",)
cfg.addService(ThinningSvc())
tot = ThinningOutputTool("Thin_xAOD",ThinningSvc = cfg.getService("ThinningSvc"))
cfg.getEventAlgo("OutputStreamxAOD").HelperTools += [tot]
ThinNegativeEnergyCaloClustersAlg=CompFactory.ThinNegativeEnergyCaloClustersAlg
theNegativeEnergyCaloClustersThinner = ThinNegativeEnergyCaloClustersAlg(
"ThinNegativeEnergyCaloClustersAlg",
CaloClustersKey=theKey,
ThinNegativeEnergyCaloClusters = True,
StreamName = 'StreamAOD'
)
cfg.addEventAlgo(theNegativeEnergyCaloClustersThinner,"AthAlgSeq")
Loading