Skip to content

Commit

Permalink
remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
ddobrigk committed Dec 22, 2024
1 parent d5f94b6 commit 09a7042
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions PWGLF/Tasks/Strangeness/lambdapolsp.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -833,21 +833,12 @@ struct lambdapolsp {
histos.fill(HIST("hpCosPsiC"), centrality, (TMath::Cos(GetPhiInRange(psiZDCC))));
histos.fill(HIST("hpSinPsiA"), centrality, (TMath::Sin(GetPhiInRange(psiZDCA))));
histos.fill(HIST("hpSinPsiC"), centrality, (TMath::Sin(GetPhiInRange(psiZDCC))));
/*histos.fill(HIST("hcentQxZDCA"), centrality, qxZDCA);
histos.fill(HIST("hcentQyZDCA"), centrality, qyZDCA);
histos.fill(HIST("hcentQxZDCC"), centrality, qxZDCC);
histos.fill(HIST("hcentQyZDCC"), centrality, qyZDCC);*/
}
}

//___________________________________________________________________________________________________
// loop over V00s as necessary
// loop over V0s as necessary
for (auto v0 : V0s) {

// for track properties
auto postrack = v0.template posTrackExtra_as<AllTrackCandidates>();
auto negtrack = v0.template negTrackExtra_as<AllTrackCandidates>();

bool LambdaTag = isCompatible(v0, 0);
bool aLambdaTag = isCompatible(v0, 1);

Expand Down

0 comments on commit 09a7042

Please sign in to comment.