We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab5acc8 + 7d73f87 commit c65008eCopy full SHA for c65008e
1 file changed
Generators/include/Generators/NuclCoalescencePythia8.h
@@ -106,7 +106,7 @@ bool coalPythia8(Pythia8::Event& event, int charge, int pdgCode, float mass, boo
106
}
107
108
LOG(debug)
109
- "Adding a " << (charge * 2 - 1) * pdgCode << " with p = " << p.px() << ", " << p.py() << ", " << p.pz() << ", E = " << p.e();
+ "Adding a " << (charge * 2 - 1) * pdgCode << " with p = " << p.px() << ", " << p.py() << ", " << p.pz() << ", E = " << p.e();
110
return true;
111
112
0 commit comments