@@ -823,7 +823,6 @@ struct FlowEventPlane {
823823 const AxisSpec axisTrackdEdx{360 , 20 , 200 , " #frac{dE}{dx}" };
824824 const AxisSpec axisTrackNSigma{161 , -4.025 , 4.025 , {" n#sigma" }};
825825
826- const AxisSpec axisTrackRap{cNRapBins, -0.5 , 0.5 , " y" };
827826 const AxisSpec axisPhiInvMass{cPhiInvMassBins, 0.99 , 1.12 , " M_{KK} (GeV/#it{c}^{2}" };
828827 const AxisSpec axisKStarInvMass{cKStarInvMassBins, 0.8 , 1.2 , " M_{#piK} (GeV/#it{c}^{2}" };
829828 const AxisSpec axisMomPID (80 , 0 , 4 , " p_{T} (GeV/#it{c})" );
@@ -903,13 +902,13 @@ struct FlowEventPlane {
903902 histos.add (" V0/Lambda/QA/hNegNsigPiVsP" , " TPC n#sigma Neg Prong" , kTH2F , {axisMomPID, axisNsigma});
904903 histos.addClone (" V0/Lambda/" , " V0/K0Short/" );
905904 histos.add (" V0/Lambda/hMassVsRap" , " hMassVsRap" , kTH3F , {axisCent, axisLambdaInvMass, axisTrackEta});
906- histos.add (" V0/Lambda/Flow/hQuA" , " hQuA" , kTProfile3D , {axisCent, axisTrackRap , axisLambdaInvMass});
907- histos.add (" V0/Lambda/Flow/hQuC" , " hQuC" , kTProfile3D , {axisCent, axisTrackRap , axisLambdaInvMass});
905+ histos.add (" V0/Lambda/Flow/hQuA" , " hQuA" , kTProfile3D , {axisCent, axisTrackEta , axisLambdaInvMass});
906+ histos.add (" V0/Lambda/Flow/hQuC" , " hQuC" , kTProfile3D , {axisCent, axisTrackEta , axisLambdaInvMass});
908907 histos.addClone (" V0/Lambda/" , " V0/AntiLambda/" );
909908 histos.addClone (" V0/Lambda/" , " V0/LambdaAntiLambda/" );
910909 histos.add (" V0/K0Short/hMassVsRap" , " hMassVsRap" , kTH3F , {axisCent, axisK0ShortInvMass, axisTrackEta});
911- histos.add (" V0/K0Short/Flow/hQuA" , " hQuA" , kTProfile3D , {axisCent, axisTrackRap , axisK0ShortInvMass});
912- histos.add (" V0/K0Short/Flow/hQuC" , " hQuC" , kTProfile3D , {axisCent, axisTrackRap , axisK0ShortInvMass});
910+ histos.add (" V0/K0Short/Flow/hQuA" , " hQuA" , kTProfile3D , {axisCent, axisTrackEta , axisK0ShortInvMass});
911+ histos.add (" V0/K0Short/Flow/hQuC" , " hQuC" , kTProfile3D , {axisCent, axisTrackEta , axisK0ShortInvMass});
913912 }
914913 }
915914
0 commit comments