We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bee8ec commit 7ad2a7dCopy full SHA for 7ad2a7d
1 file changed
PWGDQ/Tasks/dqEfficiency_withAssoc.cxx
@@ -1711,7 +1711,7 @@ struct AnalysisSameEventPairing {
1711
} else if (sig->GetNProngs() == 2) {
1712
histNames += Form("MCTruthGenPair_%s;", sig->GetName());
1713
histNames += Form("MCTruthGenPairSel_%s;", sig->GetName());
1714
- istNames += Form("MCTruthGenPseudoPolPair_%s;", sig->GetName());
+ histNames += Form("MCTruthGenPseudoPolPair_%s;", sig->GetName());
1715
histNames += Form("MCTruthGenPseudoPolPairSel_%s;", sig->GetName());
1716
fHasTwoProngGenMCsignals = true;
1717
// for these pair level signals, also add histograms for each MCgenAcc cut if specified
0 commit comments