Skip to content

Commit 5225eec

Browse files
authored
Updates for clang-fromat
1 parent 1613545 commit 5225eec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Generators/src/GeneratorPythia8.cxx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -657,8 +657,9 @@ Bool_t
657657
// Select nuclei (A PDG id code for nuclei is on the form 100ZZZAAAI)
658658
if (std::abs(pdg) > 1000000000) {
659659
// Ignore isospin if equal to 9
660-
auto pdgNoI = (pdg/10)*10;
661-
if (std::abs(pdg-pdgNoI) == 9) pdg=pdgNoI;
660+
auto pdgNoI = (pdg / 10) *1 0;
661+
if (std::abs(pdg - pdgNoI) == 9)
662+
pdg=pdgNoI;
662663
}
663664
auto st = o2::mcgenstatus::MCGenStatusEncoding(particle.statusHepMC(), //
664665
particle.status()) //

0 commit comments

Comments
 (0)