Skip to content

first version of alignment parameters for the May 2024 Ni-Ni data

First version of the alignment for the mcbm_beam_2024_05_08_nickel setup.

   diff --git a/macro/L1/configs/ca_params_mcbm.yaml b/macro/L1/configs/ca_params_mcbm.yaml
index d2ed45098..bf21f25e0 100644
--- a/macro/L1/configs/ca_params_mcbm.yaml
+++ b/macro/L1/configs/ca_params_mcbm.yaml
@@ -30,10 +30,10 @@ ca:
 
       # Misalignment tolerances x[cm], y[cm], t[ns]
       misalignment_tolerance: 
-        sts:  [0.2, 0.2, 100.0]
-        much: [0.2, 0.2, 100.0]
-        trd:  [0.2, 0.2, 100.0]
-        tof:  [0.2, 0.2, 100.0]
+        sts:  [0., 0., 100.0]
+        much: [0., 0., 100.0]
+        trd:  [0., 0., 100.0]
+        tof:  [0., 0., 100.0]
 
       # Random seed
       random_seed: 1
@@ -43,7 +43,7 @@ ca:
       # Iteration sequence
       # The iterations themselves are defined in the ca/possible_iterations branch.
       #iteration_sequence: ['FastPrim', 'AllPrim', 'AllPrimJump', 'AllSec']
-      iteration_sequence: ['AllPrim', 'AllSec']
+      iteration_sequence: ['AllSec']
       
       # Flag to suppress ghost tracks or not (true/false)
       is_ghost_suppression: false

Merge request reports