Commit a2dbe9b7 authored by Håkan Wennlöf's avatar Håkan Wennlöf
Browse files

Updated tests to include the new feature.

Kobayashi Maru solution to the CI complaints.
parent bf721ff8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ depletion_voltage = 150V
log_level = INFO
temperature = 293K
charge_per_step = 1
max_charge_groups = 0
propagate_electrons = false
propagate_holes = true
recombination_model = "srh_auger"
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ depletion_voltage = 150V
log_level = INFO
temperature = 293K
charge_per_step = 1
max_charge_groups = 0
propagate_electrons = false
propagate_holes = true
trapping_model = "custom"
+35 −0
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2017-2022 CERN and the Allpix Squared authors
# SPDX-License-Identifier: MIT

#DESC test the automatic scaling of charge per step when transport of a deposit would exceed the set max charge groups
[Allpix]
detectors_file = "detector.conf"
number_of_events = 1
random_seed = 0

[DepositionPointCharge]
model = "fixed"
source_type = "point"
position = 445um 220um 0um
number_of_charges = 2000

[DopingProfileReader]
log_level = DEBUG
model = "constant"
doping_concentration = 300000000000000

[ElectricFieldReader]
model = "linear"
bias_voltage = 100V
depletion_voltage = 150V

[GenericPropagation]
log_level = INFO
temperature = 293K
charge_per_step = 1
max_charge_groups = 1000
propagate_electrons = false
propagate_holes = true
recombination_model = "srh_auger"

#PASS Deposited charge: 2000, which exceeds the maximum number of charge groups allowed. Increasing charge_per_step to 2 for this deposit.