Skip to content

Commit 3c9dad0

Browse files
[PWGHF,Trigger] Fix the labels (#9040)
1 parent e396a16 commit 3c9dad0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

EventFiltering/PWGHF/HFFilterHelpers.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,22 +198,22 @@ static const std::array<o2::framework::AxisSpec, kNBeautyParticles> massAxisB =
198198
// channels to trigger on for femto
199199
constexpr int activeFemtoChannels[2][5] = {{1, 1, 1, 1, 0}, // pD0, pD+, pDs, pLc, pXic
200200
{0, 0, 0, 1, 0}}; // only for deLc
201-
static const std::vector<std::string> labelsColumnsFemtoChannels = {"protonDZero", "protonDPlus", "protonDs", "protonLc", "protonXic"};
201+
static const std::vector<std::string> labelsColumnsFemtoChannels = {"DZero", "DPlus", "Ds", "Lc", "Xic"};
202202
static const std::vector<std::string> labelsRowsFemtoChannels = {"protonCharmFemto", "deuteronCharmFemto"};
203203
constexpr float cutsPtThresholdsForFemto[1][2] = {{8., 1.4}}; // proton, deuteron
204204
static const std::vector<std::string> labelsColumnsPtThresholdsForFemto = {"Proton", "Deuteron"};
205205

206206
// min and max pT for all tracks combined (except for V0 and cascades)
207207
constexpr float cutsPt[2][7] = {{1., 0.1, 0.8, 0.5, 0.1, 0.2, 0.4},
208208
{100000., 100000., 5., 100000., 100000., 100000., 100000.}}; // beauty, D*, femto, SigmaC, Xic*+ -> SigmaC++K-
209-
static const std::vector<std::string> labelsColumnsCutsPt = {"Beauty", "DstarPlus", "FemtoProton", "CharmBaryon", "SoftPiSigmaC", "SoftKaonXicResoToSigmaC", "FemtoDeuteron"};
209+
static const std::vector<std::string> labelsColumnsCutsPt = {"Beauty", "DstarPlus", "PrForFemto", "CharmBaryon", "SoftPiSigmaC", "SoftKaonXicResoToSigmaC", "DeForFemto"};
210210
static const std::vector<std::string> labelsRowsCutsPt = {"Minimum", "Maximum"};
211211

212212
// PID cuts
213213
constexpr float cutsNsigma[3][7] = {{3., 3., 3., 5., 3., 3., 5.}, // TPC proton from Lc, pi/K from D0, K from 3-prong, femto selected proton, pi/K from Xic/Omegac, K from Xic*->SigmaC-Kaon, femto selected deuteron
214214
{3., 3., 3., 2.5, 3., 3., 5.}, // TOF proton from Lc, pi/K from D0, K from 3-prong, femto selected proton, pi/K from Xic/Omegac, K from Xic*->SigmaC-Kaon, femto selected deuteron
215215
{999., 999., 999., 2.5, 999., 999., 5.}}; // Sum in quadrature of TPC and TOF (used only for femto selected proton and deuteron for pT < 4 GeV/c)
216-
static const std::vector<std::string> labelsColumnsNsigma = {"PrFromLc", "PiKaFromDZero", "KaFrom3Prong", "FemtoProton", "PiKaFromCharmBaryon", "SoftKaonFromXicResoToSigmaC", "FemtoDeuteron"};
216+
static const std::vector<std::string> labelsColumnsNsigma = {"PrFromLc", "PiKaFromDZero", "KaFrom3Prong", "PrForFemto", "PiKaFromCharmBaryon", "SoftKaonFromXicResoToSigmaC", "DeForFemto"};
217217
static const std::vector<std::string> labelsRowsNsigma = {"TPC", "TOF", "Comb"};
218218

219219
// high pt
@@ -1111,7 +1111,7 @@ inline int8_t HfFilterHelper::isSelectedSigmaCInDeltaMassRange(const T& pTrackSa
11111111
return retValue;
11121112
}
11131113

1114-
/// Mass selection of Xic candidates to build Lb candidates
1114+
/// Mass selection of Xic candidates to build Xib candidates
11151115
/// \param pTrackSameChargeFirst is the first same-charge track momentum
11161116
/// \param pTrackSameChargeSecond is the second same-charge track momentum
11171117
/// \param pTrackOppositeCharge is the opposite charge track momentum

0 commit comments

Comments
 (0)