File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1041,6 +1041,7 @@ struct HfCorrelatorLcScHadrons {
10411041
10421042 double yCand = -999 .;
10431043 double ptCand = -999 .;
1044+ double ptCandLc = -999 .;
10441045 int8_t chargeCand = 3 ;
10451046 double massCandPKPi = -999.0 ;
10461047 double massCandPiKP = -999.0 ;
@@ -1069,6 +1070,7 @@ struct HfCorrelatorLcScHadrons {
10691070 if constexpr (IsCandSc) {
10701071 const auto & candidateLc = candidate.template prongLc_as <CandsLcData>();
10711072 chargeCand = candidate.charge ();
1073+ ptCandLc = candidateLc.pt ();
10721074
10731075 selLcPKPi = (candidateLc.isSelLcToPKPi () >= selectionFlagLc) && (candidate.statusSpreadLcMinvPKPiFromPDG ());
10741076 selLcPiKP = (candidateLc.isSelLcToPiKP () >= selectionFlagLc) && (candidate.statusSpreadLcMinvPiKPFromPDG ());
You can’t perform that action at this time.
0 commit comments