File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments