Skip to content

Commit

Permalink
Please consider the following formatting changes (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild authored Dec 3, 2023
1 parent de21bc3 commit 0b10f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PWGLF/TableProducer/strangederivedbuilder.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,10 @@ struct strangederivedbuilder {
//__________________________________________________
// mark mcParticles for referencing
for (auto const& v0 : V0s)
if(v0.has_mcParticle())
if (v0.has_mcParticle())
motherReference[v0.mcParticleId()] = 0;
for (auto const& ca : Cascades)
if(ca.has_mcParticle())
if (ca.has_mcParticle())
motherReference[ca.mcParticleId()] = 0;
//__________________________________________________
// Figure out the numbering of the new mcMother table
Expand Down

0 comments on commit 0b10f1a

Please sign in to comment.