Commit b0a44273 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Add test for passive model material

parent 95966553
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2019-2023 CERN and the Allpix Squared authors
# SPDX-License-Identifier: MIT

#DESC ensures placing a detector inside a passive material will not cause overlapping materials.
[Allpix]
detectors_file = "detector_passive_materials.conf"
number_of_events = 0
random_seed = 0

[GeometryBuilderGeant4]
log_level = "TRACE"

#PASS (TRACE) [I:GeometryBuilderGeant4] Found material "G4_Pb" in Geant4 NIST Database
+1 −1
Original line number Diff line number Diff line
@@ -12,5 +12,5 @@ type = "box"
size = 10mm 10mm 10mm
position = 0mm 0mm -10mm
orientation = 0deg 0deg 0deg
material = "lead"
material = "G4_Pb"
role = "passive"