Skip to content
Snippets Groups Projects
Commit cb412380 authored by Jens Kroeger's avatar Jens Kroeger
Browse files

EventLoaderTimepix3: correct axis label

parent ff6098a3
No related branches found
No related tags found
No related merge requests found
......@@ -210,7 +210,7 @@ void EventLoaderTimepix3::initialise() {
applyCalibration = false;
}
// Make debugging plots
std::string title = m_detector->name() + " Hit map;x [px];y [px];pixels";
std::string title = m_detector->name() + " Hit map;x [px];y [px];# entries";
hHitMap = new TH2F("hitMap",
title.c_str(),
m_detector->nPixels().X(),
......
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