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
This commit provides:
- anchorMC_DataEmbedding.sh performing an MC to producing
an AO2D corresponding to a given DATA AOD as specified by
ALIEN_JDL_MC_DATA_EMBEDDING_AO2D
- A test showing how this is used
- changes or additions to python scripts for the anchoring
or extraction of collision structure from given AO2D
parser.add_argument("--invert-irframe-selection", action='store_true', help="Inverts the logic of --run-time-span-file")
482
505
parser.add_argument("--orbitsPerTF", type=str, help="Force a certain orbits-per-timeframe number; Automatically taken from CCDB if not given.", default="")
483
506
parser.add_argument('--publish-mcprodinfo', action='store_true', default=False, help="Publish MCProdInfo metadata to CCDB")
507
+
parser.add_argument('--timeframeID', type=int, help="If given, anchor to this specific timeframe id within a run. Takes precendence over determination based on (split-id, prod-split, cycle)", default=-1)
484
508
parser.add_argument('forward', nargs=argparse.REMAINDER) # forward args passed to actual workflow creation
485
509
args=parser.parse_args()
486
510
print (args)
@@ -553,7 +577,13 @@ def main():
553
577
GLOparams["OrbitsPerTF"] =determined_orbits
554
578
555
579
# determine timestamp, and production offset for the final MC job to run
0 commit comments