diff --git a/examples/rpt/particle-cell-reconstruction/counts.reconstruction b/examples/rpt/particle-cell-reconstruction/counts.reconstruction deleted file mode 100644 index 064a735c7d..0000000000 --- a/examples/rpt/particle-cell-reconstruction/counts.reconstruction +++ /dev/null @@ -1,21 +0,0 @@ -detector_counts_0 detector_counts_1 detector_counts_2 detector_counts_3 detector_counts_4 detector_counts_5 -5996 1222 4119 1291 1792 5987 -6463 1223 3777 1218 1953 6019 -6928 1236 3449 1154 2135 6002 -7386 1258 3147 1099 2343 5935 -7829 1288 2867 1052 2574 5823 -8238 1330 2613 1013 2835 5674 -8592 1380 2381 980 3125 5490 -8898 1443 2173 955 3449 5267 -9150 1516 1985 936 3797 5032 -9330 1601 1818 922 4176 4770 -9436 1702 1671 915 4591 4503 -9464 1815 1540 912 5026 4229 -9429 1945 1426 914 5492 3952 -9303 2093 1323 924 5979 3679 -9134 2258 1234 938 6481 3413 -8903 2445 1156 957 6997 3161 -8609 2654 1089 982 7510 2917 -8292 2888 1030 1015 8035 2688 -7916 3145 978 1055 8541 2475 -7523 3427 935 1100 9037 2279 \ No newline at end of file diff --git a/examples/rpt/particle-cell-reconstruction/positions.detector b/examples/rpt/particle-cell-reconstruction/positions.detector deleted file mode 100644 index b24031b22a..0000000000 --- a/examples/rpt/particle-cell-reconstruction/positions.detector +++ /dev/null @@ -1,8 +0,0 @@ -face_positions_x face_positions_y face_positions_z middle_positions_x middle_positions_y middle_positions_z -0.2 0 0.075 0.2381 0 0.075 --0.1 0.1732 0.075 -0.11905 0.2062 0.075 --0.1 -0.1732 0.075 -0.11905 -0.2062 0.075 --0.2 0 0.225 -0.2381 0 0.225 -0.1 0.1732 0.225 0.11905 0.2062 0.225 -0.1 -0.1732 0.225 0.11905 -0.2062 0.225 - diff --git a/examples/rpt/particle-cell-reconstruction/positions.known b/examples/rpt/particle-cell-reconstruction/positions.known deleted file mode 100644 index 49aa5c9b8b..0000000000 --- a/examples/rpt/particle-cell-reconstruction/positions.known +++ /dev/null @@ -1,21 +0,0 @@ -positions_x positions_y positions_z -0.036641644 -0.040340921 0.11 -0.040785485 -0.037490588 0.112 -0.044647444 -0.034272521 0.114 -0.048200594 -0.030719746 0.116 -0.051421788 -0.02686633 0.118 -0.054291545 -0.022747047 0.12 -0.056793911 -0.018397055 0.122 -0.058916319 -0.013851617 0.124 -0.060649431 -0.009145845 0.126 -0.061986977 -0.004314469 0.128 -0.06292559 0.00060837 0.13 -0.063464634 0.005589299 0.132 -0.063606032 0.01059588 0.134 -0.063354096 0.015596746 0.136 -0.062715351 0.02056173 0.138 -0.061698365 0.025461966 0.14 -0.060313583 0.03026998 0.142 -0.058573156 0.034959768 0.144 -0.056490783 0.039506853 0.146 -0.054081552 0.043888332 0.148 \ No newline at end of file diff --git a/examples/rpt/particle-cell-reconstruction/rpt-parameters.prm b/examples/rpt/particle-cell-reconstruction/rpt-parameters.prm deleted file mode 100644 index a115602689..0000000000 --- a/examples/rpt/particle-cell-reconstruction/rpt-parameters.prm +++ /dev/null @@ -1,46 +0,0 @@ -# SPDX-FileCopyrightText: Copyright (c) 2021-2023 The Lethe Authors -# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception OR LGPL-2.1-or-later - -# Listing of Parameters -#---------------------- -#--------------------------------------------------- -# RPT Monte Carlo technique -#--------------------------------------------------- - -subsection rpt parameters - set verbosity = verbose - set monte carlo iteration = 1000 - set random number seed = 0 - set reactor height = 0.3 - set reactor radius = 0.1 - set peak-to-total ratio = 0.4 - set sampling time = 1 - set gamma-rays emitted = 2 - set attenuation coefficient detector = 21.477 -end - -#--------------------------------------------------- -# Particle reconstruction -#--------------------------------------------------- - -subsection reconstruction - set coarse mesh level = 1 - set refinement = 6 - set reconstruction counts file = counts.reconstruction - set export reconstruction positions file = reconstruction.csv - set analyse positions = true - set known positions file = positions.known -end - -#--------------------------------------------------- -# Detector parameters -#--------------------------------------------------- - -subsection detector parameters - set detector positions file = positions.detector - set radius = 0.0381 - set length = 0.0762 - set dead time = 1e-5:1e-5:1e-5:1e-5:1e-5:1e-5 - set activity = 2e6:2e6:2e6:2e6:2e6:2e6 - set attenuation coefficient reactor = 10:10:10:10:10:10 -end