Skip to content

Commit

Permalink
HLTTauDQM: EventsPerFilter changed to kEverything
Browse files Browse the repository at this point in the history
  • Loading branch information
slehti committed Aug 11, 2020
1 parent e4b9a69 commit d814f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DQMOffline/Trigger/src/HLTTauDQMPathPlotter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void HLTTauDQMPathPlotter::bookHistograms(HistoWrapper& iWrapper, DQMStore::IBoo
hltPath_.filtersSize(),
0,
hltPath_.filtersSize(),
kVital);
kEverything);
for (size_t i = 0; i < hltPath_.filtersSize(); ++i) {
if (hAcceptedEvents_)
hAcceptedEvents_->setBinLabel(i + 1, hltPath_.getFilterName(i));
Expand Down

0 comments on commit d814f46

Please sign in to comment.