Skip to content

Commit c59d08b

Browse files
committed
PWGDQ: Add MC truth information and configurable tag
1 parent 955e5e2 commit c59d08b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PWGDQ/Tasks/dqEfficiency_withAssoc_direct.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1527,7 +1527,7 @@ struct AnalysisSameEventPairing {
15271527
histNames += Form("MCTruthGenPseudoPolPairSel_%s_%s;", sig->GetName(), cut->GetName());
15281528
}
15291529
if (fConfigOptions.fConfigTruthPbPbMIDYHE.value) {
1530-
histNames += Form("MCTruthGenPoldielectronPbPbPairHESel_%s;", sig->GetName(), cut->GetName());
1530+
histNames += Form("MCTruthGenPoldielectronPbPbPairHESel_%s_%s;", sig->GetName(), cut->GetName());
15311531
}
15321532
if (fConfigOptions.fConfigTruthPbPbMIDYCS.value) {
15331533
histNames += Form("MCTruthGenPseudoPolPairCSSel_%s_%s;", sig->GetName(), cut->GetName());
@@ -2210,10 +2210,10 @@ struct AnalysisSameEventPairing {
22102210
}
22112211

22122212
if (fConfigOptions.fConfigTruthPbPbMIDYHE.value) {
2213-
fHistMan->FillHistClass(Form("MCTruthGenPoldielectronPbPbPairHESel_%s", sig->GetName(), cut->GetName()), VarManager::fgValues);
2213+
fHistMan->FillHistClass(Form("MCTruthGenPoldielectronPbPbPairHESel_%s_%s", sig->GetName(), cut->GetName()), VarManager::fgValues);
22142214
}
22152215
if (fConfigOptions.fConfigTruthPbPbMIDYCS.value) {
2216-
fHistMan->FillHistClass(Form("MCTruthGenPoldielectronPbPbPairCSSel_%s", sig->GetName(), cut->GetName()), VarManager::fgValues);
2216+
fHistMan->FillHistClass(Form("MCTruthGenPoldielectronPbPbPairCSSel_%s_%s", sig->GetName(), cut->GetName()), VarManager::fgValues);
22172217
}
22182218
}
22192219
}

0 commit comments

Comments
 (0)