Skip to content

Re-Processing of 2017 pNe data

Reprocessing of pNe data (https://gitlab.cern.ch/lhcb/opg/-/issues/96#note_9099643). First step: reconstruction of data using new TOF algo and test of new stripping sequence.

Runs for staging are: [202118;202660] (2.5 TeV), corresponding to path /LHCb/Collision17/Beam2510GeV-VeloClosed-MagDown/Real Data/90300000/RAW

[Give start_run and end_run]

start_run: 202118
end_run: 202660
concurrent: no
validation_runs: [202168]

First draft of possible yaml options, to be checked before production, with added merging step based on #19 (closed):

- author: ngrieser
  name: Reco19Smog #to be consistent with pHe 6.5 reconstruction
  comment: 2025 re-processing of pNe
  type: Reconstruction

  wg: DPA
  inform:  
  - ngrieser
  - samarian
  - chlucare
  - ggrazian
  priority: 1a

  input_dataset:
    event_type: '90300000'
    conditions_description: Beam2510GeV-VeloClosed-MagDown
    conditions_dict:
      configName: LHCb
      configVersion: Collision17
      inFileType: RAW
      inProPass: Real Data 
      inDataQualityFlag: OK, UNCHECKED 
      inProductionID: ALL
      inTCKs: ALL

  steps:  
  - name: Reprocess_2017pNe 
    processing_pass: Reco19Smog
    visible: true
    application: Brunel/v55r5
    data_pkgs:
    - AppConfig.v3r454
    options:
    - $APPCONFIGOPTS/Brunel/DataType-2017.py
    - $APPCONFIGOPTS/Brunel/PVreco-smog.py
    - $APPCONFIGOPTS/Brunel/FastVelo-2017-5TeV.py 
    - $APPCONFIGOPTS/Brunel/Brunel-betaloop.py
    - $APPCONFIGOPTS/Brunel/deutTOF-GECs.py
    - $APPCONFIGOPTS/Persistency/ROOT-630-forwardCompatibility.py
    options_format: Reconstruction
    dbtags:
      DDDB: 2017-v03.06
      CondDB: cond-20191004-2
    input:
    - type: RAW 
      visible: true
    output: 
    - type: ["FULL.DST"]
      visible: false
  - name: Merge_Reprocess_2017pNe 
    processing_pass: Merge_Reco19Smog
    visible: false
    application: DaVinci/v46r18p1
    data_pkgs:
    - AppConfig.v3r454
    options:
    - $APPCONFIGOPTS/Merging/DVMergeDST.py #DVMergeDST-IgnoreDQFlags.py maybe this one if we want also UNCHECKED data?
    - $APPCONFIGOPTS/DaVinci/DataType-2017.py
    - $APPCONFIGOPTS/DaVinci/InputType-DST.py
    # - $APPCONFIGOPTS/Persistency/Compression-LZMA-4.py #should we set a compression?
    options_format: Merge
    dbtags:
      DDDB: 2017-v03.06
      CondDB: cond-20191004-2
    input:
    - type: ["FULL.DST"]
      visible: false
    output: 
    - type: ["FULL.DST"] #is it ok?
      visible: true
Edited by Mark William Slater