Skip to content

Commit

Permalink
remove superseded HCal positioning tool (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannimarchiori authored Nov 8, 2024
1 parent d0936e4 commit 046d75c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v02/run_digi_reco.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@
# createHcalEndcapCells.hits.Path="HCalEndcapHits"
# createHcalEndcapCells.cells.Path="HCalEndcapCells"

from Configurables import CellPositionsHCalBarrelPhiThetaSegTool
cellPositionHcalBarrelTool = CellPositionsHCalBarrelPhiThetaSegTool(
from Configurables import CellPositionsHCalPhiThetaSegTool
cellPositionHcalBarrelTool = CellPositionsHCalPhiThetaSegTool(
"CellPositionsHCalBarrel",
readoutName=hcalBarrelReadoutName,
OutputLevel=INFO
Expand Down

0 comments on commit 046d75c

Please sign in to comment.