diff --git a/Analyse/OverviewClasses/CMSPixel/ProductionOverview/ProductionOverviewPage/BumpBondingOverlay/BumpBondingOverlay.py b/Analyse/OverviewClasses/CMSPixel/ProductionOverview/ProductionOverviewPage/BumpBondingOverlay/BumpBondingOverlay.py index 259d66b369df13020a3fb265dd37c2f40033a0f8..0d00ef201e9f58e2b17e3be4525b44b292f147d2 100644 --- a/Analyse/OverviewClasses/CMSPixel/ProductionOverview/ProductionOverviewPage/BumpBondingOverlay/BumpBondingOverlay.py +++ b/Analyse/OverviewClasses/CMSPixel/ProductionOverview/ProductionOverviewPage/BumpBondingOverlay/BumpBondingOverlay.py @@ -41,7 +41,7 @@ class ProductionOverview(AbstractClasses.GeneralProductionOverview.GeneralProduc if self.Xray: TestType = 'XRayHRQualification' else: - TestType = 'p17' + TestType = 'p10' if RowTuple['TestType'].startswith(TestType): diff --git a/Analyse/OverviewClasses/CMSPixel/ProductionOverview/ProductionOverviewPage/BumpBondingVsId/BumpBondingVsId.py b/Analyse/OverviewClasses/CMSPixel/ProductionOverview/ProductionOverviewPage/BumpBondingVsId/BumpBondingVsId.py index ceef7f0426aad05df463d5998d68a69fa21825a5..0867623334e2d7d041e1bbe37b539dff1721b5ec 100644 --- a/Analyse/OverviewClasses/CMSPixel/ProductionOverview/ProductionOverviewPage/BumpBondingVsId/BumpBondingVsId.py +++ b/Analyse/OverviewClasses/CMSPixel/ProductionOverview/ProductionOverviewPage/BumpBondingVsId/BumpBondingVsId.py @@ -71,7 +71,7 @@ class ProductionOverview(AbstractClasses.GeneralProductionOverview.GeneralProduc NumberOfPixelDefects.append(NumberOfPixelDefectsROC) HistogramXray.SetBinContent(binX, sum(NumberOfPixelDefects)) - if TestType == 'p17_1': + if TestType == 'p10_1': try: NumberOfPixelDefects = int(self.GetJSONValue([RowTuple['RelativeModuleFinalResultsPath'], RowTuple['FulltestSubfolder'], 'Summary1', 'KeyValueDictPairs.json', 'DeadBumps', 'Value'])) except: @@ -113,7 +113,7 @@ class ProductionOverview(AbstractClasses.GeneralProductionOverview.GeneralProduc title2.SetNDC() title2.SetTextAlign(12) title2.SetTextColor(ROOT.kRed + 2) - Subtitle2 = "ColdBox+17" + Subtitle2 = "ColdBox+10" title2.DrawText(0.9, 0.965, Subtitle2) title2 = ROOT.TText()