Skip to content

Commit

Permalink
Merge ffc43fd into 5af8def
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaggin authored Feb 1, 2024
2 parents 5af8def + ffc43fd commit 87d35f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions PWGHF/Core/HfMlResponseLcToPKPi.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ enum class InputFeaturesLcToPKPi : uint8_t {
decayLengthXYNormalised,
cpa,
cpaXY,
chi2PCA,
tpcNSigmaP0, // 0
tpcNSigmaKa0, // 0
tpcNSigmaPi0, // 0
Expand Down Expand Up @@ -131,6 +132,7 @@ class HfMlResponseLcToPKPi : public HfMlResponse<TypeOutputScore>
CHECK_AND_FILL_VEC_LCTOPKPI(decayLengthXYNormalised);
CHECK_AND_FILL_VEC_LCTOPKPI(cpa);
CHECK_AND_FILL_VEC_LCTOPKPI(cpaXY);
CHECK_AND_FILL_VEC_LCTOPKPI(chi2PCA);
// TPC PID variables
CHECK_AND_FILL_VEC_LCTOPKPI_FULL(prong0, tpcNSigmaP0, tpcNSigmaPr);
CHECK_AND_FILL_VEC_LCTOPKPI_FULL(prong0, tpcNSigmaKa0, tpcNSigmaKa);
Expand Down Expand Up @@ -183,6 +185,7 @@ class HfMlResponseLcToPKPi : public HfMlResponse<TypeOutputScore>
FILL_MAP_LCTOPKPI(decayLengthXYNormalised),
FILL_MAP_LCTOPKPI(cpa),
FILL_MAP_LCTOPKPI(cpaXY),
FILL_MAP_LCTOPKPI(chi2PCA),
// TPC PID variables
FILL_MAP_LCTOPKPI(tpcNSigmaP0),
FILL_MAP_LCTOPKPI(tpcNSigmaKa0),
Expand Down

0 comments on commit 87d35f5

Please sign in to comment.