Skip to content

Bug fix in SetTimeCut's

Alberica Toia requested to merge a.toia/cbmroot:StsRecoFix into master

The functions SetTimeCutDigisAbs, ... set the time cut in CbmRecoSts but the value they set is not propagated to the CbmStsAlgoFindClusters and CbmStsAlgoFindHits I fixed by:

  • changing the name of the data member to have the same
  • in CbmStsRecoModule.h I added the functions SetTimeCutClustersAbs, ....
  • in CbmRecoSts.cxx I propagate the value in CbmStsReco::CreateModules()

Merge request reports