Skip to content

Commit 270f3ed

Browse files
committed
remove unused variable
1 parent f027f79 commit 270f3ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/Tasks/Resonances/doublephimeson.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2276,7 +2276,7 @@ struct doublephimeson {
22762276
continue;
22772277
}
22782278
const double apt = phiPtAsymmetry(p1, p2);
2279-
const double absCosTheta = absCosThetaStar(p1, p2);
2279+
// const double absCosTheta = absCosThetaStar(p1, p2);
22802280

22812281
if (pairPt > minExoticPt) {
22822282
histos.fill(HIST("hPtCorrelation"), pairPt, ptcorr);

0 commit comments

Comments
 (0)