Skip to content

Trigger-filtered request for QEE Dark Photon analysis

Comes from https://its.cern.ch/jira/browse/LHCBGAUSS-2986

Created using:

stage0.yaml:

sim-version: 09

name: HLT Filtered - Dark Photon analysis
inform:
  - emilio.xose.rodriguez.fernandez@cern.ch
  - michael.k.wilkinson@cern.ch
WG: QEE
comment: https://its.cern.ch/jira/browse/LHCBGAUSS-2986
file-format: DST

samples:
  - event-types:
     39122432 : 250k
     39122948 : 250k
    data-types:
      - 2018
    retention-rate: 0.05

filter.yaml:

- name: Trigger Filtered DST for QEE WG (Dark Photon) - Sim09
  processing_pass: TrigFiltered
  visible: yes
  application: DaVinci/v46r13 # Not specified
  options:
  - $EXOTICACONFIGOPTS/filter_DiEGamma_Trigger.py
  - $APPCONFIGOPTS/DaVinci/DataType-2018.py
  - $APPCONFIGOPTS/DaVinci/Simulation.py
  data_pkgs:
  - AppConfig.v3r444
  - WG/ExoticaConfig.v1r25
  input:
  - type: ALLSTREAMS.DST
    visible: false
  output:
  - type: HLTFILTER.DST
    visible: false
- name: Merge for DIEGAMMA.TRIG.DST
  processing_pass: merging
  visible: false
  application: DaVinci/v46r13
  options:
    - $APPCONFIGOPTS/Merging/DVMergeDST.py
    - $APPCONFIGOPTS/DaVinci/DataType-2018.py
    - $APPCONFIGOPTS/Merging/WriteFSR.py
    - $APPCONFIGOPTS/Merging/MergeFSR.py
    - $APPCONFIGOPTS/DaVinci/Simulation.py
  data_pkgs:
    - AppConfig.v3r444
  input:
    - type: HLTFILTER.DST
      visible: false
  output:
    - type: HLTFILTER.DST
      visible: true
  options_format: merge

then the commands

lb-mc stage0.yaml request.stage6.yaml
yq -i '.[].steps |= .[:-1] + load("filter.yaml")' request.stage6.yaml
Edited by Adam Morris

Merge request reports

Loading