Skip to content

Commit ef19be6

Browse files
authored
Remove un used variable
1 parent 2c44cea commit ef19be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Resonances/doublephimeson.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ struct doublephimeson {
888888
pair.SetPtEtaPhiM(pairV[i].Pt(), pairV[i].Eta(), pairV[i].Phi(), pairV[i].M());
889889
const double dM = deltaMPhi(p1.M(), p2.M());
890890
const double M = pair.M();
891-
const double pT = pair.Pt();
891+
// const double pT = pair.Pt();
892892
const double dR = deltaR(p1.Phi(), p1.Eta(), p2.Phi(), p2.Eta());
893893
histos.fill(HIST("SEMassUnlike"), M, std::abs(p1.Pt() - p2.Pt()) / pair.Pt(), pair.Pt(), dR, dM, pairV.size());
894894
}

0 commit comments

Comments
 (0)