Skip to content
Snippets Groups Projects
Commit e4f00107 authored by Carl Gwilliam's avatar Carl Gwilliam
Browse files

Fix default

parent 1462c5f4
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ def faser_pgparser():
parser.add_argument("--zpos", default=None, type=float,
help="Specify z position of particles (in mm) (helpful to avoid FASERnu)")
parser.add_argument("--pidd1", default=211, type=int,
parser.add_argument("--pidd1", default=None, type=int,
help="Specify PDG ID of daugther 1 for DIF generator")
parser.add_argument("--pidd2", default=None, type=int,
help="Specify PDG ID of daugther 2 for DIF generator")
......
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