Skip to content
Snippets Groups Projects

PFlow reconstruction in Heavy-Ions conditions

Merged Sebastian Tapia Araya requested to merge stapiaar/athena:HIpflow_dev into 23.0
All threads resolved!
1 file
+ 6
3
Compare changes
  • Side-by-side
  • Inline
@@ -415,9 +415,12 @@ def getOfflinePFAlgorithm(inputFlags):
PFAlgorithm=CompFactory.PFAlgorithm
PFAlgorithm = PFAlgorithm("PFAlgorithm")
topoClustersName="CaloTopoClusters"
PFAlgorithm.PFClusterSelectorTool = getPFClusterSelectorTool(topoClustersName,"CaloCalTopoClusters","PFClusterSelectorTool")
if inputFlags.HeavyIon.Egamma.doSubtractedClusters:
PFAlgorithm.PFClusterSelectorTool = getPFClusterSelectorTool(inputFlags.HeavyIon.Egamma.UncalibCaloTopoCluster,inputFlags.HeavyIon.Egamma.CaloTopoCluster,"PFClusterSelectorTool")
else:
topoClustersName="CaloTopoClusters"
PFAlgorithm.PFClusterSelectorTool = getPFClusterSelectorTool(topoClustersName,"CaloCalTopoClusters","PFClusterSelectorTool")
PFAlgorithm.SubtractionToolList = [getPFCellLevelSubtractionTool(inputFlags,"PFCellLevelSubtractionTool")]
Loading