Skip to content

Commit

Permalink
fix final issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Mar 26, 2021
1 parent ada7c6d commit 92c07fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -958,7 +958,7 @@ namespace {

if (payload.get()) {
Phase1PixelSummaryMap fullMap(
"", fmt::sprintf("%s", payloadString), fmt::sprintf("%s", payloadString));
"", fmt::sprintf("%s", payloadString), fmt::sprintf("%s #mu_{H} [1/T]", payloadString));
fullMap.createTrackerBaseMap();

std::map<uint32_t, float> LAMap_ = payload->getLorentzAngles();
Expand Down
2 changes: 1 addition & 1 deletion DQM/TrackerRemapper/interface/Phase1PixelROCMaps.h
Expand Up @@ -102,7 +102,7 @@ class Phase1PixelROCMaps {
std::string title = "; Disk # ; Blade/Panel #";

h_fpix_maps[ring - 1] =
std::make_shared<TH2D>(name.c_str(), title.c_str(), 56, -n_rings - 0.5, n_rings + 0.5, n, -y, y);
std::make_shared<TH2D>(name.c_str(), title.c_str(), 56, -n_rings - 1.5, n_rings + 1.5, n, -y, y);
}
}

Expand Down

0 comments on commit 92c07fe

Please sign in to comment.