Commit 4fd63d6b authored by Daniil Rastorguev's avatar Daniil Rastorguev
Browse files

Laser: added test 02 on multiple detectors

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

#DESC tests deposition in multiple detectors

[Allpix]
detectors_file = "geometry_4boxes.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 Registered hits in 4 detectors
+22 −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.5mm 0.5mm 3mm
orientation = 0deg 0deg 0deg

[d2]
type = "cube_1mm"
position = 0.5mm -0.5mm 3mm
orientation = 0deg 0deg 0deg

[d3]
type = "cube_1mm"
position = -0.5mm 0.5mm 3mm
orientation = 0deg 0deg 0deg

[d4]
type = "cube_1mm"
position = -0.5mm -0.5mm 3mm
orientation = 0deg 0deg 0deg