Skip to content

Commit 09a7042

Browse files
committed
remove unused vars
1 parent d5f94b6 commit 09a7042

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

PWGLF/Tasks/Strangeness/lambdapolsp.cxx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -833,21 +833,12 @@ struct lambdapolsp {
833833
histos.fill(HIST("hpCosPsiC"), centrality, (TMath::Cos(GetPhiInRange(psiZDCC))));
834834
histos.fill(HIST("hpSinPsiA"), centrality, (TMath::Sin(GetPhiInRange(psiZDCA))));
835835
histos.fill(HIST("hpSinPsiC"), centrality, (TMath::Sin(GetPhiInRange(psiZDCC))));
836-
/*histos.fill(HIST("hcentQxZDCA"), centrality, qxZDCA);
837-
histos.fill(HIST("hcentQyZDCA"), centrality, qyZDCA);
838-
histos.fill(HIST("hcentQxZDCC"), centrality, qxZDCC);
839-
histos.fill(HIST("hcentQyZDCC"), centrality, qyZDCC);*/
840836
}
841837
}
842838

843839
//___________________________________________________________________________________________________
844-
// loop over V00s as necessary
840+
// loop over V0s as necessary
845841
for (auto v0 : V0s) {
846-
847-
// for track properties
848-
auto postrack = v0.template posTrackExtra_as<AllTrackCandidates>();
849-
auto negtrack = v0.template negTrackExtra_as<AllTrackCandidates>();
850-
851842
bool LambdaTag = isCompatible(v0, 0);
852843
bool aLambdaTag = isCompatible(v0, 1);
853844

0 commit comments

Comments
 (0)