Skip to content

extend use of check time difference algo for the case of user selections

Alexandru Bercuci requested to merge a.bercuci/cbmroot:time-checker into master

Extend the application of the McbmCheckTiming Algo/Task for the case of user multiple selection.

  • add user functionality void SetDetectorDifferential(ECbmModuleId detIn, std::vector<std::string> vName);
  • add usage in check_timing_any.C macro timeChecker->SetDetectorDifferential(ECbmModuleId::kTrd, {"5", "21", "37", "53"});
  • introduce detector folders for better redability TimeChecker

Merge request reports