Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions examples/ClientTests/scripts/BoxOfStraws_DDSim.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
# make ddsim find the sensitive detector for box of straws
SIM.action.calorimeterSDTypes = ['sensitive']

# Trigger printout of event seed
SIM.random.enableEventSeed = True

# Fix random seed for all events (debugging only):
# SIM.random.seed = <number>

SIM.filter.calo = ""

# Configure the regexSD for the BoxOfStraws gas_
Expand Down
Loading