@@ -801,7 +801,7 @@ struct HfCorrelatorLcScHadrons {
801801 double efficiencyWeightCand = 1 .;
802802 double yCand = -999.0 ;
803803 double etaCand = -999.0 ;
804- double ptScProng0 = -999.0 ;
804+ double ptScProng0 = -999.0 ;
805805 double ptCand = -999.0 ;
806806 double phiCand = -999.0 ;
807807 double massCandPKPi = -999.0 ;
@@ -836,7 +836,7 @@ struct HfCorrelatorLcScHadrons {
836836 if constexpr (IsCandSc) {
837837 chargeCand = candidate.charge ();
838838 const auto & candidateLc = candidate.template prongLc_as <CandsLcData>();
839- ptScProng0 = candidateLc.pt ();
839+ ptScProng0 = candidateLc.pt ();
840840 selLcPKPi = (candidateLc.isSelLcToPKPi () >= selectionFlagLc) && (candidate.statusSpreadLcMinvPKPiFromPDG ());
841841 selLcPiKP = (candidateLc.isSelLcToPiKP () >= selectionFlagLc) && (candidate.statusSpreadLcMinvPiKPFromPDG ());
842842 if (selLcPKPi) {
@@ -868,7 +868,7 @@ struct HfCorrelatorLcScHadrons {
868868 signSoftPion = candidate.template prong1_as <aod::Tracks>().sign ();
869869 registry.fill (HIST (" hPtProng1" ), candidate.prong1 ().pt ());
870870 }
871- registry.fill (HIST (" hPtProng0" ), ptScProng0);
871+ registry.fill (HIST (" hPtProng0" ), ptScProng0);
872872
873873 if (chargeCand == ChargeZero) {
874874 chargeCand = (signSoftPion < ChargeZero) ? AssignedChargeSc0 : -AssignedChargeSc0; // to distingush sc0 from anti-sc0, charge set to +1 and -1
@@ -926,7 +926,7 @@ struct HfCorrelatorLcScHadrons {
926926 if (!skipMixedEventTableFilling) {
927927 entryCand (candidate.phi (), etaCand, ptCand, massCandPKPi, poolBin, gCollisionId , timeStamp);
928928 entryCandCharge (chargeCand);
929- entryPtLcFromSc ( ptScProng0);
929+ entryPtLcFromSc (ptScProng0);
930930 }
931931 }
932932
@@ -947,7 +947,7 @@ struct HfCorrelatorLcScHadrons {
947947 if (!skipMixedEventTableFilling) {
948948 entryCand (candidate.phi (), etaCand, ptCand, massCandPiKP, poolBin, gCollisionId , timeStamp);
949949 entryCandCharge (chargeCand);
950- entryPtLcFromSc ( ptScProng0);
950+ entryPtLcFromSc (ptScProng0);
951951 }
952952 }
953953
@@ -1004,11 +1004,11 @@ struct HfCorrelatorLcScHadrons {
10041004 }
10051005
10061006 if (selLcPKPi) {
1007- fillCorrelationTable<IsMcRec>(fillTrkPID, track, candidate, outputMlPKPi, poolBin, correlationStatus, yCand, chargeCand, ptScProng0, *mcParticles);
1007+ fillCorrelationTable<IsMcRec>(fillTrkPID, track, candidate, outputMlPKPi, poolBin, correlationStatus, yCand, chargeCand, ptScProng0, *mcParticles);
10081008 entryCandHadronRecoInfo (massCandPKPi, false );
10091009 }
10101010 if (selLcPiKP) {
1011- fillCorrelationTable<IsMcRec>(fillTrkPID, track, candidate, outputMlPiKP, poolBin, correlationStatus, yCand, chargeCand, ptScProng0, *mcParticles);
1011+ fillCorrelationTable<IsMcRec>(fillTrkPID, track, candidate, outputMlPiKP, poolBin, correlationStatus, yCand, chargeCand, ptScProng0, *mcParticles);
10121012 entryCandHadronRecoInfo (massCandPiKP, false );
10131013 }
10141014
@@ -1041,7 +1041,7 @@ struct HfCorrelatorLcScHadrons {
10411041
10421042 double yCand = -999 .;
10431043 double ptCand = -999 .;
1044- double ptScProng0 = -999 .;
1044+ double ptScProng0 = -999 .;
10451045 int8_t chargeCand = 3 ;
10461046 double massCandPKPi = -999.0 ;
10471047 double massCandPiKP = -999.0 ;
@@ -1070,7 +1070,7 @@ struct HfCorrelatorLcScHadrons {
10701070 if constexpr (IsCandSc) {
10711071 const auto & candidateLc = candidate.template prongLc_as <CandsLcData>();
10721072 chargeCand = candidate.charge ();
1073- ptScProng0 = candidateLc.pt ();
1073+ ptScProng0 = candidateLc.pt ();
10741074
10751075 selLcPKPi = (candidateLc.isSelLcToPKPi () >= selectionFlagLc) && (candidate.statusSpreadLcMinvPKPiFromPDG ());
10761076 selLcPiKP = (candidateLc.isSelLcToPiKP () >= selectionFlagLc) && (candidate.statusSpreadLcMinvPiKPFromPDG ());
@@ -1126,7 +1126,7 @@ struct HfCorrelatorLcScHadrons {
11261126 }
11271127
11281128 if (selLcPKPi) {
1129- fillCorrelationTable<IsMcRec>(fillTrkPID, assocParticle, candidate, outputMlPKPi, poolBin, correlationStatus, yCand, chargeCand, ptScProng0, *mcParticles);
1129+ fillCorrelationTable<IsMcRec>(fillTrkPID, assocParticle, candidate, outputMlPKPi, poolBin, correlationStatus, yCand, chargeCand, ptScProng0, *mcParticles);
11301130 entryCandHadronRecoInfo (massCandPKPi, false );
11311131
11321132 if (isPrompt) {
@@ -1139,7 +1139,7 @@ struct HfCorrelatorLcScHadrons {
11391139 }
11401140
11411141 if (selLcPiKP) {
1142- fillCorrelationTable<IsMcRec>(fillTrkPID, assocParticle, candidate, outputMlPiKP, poolBin, correlationStatus, yCand, chargeCand, ptScProng0, *mcParticles);
1142+ fillCorrelationTable<IsMcRec>(fillTrkPID, assocParticle, candidate, outputMlPiKP, poolBin, correlationStatus, yCand, chargeCand, ptScProng0, *mcParticles);
11431143 entryCandHadronRecoInfo (massCandPiKP, false );
11441144
11451145 if (isPrompt) {
0 commit comments