IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 0fe17fc5 authored by Nikos Karastathis's avatar Nikos Karastathis :ocean:
Browse files

update synchrotron_test_manual_tracking.cpp to use the step object

parent f2d25ad9
No related branches found
No related tags found
1 merge request!329Radio interface
......@@ -162,8 +162,9 @@ int main() {
auto particle1{stack.addParticle(std::make_tuple(
particle, calculate_kinetic_energy(plab.getNorm(), get_mass(particle)),
plab.normalized(), point_1, timeCounter))};
coreas.doContinuous(particle1, track, true);
zhs.doContinuous(particle1, track, true);
Step step(particle1, track);
coreas.doContinuous(step, true);
zhs.doContinuous(step, true);
stack.clear();
}
......
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