Skip to content

Commit

Permalink
Creating empty array for SimG4Alg.outputs (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt authored Oct 25, 2023
1 parent 31822c6 commit 25bf476
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RecFCCeeCalorimeter/tests/options/runCaloSim.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@

from Configurables import SimG4Alg
from Configurables import SimG4SaveCalHits
SimG4Alg("SimG4Alg").outputs = []

saveECalBarrelTool = SimG4SaveCalHits("saveECalBarrelHits")
saveECalBarrelTool.readoutNames = ["ECalBarrelEta"]
saveECalBarrelTool.CaloHits.Path = "ECalBarrelPositionedHits"
Expand Down

0 comments on commit 25bf476

Please sign in to comment.