Skip to content

Commit

Permalink
Add setStatOverflows to get the mean value including the overflow cor…
Browse files Browse the repository at this point in the history
…rectly.
  • Loading branch information
hatakeyamak committed Jan 22, 2021
1 parent 0b11858 commit 4c79fbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Validation/RecoParticleFlow/plugins/OffsetAnalyzerDQM.cc
Expand Up @@ -37,6 +37,7 @@ class OffsetAnalyzerDQM : public DQMEDAnalyzer {
virtual void book(DQMStore::IBooker& booker) {
booker.setCurrentFolder(dir);
plot = booker.book1D(name, title, nxbins, xlow, xhigh);
plot->setStatOverflows(kTRUE);
}

virtual void fill(float value) {
Expand Down

0 comments on commit 4c79fbd

Please sign in to comment.