Skip to content

Instantly share code, notes, and snippets.

@tmplt
Last active August 10, 2018 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmplt/da525fee9b067a2e3a4161f26c46c92f to your computer and use it in GitHub Desktop.
Save tmplt/da525fee9b067a2e3a4161f26c46c92f to your computer and use it in GitHub Desktop.
Allpix² GSOC18 benchmark configurations
[Allpix]
log_level = "INFO"
log_format = "DEFAULT"
detectors_file = "12detectors_def.conf"
number_of_events = 10000
random_seed = 12
experimental_multithreading = true
[GeometryBuilderGeant4]
[DepositionGeant4]
physics_list = FTFP_BERT_EMY
particle_type = "Pi+"
beam_energy = 120GeV
beam_position = 0 0 -10mm
beam_size = 1mm
beam_direction = 0 0 1
number_of_particles = 1
max_step_length = 1um
[ElectricFieldReader]
model = "linear"
bias_voltage = 6V
[GenericPropagation]
propagate_holes = true
charge_per_step = 100
temperature = 291.15
[SimpleTransfer]
max_depth_distance = 5um
[DefaultDigitizer]
# replace by [VisualizationGeant4] to run the visualization
[Ignore]
mode = "gui"
[detector1]
type = "timepix"
position = 0 0 0
orientation = 0 0 0
[detector2]
type = "timepix"
position = 0 0 30mm
orientation = 0 0 0
[detector3]
type = "timepix"
position = 0 0 60mm
orientation = 0 0 0
[detector4]
type = "timepix"
position = 0 0 90mm
orientation = 0 0 0
[detector5]
type = "timepix"
position = 0 0 120mm
orientation = 0 0 0
[detector6]
type = "timepix"
position = 0 0 150mm
orientation = 0 0 0
[detector7]
type = "timepix"
position = 0 0 180mm
orientation = 0 0 0
[detector8]
type = "timepix"
position = 0 0 210mm
orientation = 0 0 0
[detector9]
type = "timepix"
position = 0 0 240mm
orientation = 0 0 0
[detector10]
type = "timepix"
position = 0 0 270mm
orientation = 0 0 0
[detector11]
type = "timepix"
position = 0 0 300mm
orientation = 0 0 0
[detector12]
type = "timepix"
position = 0 0 330mm
orientation = 0 0 0
[Allpix]
log_level = "INFO"
log_format = "DEFAULT"
detectors_file = "1detectors_def.conf"
number_of_events = 10000
random_seed = 1
experimental_multithreading = true
[GeometryBuilderGeant4]
[DepositionGeant4]
physics_list = FTFP_BERT_EMY
particle_type = "Pi+"
beam_energy = 120GeV
beam_position = 0 0 -10mm
beam_size = 1mm
beam_direction = 0 0 1
number_of_particles = 1
max_step_length = 1um
[ElectricFieldReader]
model = "linear"
bias_voltage = 6V
[GenericPropagation]
propagate_holes = true
charge_per_step = 100
temperature = 291.15
[SimpleTransfer]
max_depth_distance = 5um
[DefaultDigitizer]
# replace by [VisualizationGeant4] to run the visualization
[Ignore]
mode = "gui"
[detector1]
type = "timepix"
position = 0 0 0
orientation = 0 0 0
[Allpix]
log_level = "INFO"
log_format = "DEFAULT"
detectors_file = "4detectors_def.conf"
number_of_events = 10000
random_seed = 4
experimental_multithreading = true
[GeometryBuilderGeant4]
[DepositionGeant4]
physics_list = FTFP_BERT_EMY
particle_type = "Pi+"
beam_energy = 120GeV
beam_position = 0 0 -10mm
beam_size = 1mm
beam_direction = 0 0 1
number_of_particles = 1
max_step_length = 1um
[ElectricFieldReader]
model = "linear"
bias_voltage = 6V
[GenericPropagation]
propagate_holes = true
charge_per_step = 100
temperature = 291.15
[SimpleTransfer]
max_depth_distance = 5um
[DefaultDigitizer]
# replace by [VisualizationGeant4] to run the visualization
[Ignore]
mode = "gui"
[detector1]
type = "timepix"
position = 0 0 0
orientation = 0 0 0
[detector2]
type = "timepix"
position = 0 0 30mm
orientation = 0 0 0
[detector3]
type = "timepix"
position = 0 0 60mm
orientation = 0 0 0
[detector4]
type = "timepix"
position = 0 0 90mm
orientation = 0 0 0
@tmplt
Copy link
Author

tmplt commented Aug 10, 2018

Above are the benchmark configurations I used during my Google Summer of Code 2018 Project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment