Skip to content

Commit 44989d8

Browse files
committed
add_ptTrigAxis_to_photonPairHist
1 parent 682f3a8 commit 44989d8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PWGJE/Tasks/photonChargedTriggerCorrelation.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ struct PhotonChargedTriggerCorrelation {
398398
// photonPCM pairs
399399
histos.add("reco/plain/h4_ptMggZPvMult_photonPCMPair", "h4_ptMggZPvMult_photonPCMPair", kTHnSparseD, {axisPtAssoc, axisMgg, axisZPvBinning, axisMultBinning}, true);
400400
histos.add("reco/plain/h4_ptMggZPvMult_trigEv_photonPCMPair", "h4_ptMggZPvMult_trigEv_photonPCMPair", kTHnSparseD, {axisPtAssoc, axisMgg, axisZPvBinning, axisMultBinning}, true);
401-
histos.add("reco/corr/h4_ptMggZPvMult_assoc_photonPCMPair", "h4_ptMggZPvMult_assoc_photonPCMPair", kTHnSparseD, {axisPtAssoc, axisMgg, axisZPvBinning, axisMultBinning}, true);
401+
histos.add("reco/corr/h5_ptTrigPtAssocMggZPvMult_assoc_photonPCMPair", "h5_ptTrigPtAssocMggZPvMult_assoc_photonPCMPair", kTHnSparseD, {axisPtTrig, axisPtAssoc, axisMgg, axisZPvBinning, axisMultBinning}, true);
402402
// pi0PCM
403403
add_corrHists("pi0PCMPeak");
404404
add_corrHists("pi0PCMSide");
@@ -956,8 +956,8 @@ struct PhotonChargedTriggerCorrelation {
956956
trigger.jetTrackId() == associated.negTrack2Id() || trigger.jetTrackId() == associated.posTrack2Id())
957957
return;
958958

959-
histos.fill(HIST("reco/corr/h4_ptMggZPvMult_assoc_photonPCMPair"),
960-
associated.pt(), associated.mgg(), collision.posZ(), collision.nGlobalTracks(),
959+
histos.fill(HIST("reco/corr/h5_ptTrigPtAssocMggZPvMult_assoc_photonPCMPair"),
960+
trigger.pt(), associated.pt(), associated.mgg(), collision.posZ(), collision.nGlobalTracks(),
961961
getInvEff<EffParticleType::Trigger>(trigger.pt()));
962962

963963
// pi0

0 commit comments

Comments
 (0)