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 d18c6c7 commit 9951fb7Copy full SHA for 9951fb7
PWGDQ/TableProducer/tableMakerMC.cxx
@@ -762,9 +762,6 @@ struct TableMakerMC {
762
for (auto& cut : fMuonCuts) {
763
if (cut.IsSelected(VarManager::fgValues)) {
764
trackTempFilterMap |= (uint8_t(1) << i);
765
- if (fConfigQA) {
766
- fHistMan->FillHistClass(Form("Muons_%s", cut.GetName()), VarManager::fgValues);
767
- }
768
(reinterpret_cast<TH1I*>(fStatsList->At(2)))->Fill(static_cast<float>(i));
769
}
770
i++;
0 commit comments