You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Analyse/TestResultClasses/CMSPixel/QualificationGroup/XRayHRQualification/Chips/Chip/BackgroundMap/BackgroundMap.py
Copy file name to clipboardExpand all lines: Analyse/TestResultClasses/CMSPixel/QualificationGroup/XRayHRQualification/Chips/Chip/ColumnUniformityEventsPerColumn/ColumnUniformityEventsPerColumn.py
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,9 @@ def PopulateResultData(self):
77
77
ROOT.gPad.Update()
78
78
79
79
self.Title='Col. Uniformity per Event: C{ChipNo} {Rate}'.format(ChipNo=self.ParentObject.Attributes['ChipNo'], Rate=self.Attributes['Rate'])
Copy file name to clipboardExpand all lines: Analyse/TestResultClasses/CMSPixel/QualificationGroup/XRayHRQualification/Chips/Chip/EfficiencyMap/EfficiencyMap.py
Copy file name to clipboardExpand all lines: Analyse/TestResultClasses/CMSPixel/QualificationGroup/XRayHRQualification/Chips/Chip/HotPixelMap/HotPixelMap.py
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,9 @@ def PopulateResultData(self):
62
62
self.ResultData['HiddenData']['NumberOfHotPixels'] = {'Label': 'Masked Hot Pixels', 'Value': len(self.HotPixelsList)}
63
63
64
64
self.Title='Masked Hot Pixels {Rate}: C{ChipNo}'.format(ChipNo=self.ParentObject.Attributes['ChipNo'],Rate=self.Attributes['Rate'])
Copy file name to clipboardExpand all lines: Analyse/TestResultClasses/CMSPixel/QualificationGroup/XRayHRQualification/Chips/Chip/HotPixelRetrimming/HotPixelRetrimming.py
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,9 @@ def PopulateResultData(self):
46
46
self.ResultData['HiddenData']['NumberOfRetrimmedHotPixels'] = {'Label': 'Retrimmed Hot Pixels', 'Value': len(self.RetrimmedHotPixelsList)}
47
47
48
48
self.Title='Retrim Hot Pix {Rate}: C{ChipNo}'.format(ChipNo=self.ParentObject.Attributes['ChipNo'],Rate=self.Attributes['Rate'])
0 commit comments