Skip to content
Snippets Groups Projects

Tracking indices fixes for mcbm setups (v21d, v24b and v24d) + online tracking parameters update

Merged Sergei Zharko requested to merge s.zharko/cbmroot_parameter:ca-online-par-update into master
All threads resolved!
10 files
+ 625
22
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -14,20 +14,6 @@ ca:
core:
# Common parameters for the entire core
common:
# Sequence of station names to be IGNORED by tracking
# A station name contains the official detector subsystem abbreviation (MVD, STS, MUCH, TRD, TOF),
# which is followed by the local geometry index of station (the index, which is used in the detector
# interface classes). If there is no index provided, the whole detector subsystem is skept.
# Examples:
# 1) Turn the first and the second STS in the geometry and the full TRD detector off
# inactive_stations: ['STS:0', 'STS:1', 'TRD']
# 2) Turn first TOF station in the geometry off
# inactive_stations: [TOF:0]
# 3) Turn the full TOF off
# inactive_stations: [TOF]
#inactive_stations: ['MUCH']
inactive_stations: ['MUCH', 'TRD']
# Misalignment tolerances x[cm], y[cm], t[ns]
misalignment_tolerance:
sts: [0.2, 0.2, 100.0]
@@ -42,7 +28,6 @@ ca:
track_finder:
# Iteration sequence
# The iterations themselves are defined in the ca/possible_iterations branch.
#iteration_sequence: ['FastPrim', 'AllPrim', 'AllPrimJump', 'AllSec']
iteration_sequence: ['AllSec']
# Flag to suppress ghost tracks or not (true/false)
Loading