We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f14f6 commit 559f7f9Copy full SHA for 559f7f9
PWGDQ/Tasks/dqEfficiency_withAssoc.cxx
@@ -694,7 +694,7 @@ struct AnalysisTrackSelection {
694
695
// compute MC matching decisions and fill histograms for matched associations
696
int isig = 0;
697
- if (filterMap > 0 && track.has_reducedMCTrack()) {
+ if (filterMap > 0 && track.has_reducedMCTrack() && fConfigQA) {
698
// loop over all MC signals
699
for (auto sig = fMCSignals.begin(); sig != fMCSignals.end(); sig++, isig++) {
700
// check if this MC signal is matched
0 commit comments