Skip to content
Snippets Groups Projects
Commit 2917118c authored by Iskander Ibragimov's avatar Iskander Ibragimov
Browse files

adding color to the plot

Former-commit-id: b4cdb5b79447ce142424cb415a03f489fd1690e6
parent 738cac3b
No related branches found
No related tags found
No related merge requests found
......@@ -109,6 +109,7 @@ StatusCode PixelMainMon::bookTrackMon(void) {
hname = makeHistname("NPixhits_per_track_last100lb", false);
htitles = makeHisttitle("Number of pixhits per track last 100 LB", ";last 100 lumi blocks;number of hits", false);
sc = trackHistos.regHist(m_npixhits_per_track_lastXlb = new TH2F(hname.c_str(), htitles.c_str(), 100, 0.5, 100.5, 10, -0.5, 9.5));
if (m_npixhits_per_track_lastXlb) m_npixhits_per_track_lastXlb->SetOption("colz");
}
if (sc.isFailure()) ATH_MSG_WARNING("Problems with booking Track histograms");
......
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