From e4f001077912b3402b42ef9848c31cbb58de33b5 Mon Sep 17 00:00:00 2001
From: Carl Gwilliam <gwilliam@hep.ph.liv.ac.uk>
Date: Fri, 20 Jan 2023 17:51:48 +0000
Subject: [PATCH] Fix default

---
 Control/CalypsoExample/Generation/python/faser_parser.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Control/CalypsoExample/Generation/python/faser_parser.py b/Control/CalypsoExample/Generation/python/faser_parser.py
index ff50f4cf..c98d348a 100644
--- a/Control/CalypsoExample/Generation/python/faser_parser.py
+++ b/Control/CalypsoExample/Generation/python/faser_parser.py
@@ -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")
-- 
GitLab