We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4253cbd commit 7e0ea9dCopy full SHA for 7e0ea9d
1 file changed
PWGLF/Tasks/Resonances/chargedkstaranalysis.cxx
@@ -1382,7 +1382,6 @@ struct Chargedkstaranalysis {
1382
continue;
1383
}
1384
// Loops over all the mother's of K0s and check if this K0s comming from a kstar and also share the smae mother as of the pion
1385
- double ptgen = 0, ygen = 0;
1386
bool shareSameKstar = false;
1387
for (const auto& m1 : mcK0s.template mothers_as<MCTrueTrackCandidates>()) {
1388
if (std::abs(m1.pdgCode()) == kPDGK0) {
@@ -1399,8 +1398,6 @@ struct Chargedkstaranalysis {
1399
1398
if (!shareSameKstar) {
1400
1401
1402
- ptgen = kstarFromPi.pt();
1403
- ygen = kstarFromPi.y();
1404
1405
histos.fill(HIST("EffKstar/recoKstar"), ptreco, lCentrality);
1406
if (helicityCfgs.cBoostKShot) {
0 commit comments