Skip to content
Snippets Groups Projects
Commit 4eab7686 authored by Volker Friese's avatar Volker Friese
Browse files

Fix small bug.

parent d112a8ea
No related branches found
No related tags found
1 merge request!1248cbmreco: Monitor unpacking.
Pipeline #23257 passed
...@@ -116,7 +116,7 @@ RecoResults Reco::Run(const fles::Timeslice& ts) ...@@ -116,7 +116,7 @@ RecoResults Reco::Run(const fles::Timeslice& ts)
// --- Digi event building // --- Digi event building
std::vector<CbmDigiEvent> events; std::vector<CbmDigiEvent> events;
if (Opts().HasStep(Step::DigiTrigger)) events = fEventBuild.Run(digiTs); if (Opts().HasStep(Step::DigiTrigger)) events = fEventBuild.Run(unpackResult.first);
sts::HitfinderMonitor stsHitfinderMonitor; sts::HitfinderMonitor stsHitfinderMonitor;
if (Opts().HasStep(Step::LocalReco) && Opts().HasDetector(fles::Subsystem::STS)) if (Opts().HasStep(Step::LocalReco) && Opts().HasDetector(fles::Subsystem::STS))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment