Skip to content

New codes for Pixel DQ assessment

Risa Ushioda requested to merge rushioda/athena:master-PixelDQ into master

I would like to implement several codes for PostProcessing, which create histograms used for Pixel DQ assessment in Run 3.

*InnerDetector/InDetMonitoring/PixelMonitoring/python/PixelPostProcessing.py The function to make new histograms are defined here. It creates 2D histograms showing the position of bad Pixel FEs for each LB, and then creates a histogram showing LB vs estimated value of b-tagging degradation.

*InnerDetector/InDetMonitoring/PixelMonitoring/ModuleInfo/ Information about Pixel FE positions is stored here.

*DataQuality/DataQualityUtils/data/postprocessing/Pixelmon.yaml The input and output histograms are defined here.

Merge request reports