Commit 1341a321 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Add test for CanaliFast

parent 38357a5c
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2021-2023 CERN and the Allpix Squared authors
# SPDX-License-Identifier: MIT

#DESC tests selection of mobility model "canali"
[Allpix]
detectors_file = "detector.conf"
number_of_events = 1
random_seed = 0
multithreading = true
workers = 3

[DepositionPointCharge]
model = "fixed"
source_type = "point"
position = 0,0,0

[GenericPropagation]
temperature = 293K
charge_per_step = 100
mobility_model = "canali_fast"
log_level = INFO
propagate_electrons = true
propagate_holes = true

#PASS (INFO) [I:GenericPropagation:mydetector] Selected mobility model "canali"
#LABEL coverage
#FAIL ERROR
#FAIL FATAL