File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
CondCore/SiStripPlugins/plugins Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments