Skip to content

Commit

Permalink
Formatting: Remove redundant semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
olantwin committed Jun 25, 2024
1 parent 386878d commit 5039dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macro/run_simScript.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@
if options.eventDisplay:
# Set cuts for storing the trajectories, can only be done after initialization of run (?!)
trajFilter = ROOT.FairTrajFilter.Instance()
trajFilter.SetStepSizeCut(1*u.mm);
trajFilter.SetStepSizeCut(1*u.mm)
trajFilter.SetVertexCut(-20*u.m, -20*u.m,ship_geo.target.z0-1*u.m, 20*u.m, 20*u.m, 200.*u.m)
trajFilter.SetMomentumCutP(0.1*u.GeV)
trajFilter.SetEnergyCut(0., 400.*u.GeV)
Expand Down

0 comments on commit 5039dd7

Please sign in to comment.