Skip to content

Commit 7cd3c42

Browse files
committed
DPL Analysis: fix for reworked column getters
1 parent e0b6647 commit 7cd3c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/TableProducer/eventSelection.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1363,7 +1363,7 @@ struct LumiTask {
13631363
const char* srun = Form("%d", run);
13641364

13651365
for (const auto& bc : bcs) {
1366-
auto& selection = bc.selection_raw();
1366+
auto selection = bc.selection_raw();
13671367
if (bcPatternB[bc.globalBC() % nBCsPerOrbit] == 0) // skip non-colliding bcs
13681368
continue;
13691369

0 commit comments

Comments
 (0)