Skip to content

L1: Interfaces updates

Sergei Zharko requested to merge s.zharko/cbmroot:L1Algo-dev6 into master

NOTE: If your reconstruction macro throws fatal error after this merge, please, add the following task before CbmKF: run->AddTask(new CbmTrackingDetectorInterfaceInit());

  • Geometry parameters of L1Algo were incapsulated inside the L1Parameters, compile-time constants were moved to L1Constants.h
  • Tracking interfaces for MVD, STS, MuCh and TRD were introduced:
    • CbmMvdTrackingInterface,
    • CbmStsTrackingInterface,
    • CbmMuchTrackingInterface,
    • CbmTrdTrackingInterface
  • Consistency checks for L1Algo parameter structures were added
Edited by Sergei Zharko

Merge request reports