You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MC/bin/o2dpg_sim_workflow.py
+15-2Lines changed: 15 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,8 @@
126
126
# help='Treat smaller sensors in a single digitization')
127
127
parser.add_argument('--pregenCollContext', action='store_true', help=argparse.SUPPRESS) # Now the default, giving this option or not makes not difference. We keep it for backward compatibility
128
128
parser.add_argument('--data-anchoring', type=str, default='', help="Take collision contexts (from data) stored in this path")
129
+
parser.add_argument('--aod-output-folder', type=str, default='', help="Force this AOD folder in the AOD producer")
130
+
parser.add_argument('--aod-parent-file', type=str, default='', help="Link this as parent file in the AOD")
0 commit comments