We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5430914 commit 8c4bc6aCopy full SHA for 8c4bc6a
1 file changed
PWGHF/D2H/TableProducer/dataCreatorCharmHadPiReduced.cxx
@@ -529,6 +529,7 @@ struct HfDataCreatorCharmHadPiReduced {
529
df3.getTrack(1).getPxPyPzGlo(pVec1);
530
df3.getTrack(2).getPxPyPzGlo(pVec2);
531
pVecCharm = RecoDecay::pVec(pVec0, pVec1, pVec2);
532
+ trackParCovCharmHad = df3.createParentTrackParCov();
533
trackParCovCharmHad.setAbsCharge(charmHadDauTracks[1].sign()); // to be sure
534
} else if constexpr (decChannel == DecayChannel::BplusToD0barPi) { // D0(bar) → K± π∓
535
if (df2.process(trackParCov0, trackParCov1) == 0) {
0 commit comments