IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 3050f685 authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan:
Browse files

fixed remaining typo

parent c8f18f17
No related branches found
No related tags found
1 merge request!440Resolve "Create SIBYLL process that handles everything including nuclei"
Pipeline #7235 passed
...@@ -262,7 +262,7 @@ int main(int argc, char** argv) { ...@@ -262,7 +262,7 @@ int main(int argc, char** argv) {
: cutE_(cutE) {} : cutE_(cutE) {}
bool operator()(const Particle& p) const { return (p.getEnergy() < cutE_); } bool operator()(const Particle& p) const { return (p.getEnergy() < cutE_); }
}; };
auto hadronSequence = make_select(EnergySwitch(55_GeV), urqmdCounted, sibyllCounted)); auto hadronSequence = make_select(EnergySwitch(55_GeV), urqmdCounted, sibyllCounted);
auto decaySequence = make_sequence(decayPythia, decaySibyll); auto decaySequence = make_sequence(decayPythia, decaySibyll);
// directory for outputs // directory for outputs
......
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