Skip to content
Snippets Groups Projects
  • Sergei Zharko's avatar
    9d898740
    CA: Reorganisation of tracking iterations initialization · 9d898740
    Sergei Zharko authored
    A CA iteration (L1CAIteration class) represents a set of parameters, dependent from the particular track finder
    running step. Previously, default iterations were initialized in the CbmL1::Init function with hard-coded values.
    Now, the default iteration list is provided in the in the configuration file. At the moment there are three
    main configuration files:
       ${VMCWORKDIR}/macro/L1/configs/ca_params_sts.yaml    -- L1Algo::TrackingMode::kSts
       ${VMCWORKDIR}/macro/L1/configs/ca_params_mcbm.yaml   -- L1Algo::TrackingMode::kMcbm
       ${VMCWORKDIR}/macro/L1/configs/ca_params_global.yaml -- L1Algo::TrackingMode::kGlobal
    9d898740
    History
    CA: Reorganisation of tracking iterations initialization
    Sergei Zharko authored
    A CA iteration (L1CAIteration class) represents a set of parameters, dependent from the particular track finder
    running step. Previously, default iterations were initialized in the CbmL1::Init function with hard-coded values.
    Now, the default iteration list is provided in the in the configuration file. At the moment there are three
    main configuration files:
       ${VMCWORKDIR}/macro/L1/configs/ca_params_sts.yaml    -- L1Algo::TrackingMode::kSts
       ${VMCWORKDIR}/macro/L1/configs/ca_params_mcbm.yaml   -- L1Algo::TrackingMode::kMcbm
       ${VMCWORKDIR}/macro/L1/configs/ca_params_global.yaml -- L1Algo::TrackingMode::kGlobal