File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ struct nucleiQC {
266266 default :
267267 candidate.flags |= 0 ;
268268 }
269-
269+
270270 if (track.hasTOF ())
271271 candidate.flags |= nuclei::Flags::kHasTOF ;
272272
@@ -441,7 +441,7 @@ struct nucleiQC {
441441 mcParticlesThisCollision.bindExternalIndices (&mcParticles);
442442
443443 for (const auto & particle : mcParticlesThisCollision) {
444-
444+
445445 if (std::find (mFilledMcParticleIds .begin (), mFilledMcParticleIds .end (), particle.globalIndex ()) != mFilledMcParticleIds .end ())
446446 continue ;
447447
@@ -484,7 +484,6 @@ struct nucleiQC {
484484 }
485485 }
486486 PROCESS_SWITCH (nucleiQC, processMc, " Mc analysis" , false );
487-
488487};
489488
490489WorkflowSpec defineDataProcessing (ConfigContext const & cfgc)
You can’t perform that action at this time.
0 commit comments