Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phase2 Tracker Premixed DIGIs are broken #29563

Closed
mmusich opened this issue Apr 27, 2020 · 8 comments · Fixed by #29565
Closed

Phase2 Tracker Premixed DIGIs are broken #29563

mmusich opened this issue Apr 27, 2020 · 8 comments · Fixed by #29565

Comments

@mmusich
Copy link
Contributor

mmusich commented Apr 27, 2020

Two problems have been detected in the Premixing vs Standard Mixing validation for the Phase-2 Trackers:

Issue with Inner Tracker digis

Full details in this presentation from @suchandradutta:

https://indico.cern.ch/event/879033/contributions/3840120/.

In short:

As a result of the double (lossy) conversion performed with different conversion factors in the Inner Tracker there is a noticeable change in the final ADC distributions (red is Premixing, green is Std Mixing)

image

Few concrete examples for some SimHits are as follows:

Charge [e-] Charge (ADC) (standard mix) e/ADC = 600 Charge [ADC] (premix step1) e/ADC = 135 Charge [e-] (premix step2) e/ADC = 135 Charge [ADC] (premix final) e/ADC = 600
3639.4 6 (6.07) 26 3510.0 5 (5.85)
8435.7 14 (14.06) 62 8370.0 13 (13.95)
9000.6 15 (15.0) 66 8910.0 14 (14.85)
4234.6 7 (7.06) 31 4185.0 6 (6.97)
13896.1 23 (23.16) 102 10037.7 22 (22.95)

This in principle can be recovered by allowing the collections of PixelDigis produced by the premixing stage1 and the signal digitization in step2 with two different conversion factor for IT and OT and then let the PreMixingPhase2TrackerWorker to undo the conversion separately for IT and OT.

Issue with Outer Tracker digis

In addition it was noticed that the fraction of OverThreshold digis in the premixed case for the PS modules is always 1, while it has a non-trivial distribution for the standard mixing case, see plot below:

image

As a possible solution we need to configure the digitizer to have analog readout for OT (at least for the PSS layers) at step 1 of pre-mixing, as the actual charge information is essential.

cc:
@suchandradutta @emiglior @skinnari @tsusa

@cmsbuild
Copy link
Contributor

A new Issue was created by @mmusich Marco Musich.

@Dr15Jones, @silviodonato, @dpiparo, @smuzaffar, @makortel can you please review it and eventually sign/assign? Thanks.

cms-bot commands are listed here

@Dr15Jones
Copy link
Contributor

assign simulation

@cmsbuild
Copy link
Contributor

New categories assigned: simulation

@mdhildreth,@civanch you have been requested to review this Pull request/Issue and eventually sign? Thanks

@civanch
Copy link
Contributor

civanch commented Apr 27, 2020

assign upgrade

@cmsbuild
Copy link
Contributor

New categories assigned: upgrade

@kpedro88 you have been requested to review this Pull request/Issue and eventually sign? Thanks

@kpedro88
Copy link
Contributor

@mdhildreth @makortel if you have time, can you take a look? hopefully the first issue is easy to fix, the second one might take some more work

@mmusich
Copy link
Contributor Author

mmusich commented Apr 27, 2020

a possible solution is at #29565

@kpedro88
Copy link
Contributor

@mmusich excellent, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants