Skip to content

Commit aea6d75

Browse files
author
wpierozak
committed
Changed default value of min number of entries in EventsPerBcProcessor from 5000 to 5000u
1 parent 7d3a1e2 commit aea6d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/FIT/FT0/calibration/workflow/FT0EventsPerBcProcessor-Workflow.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ o2::framework::WorkflowSpec defineDataProcessing(o2::framework::ConfigContext co
3737
Options{
3838
{"slot-len-sec", VariantType::UInt32, 3600u, {"Duration of each slot in seconds"}},
3939
{"one-object-per-run", VariantType::Bool, false, {"If set, workflow creates only one calibration object per run"}},
40-
{"min-entries-number", VariantType::UInt32, 5000, {"Minimum number of entries required for a slot to be valid"}},
40+
{"min-entries-number", VariantType::UInt32, 5000u, {"Minimum number of entries required for a slot to be valid"}},
4141
{"min-ampl-side-a", VariantType::Int, 0, {"Amplitude threshold for Side A events"}},
4242
{"min-ampl-side-c", VariantType::Int, 0, {"Amplitude threshold for Side C events"}}}};
4343

0 commit comments

Comments
 (0)