We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b436fbb commit f1d6b85Copy full SHA for f1d6b85
EventFiltering/PWGHF/HFFilterHelpers.h
@@ -594,6 +594,15 @@ class HfFilterHelper
594
mSigmaPars3Prongs[1] = 0.00176f;
595
mDeltaMassPars3Prongs[0] = -0.0025f;
596
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;
606
} else {
607
LOGP(fatal, "Mass resolution parametrisation {} not supported! Please set 2023_pass3", recoPass.data());
608
}
0 commit comments