IAP GITLAB

Skip to content
Snippets Groups Projects
Commit dd896a5c authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan: Committed by Ralf Ulrich
Browse files

document vertical_EAS for fixed first interaction

parent dcb93cb7
No related branches found
No related tags found
No related merge requests found
......@@ -194,8 +194,11 @@ int main(int argc, char** argv) {
tracking_line::TrackingLine tracking;
cascade::Cascade EAS(env, tracking, sequence, stack);
EAS.Init();
// to fix the point of first interaction, uncomment the following two lines:
// EAS.SetNodes();
// EAS.forceInteraction();
EAS.Run();
eLoss.PrintProfile(); // print longitudinal profile
......
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