Skip to content
Snippets Groups Projects

ATR-22325: Call HLTTriggerResultGetter from the place where DataSource is properly configured

Merged ATR-22325: Call HLTTriggerResultGetter from the place where DataSource is properly configured
1 unresolved thread
Merged Oleg Kuprash requested to merge okuprash/athena:AODEDMSet_MT into master
1 unresolved thread

Move HLTTriggerGetter for MT ESDtoAOD step from skeleton.ESDtoAOD_tf.py to RecExCommon_topOptions.py, at the point where globalflags.DataSource is properly configured. Tagging @elmsheus and @tamartin

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Tim Martin resolved all threads

    resolved all threads

  • Oleg Kuprash added 1 commit

    added 1 commit

    • 138540eb - Propagate L1 items from ESD to AOD in athenaMT mode

    Compare with previous version

  • This merge request affects 2 files:

    • Reconstruction/RecExample/RecExCommon/share/RecExCommon_topOptions.py
    • Reconstruction/RecJobTransforms/share/skeleton.ESDtoAOD_tf.py

    Adding @goetz as watcher

  • :white_check_mark: CI Result SUCCESS (hash 4a91df01)

    Athena AthSimulation AthGeneration AnalysisBase
    externals :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
    cmake :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
    make :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
    required tests :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
    optional tests :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:

    Full details available on this CI monitor view
    :white_check_mark: Athena: number of compilation errors 0, warnings 0
    :white_check_mark: AthSimulation: number of compilation errors 0, warnings 0
    :white_check_mark: AthGeneration: number of compilation errors 0, warnings 0
    :white_check_mark: AnalysisBase: number of compilation errors 0, warnings 0
    :pencil: For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 22980]

  • :white_check_mark: CI Result SUCCESS (hash 138540eb)

    Athena AthSimulation AthGeneration AnalysisBase
    externals :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
    cmake :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
    make :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
    required tests :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
    optional tests :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:

    Full details available on this CI monitor view
    :white_check_mark: Athena: number of compilation errors 0, warnings 0
    :white_check_mark: AthSimulation: number of compilation errors 0, warnings 0
    :white_check_mark: AthGeneration: number of compilation errors 0, warnings 0
    :white_check_mark: AnalysisBase: number of compilation errors 0, warnings 0
    :pencil: For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 22993]

  • Oleg Kuprash added 1 commit

    added 1 commit

    Compare with previous version

  • Oleg Kuprash resolved all threads

    resolved all threads

  • This merge request affects 2 files:

    • Reconstruction/RecExample/RecExCommon/share/RecExCommon_topOptions.py
    • Reconstruction/RecJobTransforms/share/skeleton.ESDtoAOD_tf.py

    Adding @goetz as watcher

  • :white_check_mark: CI Result SUCCESS (hash f1fa645c)

    Athena AthSimulation AthGeneration AnalysisBase
    externals :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
    cmake :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
    make :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
    required tests :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
    optional tests :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:

    Full details available on this CI monitor view
    :white_check_mark: Athena: number of compilation errors 0, warnings 0
    :white_check_mark: AthSimulation: number of compilation errors 0, warnings 0
    :white_check_mark: AthGeneration: number of compilation errors 0, warnings 0
    :white_check_mark: AnalysisBase: number of compilation errors 0, warnings 0
    :pencil: For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 23143]

  • mentioned in commit 260656bc

  • 570 570
    571 571 #MT part
    572 572 ## Outputs
    573 if rec.readESD() and rec.doAOD():
    573 if TriggerFlags.doMT() and rec.readESD() and rec.doAOD():
  • 568 568 treatException("Could not import TriggerJobOpts.TriggerGetter . Switched off !" )
    569 569 recAlgs.doTrigger=False
    570 570
    571 #MT part
    572 ## Outputs
    573 if TriggerFlags.doMT() and rec.readESD() and rec.doAOD():
    Please register or sign in to reply
    Loading