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.
- Should be used/called from the steering macro https://git.cbm.gsi.de/computing/cbmroot/-/blob/master/macro/beamtime/mcbm2024/mcbm_event_reco_L1.C
- Preferably one should also reduce CA search windows and/or release the target bias according to the model:
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
- of interest to @s.zharko @s.zharko @n.herrmann @a.toia
Merge request reports
Activity
Filter activity
requested review from @s.zharko
assigned to @p.-a.loizeau
added 16 commits
-
dcb668d4...375449ad - 15 commits from branch
CbmSoft:master
- 6fdb3e4f - first version of alignment parameters for the May 2024 Ni-Ni data
-
dcb668d4...375449ad - 15 commits from branch
Dear @f.uhlig, @p.-a.loizeau, @d.emschermann,
you have been identified as code owner of at least one file which was changed with this merge request.
Please check the changes and approve them or request changes.
added CodeOwners label
mentioned in commit a.bercuci/cbmroot@0b6e6759
mentioned in merge request computing/cbmroot!1871 (merged)
added 5 commits
-
6fdb3e4f...4f81d6eb - 3 commits from branch
CbmSoft:master
- bd681b3c - first version of alignment parameters for the May 2024 Ni-Ni data
- a292f2b6 - update alignment for shifting the mCBM setup vertex to approx 0,0,0
-
6fdb3e4f...4f81d6eb - 3 commits from branch
Please register or sign in to reply