Commit c58ccc47 authored by Daniil Rastorguev's avatar Daniil Rastorguev
Browse files

Laser: added test 03 on passive objects

parent 4fd63d6b
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2022 CERN and the Allpix Squared authors
# SPDX-License-Identifier: MIT

#DESC tests termination of tracks in passive objects

[Allpix]
detectors_file = "geometry_passive.conf"
number_of_events = 1
multithreading = false

[DepositionLaser]

log_level = "DEBUG"
beam_geometry = "converging"
beam_waist = 10um
beam_convergence_angle = 10deg
focal_distance = 2.6mm
number_of_photons = 10000
source_position = 0 0 0
beam_direction = 0 0 1
wavelength = 660nm


#PASS Absorbed by (p1) passive object
#PASS Registered hits in 0 detectors
#FAIL Registered hits in 1 detectors
+15 −0
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2022 CERN and the Allpix Squared authors
# SPDX-License-Identifier: MIT

[d1]
type = "cube_1mm"
position = 0 0 3mm
orientation = 0deg 0deg 0deg

[p1]
position = 0mm 0mm 2mm
size = 2mm 2mm 0.01mm
orientation = 0 0 0deg
material = "lead"
type = "box"
role = "passive"