IAP GITLAB

Skip to content
Snippets Groups Projects
Commit f787b4b2 authored by Felix Riehn's avatar Felix Riehn
Browse files

clang

parent 811eeeb2
No related branches found
No related tags found
1 merge request!649Resolve "hadronic interactions with Pythia"
Pipeline #14180 passed
......@@ -85,7 +85,8 @@ void create_events(TModel& model, std::string const& model_name, Code const proj
std::stringstream pname;
pname << "particles-" << model_name << "-" << projectileId << "-" << targetId << "-"
<< sqrtSNN / 1_GeV << "GeV" << ".txt";
<< sqrtSNN / 1_GeV << "GeV"
<< ".txt";
unsigned int count_central_charged = 0;
HEPMomentumType total_pt = 0_GeV;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment