Commit 845d7d52 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Merge branch 'pulse_skiptest' into 'master'

PulseTransfer: add test for skipping of charge carriers

See merge request allpix-squared/allpix-squared!1194
parents 6fb21ba4 d828d18e
Loading
Loading
Loading
Loading
+31 −0
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2017-2025 CERN and the Allpix Squared authors
# SPDX-License-Identifier: MIT

#DESC tests the calculation of induced signals based on the arrival time of charge carriers at the sensor surface.
[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 = 20

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

[GenericPropagation]
temperature = 293K
charge_per_step = 1
propagate_electrons = false
propagate_holes = true

[PulseTransfer]
log_level = TRACE
skip_charge_carriers = "HOLE"

#PASS [R:PulseTransfer:mydetector] Skipping charge carrier of type "h"