Bug fix in SetTimeCut's
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()