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
* ability to pass forward the parent-AOD file and to link
it in the MC-produced AO2D
* keep `DF_` folder structure intact: MC timeframes are now stored
under the same `DF_` folder as in the original data file
Copy file name to clipboardExpand all lines: MC/bin/o2dpg_sim_workflow.py
+9-1Lines changed: 9 additions & 1 deletion
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