@@ -173,15 +173,15 @@ struct correlateSameEvents {
173173 // Correlate
174174 if (assocTrackRef.compatibleK0Short ()) {
175175 histos.fill (HIST (" correlationPhiHadronK0Short" ), ComputeDeltaPhi (triggerTrack.phi (), assocTrack.phi ()));
176- histos.fill (HIST (" correlationFullHadronK0Short" ), ComputeDeltaPhi (triggerTrack.phi (), assocTrack.phi ()), triggerTrack.eta () - assocTrack.eta ());
176+ histos.fill (HIST (" correlationFullHadronK0Short" ), ComputeDeltaPhi (triggerTrack.phi (), assocTrack.phi ()), triggerTrack.eta () - assocTrack.eta (), assocTrack. pt () );
177177 }
178178 if (assocTrackRef.compatibleLambda ()) {
179179 histos.fill (HIST (" correlationPhiHadronLambda" ), ComputeDeltaPhi (triggerTrack.phi (), assocTrack.phi ()));
180- histos.fill (HIST (" correlationFullHadronLambda" ), ComputeDeltaPhi (triggerTrack.phi (), assocTrack.phi ()), triggerTrack.eta () - assocTrack.eta ());
180+ histos.fill (HIST (" correlationFullHadronLambda" ), ComputeDeltaPhi (triggerTrack.phi (), assocTrack.phi ()), triggerTrack.eta () - assocTrack.eta (), assocTrack. pt () );
181181 }
182182 if (assocTrackRef.compatibleAntiLambda ()) {
183183 histos.fill (HIST (" correlationPhiHadronAntiLambda" ), ComputeDeltaPhi (triggerTrack.phi (), assocTrack.phi ()));
184- histos.fill (HIST (" correlationFullHadronAntiLambda" ), ComputeDeltaPhi (triggerTrack.phi (), assocTrack.phi ()), triggerTrack.eta () - assocTrack.eta ());
184+ histos.fill (HIST (" correlationFullHadronAntiLambda" ), ComputeDeltaPhi (triggerTrack.phi (), assocTrack.phi ()), triggerTrack.eta () - assocTrack.eta (), assocTrack. pt () );
185185 }
186186 }
187187
@@ -194,19 +194,19 @@ struct correlateSameEvents {
194194 // Correlate
195195 if (assocTrackRef.compatibleXiMinus ()) {
196196 histos.fill (HIST (" correlationPhiHadronXiMinus" ), ComputeDeltaPhi (triggerTrack.phi (), assocTrack.phi ()));
197- histos.fill (HIST (" correlationFullHadronXiMinus" ), ComputeDeltaPhi (triggerTrack.phi (), assocTrack.phi ()), triggerTrack.eta () - assocTrack.eta ());
197+ histos.fill (HIST (" correlationFullHadronXiMinus" ), ComputeDeltaPhi (triggerTrack.phi (), assocTrack.phi ()), triggerTrack.eta () - assocTrack.eta (), assocTrack. pt () );
198198 }
199199 if (assocTrackRef.compatibleXiPlus ()) {
200200 histos.fill (HIST (" correlationPhiHadronXiPlus" ), ComputeDeltaPhi (triggerTrack.phi (), assocTrack.phi ()));
201- histos.fill (HIST (" correlationFullHadronXiPlus" ), ComputeDeltaPhi (triggerTrack.phi (), assocTrack.phi ()), triggerTrack.eta () - assocTrack.eta ());
201+ histos.fill (HIST (" correlationFullHadronXiPlus" ), ComputeDeltaPhi (triggerTrack.phi (), assocTrack.phi ()), triggerTrack.eta () - assocTrack.eta (), assocTrack. pt () );
202202 }
203203 if (assocTrackRef.compatibleOmegaMinus ()) {
204204 histos.fill (HIST (" correlationPhiHadronOmegaMinus" ), ComputeDeltaPhi (triggerTrack.phi (), assocTrack.phi ()));
205- histos.fill (HIST (" correlationFullHadronOmegaMinus" ), ComputeDeltaPhi (triggerTrack.phi (), assocTrack.phi ()), triggerTrack.eta () - assocTrack.eta ());
205+ histos.fill (HIST (" correlationFullHadronOmegaMinus" ), ComputeDeltaPhi (triggerTrack.phi (), assocTrack.phi ()), triggerTrack.eta () - assocTrack.eta (), assocTrack. pt () );
206206 }
207207 if (assocTrackRef.compatibleOmegaPlus ()) {
208208 histos.fill (HIST (" correlationPhiHadronOmegaPlus" ), ComputeDeltaPhi (triggerTrack.phi (), assocTrack.phi ()));
209- histos.fill (HIST (" correlationFullHadronOmegaPlus" ), ComputeDeltaPhi (triggerTrack.phi (), assocTrack.phi ()), triggerTrack.eta () - assocTrack.eta ());
209+ histos.fill (HIST (" correlationFullHadronOmegaPlus" ), ComputeDeltaPhi (triggerTrack.phi (), assocTrack.phi ()), triggerTrack.eta () - assocTrack.eta (), assocTrack. pt () );
210210 }
211211 }
212212 }
0 commit comments