Skip to content

Commit 407cdf4

Browse files
committed
Remove leftover
1 parent 6788e28 commit 407cdf4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PWGHF/D2H/TableProducer/dataCreatorCharmResoReduced.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -918,8 +918,6 @@ struct HfDataCreatorCharmResoReduced {
918918
prongIdsD[2] = -1; // D0 does not have a third prong
919919
charmHadDauTracks.push_back(candD.template prong0_as<TrIU>());
920920
charmHadDauTracks.push_back(candD.template prong1_as<TrIU>());
921-
std::copy(candD.pVectorProng0().begin(), candD.pVectorProng0().end(), varUtils.pVectorProng0.begin());
922-
std::copy(candD.pVectorProng1().begin(), candD.pVectorProng1().end(), varUtils.pVectorProng1.begin());
923921
varUtils.pVectorProng0 = candD.pVectorProng0();
924922
varUtils.pVectorProng1 = candD.pVectorProng1();
925923
varUtils.pVectorProng2 = {0.f, 0.f, 0.f}; // D0 does not have a third prong

0 commit comments

Comments
 (0)