Skip to content

Commit a9bdace

Browse files
author
Stefanie Mrozinski
committed
fix pair selection cuts
1 parent 88aadee commit a9bdace

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGEM/PhotonMeson/Tasks/photonhbt.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2556,7 +2556,7 @@ struct Photonhbt {
25562556
fRegistryTruthMC.fill(HIST("MC/TruthAO2D/hQinvVsKt_all4LegsThisColl"), kt, qinv_true);
25572557
fRegistryTruthMC.fill(HIST("MC/TruthAO2D/hDEtaDPhi_all4LegsThisColl"), deta, dphi);
25582558
}
2559-
if (g1Sel && g2Sel && pairClassSel) {
2559+
if (g1Sel && g2Sel) {
25602560
fRegistryTruthMC.fill(HIST("MC/TruthAO2D/hSparse_DEtaDPhi_qinv_bothPhotonsBuilt"), deta, dphi, qinv_true);
25612561
fRegistryTruthMC.fill(HIST("MC/TruthAO2D/hSparse_DEtaDPhi_kT_bothPhotonsBuilt"), deta, dphi, kt);
25622562
fRegistryTruthMC.fill(HIST("MC/TruthAO2D/hQinvVsKt_bothPhotonsBuilt"), kt, qinv_true);

0 commit comments

Comments
 (0)