We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 688190c commit 53586caCopy full SHA for 53586ca
1 file changed
Generators/src/AODToHepMC.cxx
@@ -97,7 +97,7 @@ void AODToHepMC::makeEvent(Header const& collision,
97
for (auto p : mOrphans) {
98
ip->add_particle_out(p);
99
}
100
- // If we have no beam particles, try to make them
+ // If we have no beam particles, try to make them
101
if (mBeams.size() == 0) {
102
makeBeams(collision, ip);
103
0 commit comments