Skip to content

Commit f1d6b85

Browse files
authored
[PWGHF,Trigger] Add parametrisation of D-meson mass shape for 2025_apass1 (#12005)
1 parent b436fbb commit f1d6b85

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

EventFiltering/PWGHF/HFFilterHelpers.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,15 @@ class HfFilterHelper
594594
mSigmaPars3Prongs[1] = 0.00176f;
595595
mDeltaMassPars3Prongs[0] = -0.0025f;
596596
mDeltaMassPars3Prongs[1] = 0.0001f;
597+
} else if (recoPass == "2025_pass1") {
598+
mSigmaPars2Prongs[0] = 0.01424f;
599+
mSigmaPars2Prongs[1] = 0.00178f;
600+
mDeltaMassPars2Prongs[0] = -0.013f;
601+
mDeltaMassPars2Prongs[1] = 0.00029f;
602+
mSigmaPars3Prongs[0] = 0.00796f;
603+
mSigmaPars3Prongs[1] = 0.00176f;
604+
mDeltaMassPars3Prongs[0] = -0.013f;
605+
mDeltaMassPars3Prongs[1] = 0.00029f;
597606
} else {
598607
LOGP(fatal, "Mass resolution parametrisation {} not supported! Please set 2023_pass3", recoPass.data());
599608
}

0 commit comments

Comments
 (0)