Skip to content
Snippets Groups Projects
Commit e40bfb99 authored by Frank Winklmeier's avatar Frank Winklmeier Committed by Atlas Nightlybuild
Browse files

Merge branch 'egammaART_eff_calcFix' into 'master'

egamma ART plot improvement

See merge request atlas/athena!35322

(cherry picked from commit 13e40396)

4d70e8d6 fix proper error calc for eff histograms
parent 8b1782f4
No related branches found
No related tags found
15 merge requests!46457Draft: Adding the tools to run over data,!46454Draft: Adding the tools to be able to run over data,!45045WIP: Include another condition for hit merging in FCS_StepInfoSD.cxx,!45043Merge branch 'Update-DAOD_IDNCB' into '21.2',!44869Draft: Update to candidate store,!4217921.9-first_steps-InDetTrackingGeometryXML,!42171Add LAr cell DQ plots to UPC stream,!40342WIP: ATR-22546 - add missing trigger to MC16a,!39162Draft: Insert BCM' support,!38765Bis78 cabling,!37483Fix in monitoring of Pixel FE errors,!37305Merge 21.3.23 into 21.9,!36893Fix size of RPC active region in BIS78 and strip material,!35875Merge 21.0.117 into 21.3,!35345Sweeping !35322 from master to 21.0. egamma ART plot improvement
Pipeline #1844471 passed with stage
in 0 seconds
......@@ -31,7 +31,7 @@ namespace egammaMonitoring {
TH1D *efficiency = (TH1D*) p.second->Clone(Form("%s_%s",m_name.c_str(),p.first.c_str()));
efficiency->Divide(total->histoMap[p.first]);
efficiency->Divide(p.second, total->histoMap[p.first], 1, 1, "B");
efficiency->GetYaxis()->SetTitle("Efficiency");
efficiency->GetYaxis()->SetRangeUser(0,1.1);
ATH_CHECK(m_rootHistSvc->regHist(Form("%sEff_%s", m_folder.c_str(), p.first.c_str()), efficiency));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment