Skip to content

Commit

Permalink
bug fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
motomioya committed Jul 21, 2024
1 parent 513c349 commit f4b628b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MC/config/PWGEM/ini/tests/Generator_GapTriggered_LFmumu.C
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ int External()
}

std::cout << "#events: " << nEvents << "\n"
<< "#mesons: " << nMesons << "\n"
<< "#mesons: " << nMesons << "\n";

if (nMesons < (nEvents)) {
std::cerr << "One should have at least one mesons in forward region per event.\n";
Expand Down

0 comments on commit f4b628b

Please sign in to comment.