Skip to content

Commit

Permalink
add topo-clustering for HCal endcap in ALLEGRO_o1_v03/run_digi_reco.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Archil Durglishvili committed Dec 11, 2024
1 parent 11f7ec6 commit ddf412f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v03/run_digi_reco.py
Original file line number Diff line number Diff line change
Expand Up @@ -854,15 +854,18 @@ def setupTopoClusters(inputCells,
if runHCal:
CaloTopoClusterInputs = {
"ecalBarrel": ecalBarrelPositionedCellsName,
"hcalBarrel": hcalBarrelPositionedCellsName
"hcalBarrel": hcalBarrelPositionedCellsName,
"hcalEndcap": hcalEndcapPositionedCellsName,
}
CaloTopoClusterReadouts = {
"ecalBarrel": ecalBarrelReadoutName,
"hcalBarrel": hcalBarrelReadoutName
"hcalBarrel": hcalBarrelReadoutName,
"hcalEndcap": hcalEndcapReadoutName,
}
CaloTopoClusterPositioningTools = {
"ecalBarrel": cellPositionEcalBarrelTool,
"hcalBarrel": cellPositionHCalBarrelTool,
"hcalEndcap": cellPositionHCalEndcapTool,
}
setupTopoClusters(CaloTopoClusterInputs,
CaloTopoClusterReadouts,
Expand Down

0 comments on commit ddf412f

Please sign in to comment.