Skip to content

Commit

Permalink
Merge pull request #21852 from fwyzard/DQMStore_more_developments_100x
Browse files Browse the repository at this point in the history
ConcurrentmonitorElement: add method to call TH1::Sumw2()
  • Loading branch information
cmsbuild committed Jan 17, 2018
2 parents 6de20cc + 4da3a22 commit 5f458f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions DQMServices/Core/interface/ConcurrentMonitorElement.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@ class ConcurrentMonitorElement
me_->setBinLabel(bin, label, axis);
}

void enableSumw2()
{
me_->getTH1()->Sumw2();
}

};

#endif // DQMServices_Core_ConcurrentMonitorElement_h

0 comments on commit 5f458f3

Please sign in to comment.