Skip to content

Commit 73a1d54

Browse files
mfagginMattia Fagginalibuild
authored
PWGHF: add chiPCA among possible ML input features for Lc. (AliceO2Group#4551)
* Add chiPCA among possible ML input features for Lc. * MegaLinter fixes * Please consider the following formatting changes * MegaLinter fixes * Fix Clang format. * Fix MegaLinter manually. * Fix Clang format. * Hopefully fixing MegaLinter. * Fix again Clang format. * Another spacing issue. * Fix again Clang format. --------- Co-authored-by: Mattia Faggin <[email protected]> Co-authored-by: ALICE Action Bot <[email protected]>
1 parent a4c346c commit 73a1d54

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PWGHF/Core/HfMlResponseLcToPKPi.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ enum class InputFeaturesLcToPKPi : uint8_t {
6868
decayLengthXYNormalised,
6969
cpa,
7070
cpaXY,
71+
chi2PCA,
7172
tpcNSigmaP0, // 0
7273
tpcNSigmaKa0, // 0
7374
tpcNSigmaPi0, // 0
@@ -131,6 +132,7 @@ class HfMlResponseLcToPKPi : public HfMlResponse<TypeOutputScore>
131132
CHECK_AND_FILL_VEC_LCTOPKPI(decayLengthXYNormalised);
132133
CHECK_AND_FILL_VEC_LCTOPKPI(cpa);
133134
CHECK_AND_FILL_VEC_LCTOPKPI(cpaXY);
135+
CHECK_AND_FILL_VEC_LCTOPKPI(chi2PCA);
134136
// TPC PID variables
135137
CHECK_AND_FILL_VEC_LCTOPKPI_FULL(prong0, tpcNSigmaP0, tpcNSigmaPr);
136138
CHECK_AND_FILL_VEC_LCTOPKPI_FULL(prong0, tpcNSigmaKa0, tpcNSigmaKa);
@@ -183,6 +185,7 @@ class HfMlResponseLcToPKPi : public HfMlResponse<TypeOutputScore>
183185
FILL_MAP_LCTOPKPI(decayLengthXYNormalised),
184186
FILL_MAP_LCTOPKPI(cpa),
185187
FILL_MAP_LCTOPKPI(cpaXY),
188+
FILL_MAP_LCTOPKPI(chi2PCA),
186189
// TPC PID variables
187190
FILL_MAP_LCTOPKPI(tpcNSigmaP0),
188191
FILL_MAP_LCTOPKPI(tpcNSigmaKa0),

0 commit comments

Comments
 (0)