Skip to content

Commit

Permalink
fix SiStripBadStrip_PayloadInspector after merging of cms-sw#45795
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich authored and youngwan-kim committed Sep 11, 2024
1 parent ed75d16 commit eb20872
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,9 @@ namespace {
std::string titleMap =
"Fraction of bad Strips per module, IOV: " + theIOVsince + " (tag:#color[2]{" + tagname + "})";

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

SiStripTkMaps ghost("AL");
ghost.bookMap(titleMap, "");

std::vector<uint32_t> detid;
payload->getDetIds(detid);

Expand Down Expand Up @@ -249,7 +246,6 @@ namespace {
std::string fileName(m_imageFileName);
TCanvas canvas("Bad Components fraction", "bad components fraction");
myMap.drawMap(canvas, "");
ghost.drawMap(canvas, "same");
canvas.SaveAs(fileName.c_str());

return true;
Expand Down

0 comments on commit eb20872

Please sign in to comment.