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

Fix bug in event selector

parent 394a064d
No related branches found
No related tags found
1 merge request!1240Added event selector to CbmReco and its YAML configuration
Pipeline #23202 passed
...@@ -25,7 +25,7 @@ namespace cbm::algo ...@@ -25,7 +25,7 @@ namespace cbm::algo
//This requires consequtive addresses for modules and stations. //This requires consequtive addresses for modules and stations.
// --- Digi number in BMON // --- Digi number in BMON
if (!(event.fData.fT0.fDigis.size() > fParams.fMinNumDigisBmon)) return false; if (!(event.fData.fT0.fDigis.size() >= fParams.fMinNumDigisBmon)) return false;
// --- Number of STS stations // --- Number of STS stations
if (0 < fParams.fStsMinStations) { if (0 < fParams.fStsMinStations) {
......
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