Skip to content

Commit 7e0ea9d

Browse files
committed
To remove unused variables
1 parent 4253cbd commit 7e0ea9d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

PWGLF/Tasks/Resonances/chargedkstaranalysis.cxx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1382,7 +1382,6 @@ struct Chargedkstaranalysis {
13821382
continue;
13831383
}
13841384
// 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;
13861385
bool shareSameKstar = false;
13871386
for (const auto& m1 : mcK0s.template mothers_as<MCTrueTrackCandidates>()) {
13881387
if (std::abs(m1.pdgCode()) == kPDGK0) {
@@ -1399,8 +1398,6 @@ struct Chargedkstaranalysis {
13991398
if (!shareSameKstar) {
14001399
continue;
14011400
}
1402-
ptgen = kstarFromPi.pt();
1403-
ygen = kstarFromPi.y();
14041401

14051402
histos.fill(HIST("EffKstar/recoKstar"), ptreco, lCentrality);
14061403
if (helicityCfgs.cBoostKShot) {

0 commit comments

Comments
 (0)