Skip to content

Commit

Permalink
remove superseded tool
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannimarchiori committed Nov 6, 2024
1 parent 31588a7 commit b7c1a09
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 176 deletions.

This file was deleted.

This file was deleted.

8 changes: 4 additions & 4 deletions RecFCCeeCalorimeter/tests/options/run_thetamodulemerged.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,8 @@
OutputLevel=INFO)

# 2 - attach positions to the cells
from Configurables import CellPositionsHCalBarrelPhiThetaSegTool
cellPositionHcalBarrelTool = CellPositionsHCalBarrelPhiThetaSegTool(
from Configurables import CellPositionsHCalPhiThetaSegTool
cellPositionHcalBarrelTool = CellPositionsHCalPhiThetaSegTool(
"CellPositionsHCalBarrel",
readoutName=hcalBarrelReadoutName,
OutputLevel=INFO
Expand Down Expand Up @@ -466,9 +466,9 @@
rewriteHCalBarrel.outhits.Path = hcalBarrelCellsName2

# 4 - attach positions to the new cells
from Configurables import CellPositionsHCalBarrelPhiThetaSegTool
from Configurables import CellPositionsHCalPhiThetaSegTool
hcalBarrelPositionedCellsName2 = "HCalBarrelPositionedCells2"
cellPositionHcalBarrelTool2 = CellPositionsHCalBarrelPhiThetaSegTool(
cellPositionHcalBarrelTool2 = CellPositionsHCalPhiThetaSegTool(
"CellPositionsHCalBarrel2",
readoutName=hcalBarrelReadoutName2,
OutputLevel=INFO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,8 @@
OutputLevel=INFO)

# 2 - attach positions to the cells (cell positions needed for RedoSegmentation!)
from Configurables import CellPositionsHCalBarrelPhiThetaSegTool
cellPositionHcalBarrelTool = CellPositionsHCalBarrelPhiThetaSegTool(
from Configurables import CellPositionsHCalPhiThetaSegTool
cellPositionHcalBarrelTool = CellPositionsHCalPhiThetaSegTool(
"CellPositionsHCalBarrel",
readoutName=hcalBarrelReadoutName,
OutputLevel=INFO
Expand Down Expand Up @@ -475,9 +475,9 @@
cells=hcalBarrelCellsName2)

# 4 - attach positions to the new cells
from Configurables import CellPositionsHCalBarrelPhiThetaSegTool
from Configurables import CellPositionsHCalPhiThetaSegTool
hcalBarrelPositionedCellsName2 = "HCalBarrelPositionedCells2"
cellPositionHcalBarrelTool2 = CellPositionsHCalBarrelPhiThetaSegTool(
cellPositionHcalBarrelTool2 = CellPositionsHCalPhiThetaSegTool(
"CellPositionsHCalBarrel2",
readoutName=hcalBarrelReadoutName2,
OutputLevel=INFO
Expand Down

0 comments on commit b7c1a09

Please sign in to comment.