Skip to content

Draft: PLR Digitization Implementation

This MR sets up the digitization for the Pixel Luminosity Rings (PLR) detector.

Because the PLR is made from the same pixel modules that are in ITkPixel, it utilizes the same digitization algorithms as well. Here we are just configuring the pixel digitization algorithms differently for the PLR such that they use the PLR_ID identifier scheme, use the "PLR" instantiation of the PixelDetectorManager, and also access PLR specific data and settings.

I have also implemented the RDO analysis code for the PLR (PLR_RDOAnalysis) which outputs a simple root file filled with PLR RDO data.

In the attached images, you can see the content of the RDOAnalysis root file, the ToT distribution of the PLR RDOs, the global x-y scatter plot of PLR RDOs, and the global z-r scatter plot of ITkPixel and PLR RDOs (you can see the PLR at |z| = 2250 mm and r = 100 mm).

Screen_Shot_2022-04-17_at_6.54.50_PM

Screen_Shot_2022-04-17_at_7.44.29_PM

Screen_Shot_2022-04-17_at_6.47.26_PM

Screen_Shot_2022-04-17_at_6.50.51_PM

Merge request reports