Skip to content

Commit 400334c

Browse files
committed
fixes
1 parent 69b85f5 commit 400334c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGUD/Tasks/upcTauRl.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1629,7 +1629,7 @@ struct UpcTauRl {
16291629
} // Loop over tracks with selections
16301630

16311631
if (countPVGT == 2 && doTwoTracks) {
1632-
ROOT::Math::LorentzVector<ROOT::Math::PxPyPzE4D<double>> daug[2], pion[2], muon[2];
1632+
ROOT::Math::LorentzVector<ROOT::Math::PxPyPzE4D<double>> daug[2];
16331633
const auto& trkDaug1 = reconstructedBarrelTracks.iteratorAt(vecPVnoPIDidx[0]);
16341634
const auto& trkDaug2 = reconstructedBarrelTracks.iteratorAt(vecPVnoPIDidx[1]);
16351635
daug[0].SetPxPyPzE(trkDaug1.px(), trkDaug1.py(), trkDaug1.pz(), energy(pdg->Mass(trackPDG(trkDaug1, cutPID.cutSiTPC, cutPID.cutSiTOF, cutPID.usePIDwTOF, cutPID.useScutTOFinTPC)), trkDaug1.px(), trkDaug1.py(), trkDaug1.pz()));

0 commit comments

Comments
 (0)