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
print("Exclusion list has "+str(len(exclude_list)) +" entries")
340
+
print(exclude_list)
341
+
329
342
iflen(exclude_list) ==0:
330
343
returnFalse
331
344
@@ -354,6 +367,7 @@ def main():
354
367
parser.add_argument("--ccdb-IRate", type=bool, help="whether to try fetching IRate from CCDB/CTP", default=True)
355
368
parser.add_argument("--trig-eff", type=float, dest="trig_eff", help="Trigger eff needed for IR", default=-1.0)
356
369
parser.add_argument("--run-time-span-file", type=str, dest="run_span_file", help="Run-time-span-file for exclusions of timestamps (bad data periods etc.)", default="")
370
+
parser.add_argument("--invert-irframe-selection", action='store_true', help="Inverts the logic of --run-time-span-file")
357
371
parser.add_argument('forward', nargs=argparse.REMAINDER) # forward args passed to actual workflow creation
0 commit comments