Skip to content

Commit 192acaa

Browse files
committed
missing colz option to 2d histogram
1 parent e018db2 commit 192acaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Validation/MuonRPCDigis/src/RPCDigiValid.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ void RPCDigiValid::bookHistograms(DQMStore::IBooker &booker, edm::Run const &run
209209

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

0 commit comments

Comments
 (0)