Skip to content

Move SMOG2 calibration lines to TurCal stream

Kara Mattioli requested to merge move_smog2_calib_to_turcal into 2024-patches

This MR moves the SMOG2 PID and tracking calibration lines from the FULL stream to the TURCAL stream.

SMOG2 PID calibration lines are moved from hlt2_ift_smog2_chargedPID.py to 3 files within Hlt/Hlt2Conf/python/Hlt2Conf/lines/PID:

  • SMOG2_ChargedPID.py (Ks, Lambda, Phi calib lines)
  • SMOG2_DstToD0Pi.py
  • SMOG2_JpsiToMuMuTagged.py

SMOG2 Tracking efficiency lines are moved from hlt2_ift_smog2_trackingeff.py and hlt2_ift_smog2_trackingeff_Ks.py to Hlt/Hlt2Conf/python/Hlt2Conf/lines/trackeff/:

  • SMOG2_Jpsi_trackeff.py
  • SMOG2_Ks_trackeff.py

The sprucing configuration is also updated accordingly, the exclusive sprucing lines for the calibration lines are removed and the TurCal sprucing configuration is updated with the new SMOG2 calibration lines in the Sprucing 24c1 configuration here

@mfontana @nskidmor @samarian @oboenteg @thboettc

Edited by Saverio Mariani

Merge request reports