We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0b6647 commit 7cd3c42Copy full SHA for 7cd3c42
1 file changed
Common/TableProducer/eventSelection.cxx
@@ -1363,7 +1363,7 @@ struct LumiTask {
1363
const char* srun = Form("%d", run);
1364
1365
for (const auto& bc : bcs) {
1366
- auto& selection = bc.selection_raw();
+ auto selection = bc.selection_raw();
1367
if (bcPatternB[bc.globalBC() % nBCsPerOrbit] == 0) // skip non-colliding bcs
1368
continue;
1369
0 commit comments