Skip to content

Commit

Permalink
fixing HCal endcap PositioningTool name for topo-clustering
Browse files Browse the repository at this point in the history
  • Loading branch information
Archil Durglishvili committed Dec 11, 2024
1 parent 595c875 commit 11f7ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v03/run_digi_reco.py
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ def setupTopoClusters(inputCells,
# positionsEMFwdTool=inputPositioningTools.get('ecalFwd', None),
positionsHCalBarrelTool=inputPositioningTools.get('hcalBarrel', None),
positionsHCalBarrelNoSegTool=None,
positionsHCalExtBarrelTool=inputPositioningTools.get('hcalExtBarrel', None),
positionsHCalExtBarrelTool=inputPositioningTools.get('hcalEndcap', None),
# positionsHECTool=inputPositioningTools.get('hcalEndcap', None),
# positionsHFwdTool=inputPositioningTools.get('hcalFwd', None),
noSegmentationHCal=False,
Expand Down

0 comments on commit 11f7ec6

Please sign in to comment.