Skip to content

Commit a6737b0

Browse files
Update antinucleiInJets.cxx
1 parent 2177d41 commit a6737b0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

PWGLF/Tasks/Nuspex/antinucleiInJets.cxx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3629,7 +3629,7 @@ struct AntinucleiInJets {
36293629
}
36303630
PROCESS_SWITCH(AntinucleiInJets, processCoalescence, "process coalescence", false);
36313631

3632-
// process Coalescence and Correlation Analysis
3632+
// process Coalescence and Correlation Analysis
36333633
void processCoalescenceCorr(GenCollisionsMc const& collisions, aod::McParticles const& mcParticles)
36343634
{
36353635
// Deuteron Mass and minimum pt
@@ -3716,7 +3716,6 @@ struct AntinucleiInJets {
37163716
continue;
37173717

37183718
if (passDeuteronCoalescence(protonCandidates[iP], neutronCandidates[iN], coalescenceMomentum, mRand)) {
3719-
37203719
neutronCandidates[iN].used = true;
37213720
protonCandidates[iP].used = true;
37223721

@@ -3738,8 +3737,8 @@ struct AntinucleiInJets {
37383737
}
37393738
}
37403739

3741-
// Add unused protons to final vectors
3742-
for (const auto& proton : protonCandidates) {
3740+
// Add unused protons to final vectors
3741+
for (const auto& proton : protonCandidates) {
37433742
if (!proton.used) {
37443743
finalProtons.push_back(proton);
37453744
}

0 commit comments

Comments
 (0)