Skip to content

Integration of cbm::algo::EventBuilder in the FairRoot run/task framework

Volker Friese requested to merge v.friese/cbmroot:evbuildtask into master

Integration of cbm::algo::EventBuilder in the FairRoot run/task framework, with the new task CbmTaskBuildEvents. Included into regular testing. Refs #2271.

The integration is done by implementing a task CbmTaskBuildEvents, configuring and calling the algorithm. The MR includes a new macro reco_digi.C which reconstructs from digi level. This macro is meant to expand with the progress of the algo project. The macro is included in the CI tests.

The current implementation is for STS only and uses a dummy for the trigger list. The latter point will change with the integration of algo::TimeClusterTrigger, when the trigger list created by that will be passed to the event builder.

Merge request reports