Sprucing of PbPb 2023 data

Sprucing production request

Summary

A passthrough Sprucing for IFT data taken in 2023. Two streams, keep detector rawbanks for IONRAW and discard them for ION.

Top priority is to get the first 10% sent offline Spruced with rest to follow.

Provided

  • ION /eos/lhcb/user/r/rmatev/hlt2_test_281042_0/stream_81.mdf

  • IONRAW /eos/lhcb/user/r/rmatev/hlt2_test_281042_0/stream_82.mdf

to test which were uploaded to /eos/lhcb/wg/dpa/wp1/data/lead23_stream_81.mdf and /eos/lhcb/wg/dpa/wp1/data/lead23_stream_82.mdf.

Working with master stack updated 06/12/23 pm.

cc @erodrigu

- author: nraja
  name: Passthrough Sprucing of PbPb ION stream data (2023 MagDown)
  comment: 2023 PbPb ION stream data Sprucing passthrough 
  type: Sprucing

  wg: DPA
  inform: 
  - nskidmor
  - nraja
  priority: 1a

  input_dataset:
    event_type: 90700000
    conditions_description: Beam6800GeV-VeloClosed-MagDown-Excl-UT
    conditions_dict:
      configName: LHCb
      configVersion: Lead23  
      inFileType: RAW
      inProPass: Real Data
      inDataQualityFlag: UNCHECKED, OK, BAD  
      inProductionID: ALL
      inTCKs: ALL

  steps:
  - name: Passthrough Sprucing
    processing_pass: SprucingPbPb23
    visible: true
    application:
      name: Moore
      version: v54r22p1
    data_pkgs: []
    options:
      entrypoint: Hlt2Conf.sprucing_settings.Sprucing_PbPb_2023_1_production:pass_ion_production
      extra_options:
        input_process: Hlt2
        process: Spruce
        input_type : RAW
        input_raw_format : 0.5
        data_type : Upgrade
        simulation : False
        geometry_version: run3/trunk
        conditions_version: master
        output_type : ROOT
        compression: ZSTD:1
    input:
    - type: MDF
      visible: true
    output:  
    - type: ["IFT.DST"]
      visible: false
  - name: Passthrough merge
    processing_pass: SprucingPbPb23Merge
    visible: false
    application:
      name: LHCb
      version: v54r21
    data_pkgs: []
    options:
      entrypoint: GaudiConf.mergeDST:dst
      extra_options:
        input_process: Hlt2
        input_type : ROOT
        input_raw_format : 0.5
        data_type : Upgrade
        simulation : False
        geometry_version: run3/trunk
        conditions_version: master
        output_type : ROOT
        compression: ZSTD:1
    input:
    - type: ["IFT.DST"]
      visible: false
    output:
    - type: ["IFT.DST"]
      visible: true 

- author: nraja
  name: Passthrough Sprucing of PbPb IONRAW stream data (2023 MagDown)
  comment: 2023 PbPb IONRAW stream data Sprucing passthrough 
  type: Sprucing

  wg: DPA
  inform: 
  - nskidmor
  - nraja
  priority: 1a

  input_dataset:
    event_type: 90800000
    conditions_description: Beam6800GeV-VeloClosed-MagDown-Excl-UT
    conditions_dict:
      configName: LHCb
      configVersion: Lead23  
      inFileType: RAW
      inProPass: Real Data
      inDataQualityFlag: UNCHECKED, OK, BAD  
      inProductionID: ALL
      inTCKs: ALL

  steps:
  - name: Passthrough Sprucing
    processing_pass: SprucingPbPb23
    visible: true
    application:
      name: Moore
      version: v54r22p1
    data_pkgs: []
    options:
      entrypoint: Hlt2Conf.sprucing_settings.Sprucing_PbPb_2023_1_production:pass_ionraw_production
      extra_options:
        input_process: Hlt2
        process: Spruce
        input_type : RAW
        input_raw_format : 0.5
        data_type : Upgrade
        simulation : False
        geometry_version: run3/trunk
        conditions_version: master
        output_type : ROOT
        compression: ZSTD:1
    input:
    - type: MDF
      visible: true
    output:  
    - type: ["IFT.DST"]
      visible: false
  - name: Passthrough merge
    processing_pass: SprucingPbPb23Merge
    visible: false
    application:
      name: LHCb
      version: v54r21
    data_pkgs: []
    options:
      entrypoint: GaudiConf.mergeDST:dst
      extra_options:
        input_process: Hlt2
        input_type : ROOT
        input_raw_format : 0.5
        data_type : Upgrade
        simulation : False
        geometry_version: run3/trunk
        conditions_version: master
        output_type : ROOT
        compression: ZSTD:1
    input:
    - type: ["IFT.DST"]
      visible: false
    output:
    - type: ["IFT.DST"]
      visible: true 
Edited by Nicole Skidmore