Skip to content

Commit

Permalink
missing colz option to 2d histogram
Browse files Browse the repository at this point in the history
  • Loading branch information
jhgoh committed Aug 14, 2024
1 parent e018db2 commit 192acaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Validation/MuonRPCDigis/src/RPCDigiValid.cc
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ void RPCDigiValid::bookHistograms(DQMStore::IBooker &booker, edm::Run const &run

// XY plots
hXY_Barrel_ = booker.book2D("XY_Barrel", "X-Y view of Barrel", nbinsXY, -maxXY, maxXY, nbinsXY, -maxXY, maxXY);
hXY_Barrel_->setOption("colz");
for (int disk = 1; disk <= 4; ++disk) {
const std::string meNameP = fmt::format("XY_Endcap_p{:1d}", disk);
const std::string meNameN = fmt::format("XY_Endcap_m{:1d}", disk);
Expand Down

0 comments on commit 192acaa

Please sign in to comment.