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

First draft of possible yaml options, to be checked before production:

- 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 #updated to latest appconfig version
    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 #to be checked
      CondDB: cond-20191004-2
    input:
    - type: RAW 
      visible: true
    output: 
    - type: FULL.DST #is it ok?
      visible: true
Edited by Chiara Lucarelli