Skip to content
Snippets Groups Projects
Commit d0c8253c authored by John Chapman's avatar John Chapman Committed by John Chapman
Browse files

Let POOLtoEI_Skeleton recognise inputs containing StreamEVNT as well as StreamEVGEN as EVNT files

parent f359b678
No related branches found
No related tags found
2 merge requests!714242024-05-16: merge of 24.0 into main,!71084Migrating EVNTMerge_tf.py to ComponentAccumulator
......@@ -125,7 +125,7 @@ def configurePOOL2EIglobals(runArgs, flags):
# if EVNT, disable trigger processing
if job.DoTriggerInfo:
try:
if (EventStreamInfo_key is not None and 'StreamEVGEN' in flags.Input.ProcessingTags):
if (EventStreamInfo_key is not None and ('StreamEVGEN' in flags.Input.ProcessingTags or 'StreamEVNT' in flags.Input.ProcessingTags)):
eilog.info("Disable trigger processing for EVNT files")
job.DoTriggerInfo = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment