Skip to content

Commit

Permalink
use cylinder volumes based tracking region in arc explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
Zehvogel committed Dec 16, 2024
1 parent f7fd320 commit 808c198
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CLDConfig/cld_arc_steer.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,6 @@ def setupCerenkov(kernel):
)
SIM.filter.mapDetFilter["ARCBARREL"] = "opticalphotons"
SIM.filter.mapDetFilter["ARCENDCAP"] = "opticalphotons"

# explicitly use the cylinder volume base particle handler
SIM.part.userParticleHandler = "Geant4TCUserParticleHandler"

0 comments on commit 808c198

Please sign in to comment.