Skip to content

Commit 7faf3ef

Browse files
committed
fix SiStripBadStrip_PayloadInspector after merging of #45795
1 parent eb2285a commit 7faf3ef

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

CondCore/SiStripPlugins/plugins/SiStripBadStrip_PayloadInspector.cc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214,12 +214,9 @@ namespace {
214214
std::string titleMap =
215215
"Fraction of bad Strips per module, IOV: " + theIOVsince + " (tag:#color[2]{" + tagname + "})";
216216

217-
SiStripTkMaps myMap("COLZA0 L");
217+
SiStripTkMaps myMap("COLZ0 AL");
218218
myMap.bookMap(titleMap, "Fraction of bad Strips per module");
219219

220-
SiStripTkMaps ghost("AL");
221-
ghost.bookMap(titleMap, "");
222-
223220
std::vector<uint32_t> detid;
224221
payload->getDetIds(detid);
225222

@@ -249,7 +246,6 @@ namespace {
249246
std::string fileName(m_imageFileName);
250247
TCanvas canvas("Bad Components fraction", "bad components fraction");
251248
myMap.drawMap(canvas, "");
252-
ghost.drawMap(canvas, "same");
253249
canvas.SaveAs(fileName.c_str());
254250

255251
return true;

0 commit comments

Comments
 (0)