Skip to content
Snippets Groups Projects
Commit 557915c6 authored by James Beacham's avatar James Beacham
Browse files

Merge branch '21.0-histogramrange' into '21.0'

MuonHistUtils: fixing histogram ranges for two histograms following bug ATLPHYSVAL-583

See merge request atlas/athena!15895

Former-commit-id: 708b2a00702cb6c0cbd976f26d5b2695b21c2752
parents dbde51bb 7a6bd615
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,8 @@ MuonSegmentTruthRelatedPlots::MuonSegmentTruthRelatedPlots(PlotBase* pParent, st
detapos = Book1D("detapos","Resolution eta-position;#Delta#eta_{pos};Entries",64,-3.2,3.2);
dphipos = Book1D("dphipos","Resolution phi-position;#Delta#phi_{pos};Entries",64,-3.2,3.2);
detadir = Book1D("detadir","Resolution eta-direction;#Delta#eta_{dir};Entries",100,500,500);
dphidir = Book1D("dphidir","Resolution phi-direction;#Delta#phi_{dir};Entries",100,500,500);
detadir = Book1D("detadir","Resolution eta-direction;#Delta#eta_{dir};Entries",100,-10.,10.);
dphidir = Book1D("dphidir","Resolution phi-direction;#Delta#phi_{dir};Entries",100,-10.,10.);
}
......
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