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

Laser: split pass conditions of test04 among multiple tests

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

#DESC tests refraction on silicon-air interface

[Allpix]
detectors_file = "geometry_basic.conf"
number_of_events = 1
multithreading = false
random_seed = 0


[DepositionLaser]

log_level = "DEBUG"
beam_geometry = "cylindrical"
beam_waist = 100um
number_of_photons = 100
source_position = 0 1 0
beam_direction = 0 -1 5
wavelength = 660nm

#PASS normal at entry: (-0,-1,-0), binormal: (1,0,-0)
+0 −5
Original line number Diff line number Diff line
@@ -20,9 +20,4 @@ source_position = 0 1 0
beam_direction = 0 -1 5
wavelength = 660nm

#PASS normal at entry: (-0,-1,-0), binormal: (1,0,-0)
#PASS incidence angle: 78.6901deg, refraction angle: 14.8344deg
#PASS direction after refraction: (0,-0.96667,0.256026)
#PASS normal at entry: (-0,-0,1), binormal: (-1,-0,-0)
#PASS incidence angle: 11.3099deg, refraction angle: 2.93513deg
#PASS direction after refraction: (0,-0.0512053,0.998688)
+23 −0
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2022 CERN and the Allpix Squared authors
# SPDX-License-Identifier: MIT

#DESC tests refraction on silicon-air interface

[Allpix]
detectors_file = "geometry_basic.conf"
number_of_events = 1
multithreading = false
random_seed = 0


[DepositionLaser]

log_level = "DEBUG"
beam_geometry = "cylindrical"
beam_waist = 100um
number_of_photons = 100
source_position = 0 1 0
beam_direction = 0 -1 5
wavelength = 660nm

#PASS direction after refraction: (0,-0.96667,0.256026)
+23 −0
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2022 CERN and the Allpix Squared authors
# SPDX-License-Identifier: MIT

#DESC tests refraction on silicon-air interface

[Allpix]
detectors_file = "geometry_basic.conf"
number_of_events = 1
multithreading = false
random_seed = 0


[DepositionLaser]

log_level = "DEBUG"
beam_geometry = "cylindrical"
beam_waist = 100um
number_of_photons = 100
source_position = 0 1 0
beam_direction = 0 -1 5
wavelength = 660nm

#PASS normal at entry: (-0,-0,1), binormal: (-1,-0,-0)
+23 −0
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2022 CERN and the Allpix Squared authors
# SPDX-License-Identifier: MIT

#DESC tests refraction on silicon-air interface

[Allpix]
detectors_file = "geometry_basic.conf"
number_of_events = 1
multithreading = false
random_seed = 0


[DepositionLaser]

log_level = "DEBUG"
beam_geometry = "cylindrical"
beam_waist = 100um
number_of_photons = 100
source_position = 0 1 0
beam_direction = 0 -1 5
wavelength = 660nm

#PASS incidence angle: 11.3099deg, refraction angle: 2.93513deg
Loading