IAP GITLAB

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

clang

parent 3e846b3d
No related branches found
No related tags found
2 merge requests!234WIP: Initial example of python as script language from C++,!201Resolve "handling of off-shell particles"
Pipeline #1799 passed
...@@ -203,8 +203,8 @@ int main(int argc, char** argv) { ...@@ -203,8 +203,8 @@ int main(int argc, char** argv) {
55_GeV); 55_GeV);
auto decaySequence = decayPythia << decaySibyll; auto decaySequence = decayPythia << decaySibyll;
auto sequence = switchProcess << reset_particle_mass << decaySequence << longprof << eLoss << cut auto sequence = switchProcess << reset_particle_mass << decaySequence << longprof
<< observationLevel; << eLoss << cut << observationLevel;
// define air shower object, run simulation // define air shower object, run simulation
tracking_line::TrackingLine tracking; tracking_line::TrackingLine tracking;
......
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