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