Skip to content

Commit 3e21163

Browse files
authored
Merge pull request #16 from alibuild/alibot-cleanup-17444
[PWGLF] Please consider the following formatting changes to #17444
2 parents 1532431 + 7b183d4 commit 3e21163

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGLF/TableProducer/Nuspex/ebyeMaker.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ struct EbyeMaker {
945945
candV0.genpt = genPt;
946946
candV0.geneta = mcPart.eta();
947947
candV0.pdgcode = pdgCode;
948-
auto it = find_if(candidateV0s.begin(), candidateV0s.end(), [&](CandidateV0 &v0) { return v0.mcIndex == mcPart.globalIndex(); });
948+
auto it = find_if(candidateV0s.begin(), candidateV0s.end(), [&](CandidateV0& v0) { return v0.mcIndex == mcPart.globalIndex(); });
949949
if (it != candidateV0s.end()) {
950950
continue;
951951
} else {
@@ -968,7 +968,7 @@ struct EbyeMaker {
968968
else if (mcPart.has_mothers() && iP == 0 && kUsePID)
969969
candTrack.pdgcodemoth = getPartTypeMother(mcPart);
970970

971-
auto it = find_if(candidateTracks[iP].begin(), candidateTracks[iP].end(), [&](CandidateTrack &trk) { return trk.mcIndex == mcPart.globalIndex(); });
971+
auto it = find_if(candidateTracks[iP].begin(), candidateTracks[iP].end(), [&](CandidateTrack& trk) { return trk.mcIndex == mcPart.globalIndex(); });
972972
if (it != candidateTracks[iP].end()) {
973973
continue;
974974
} else {

0 commit comments

Comments
 (0)