diff --git a/PhysicsAnalysis/NtupleDumper/scripts/faser_ntuple_maker.py b/PhysicsAnalysis/NtupleDumper/scripts/faser_ntuple_maker.py index 3c52d672d2b909540b1764f50e9204cd48be12ee..f7f02b158f9d753111e7f49e2c968d6f6c1dc9e6 100755 --- a/PhysicsAnalysis/NtupleDumper/scripts/faser_ntuple_maker.py +++ b/PhysicsAnalysis/NtupleDumper/scripts/faser_ntuple_maker.py @@ -81,6 +81,7 @@ parser.add_argument("--fluka", action='store_true', parser.add_argument("--genie", action='store_true', help="Add Genie weights to ntuple") + args = parser.parse_args() from pathlib import Path