-
Notifications
You must be signed in to change notification settings - Fork 13
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
First version of VTX digitisation for IDEA vertex detector #11
Conversation
…ill, wrong world transformation
…ctor can be digitised at the same time (don't know why) and it's just gaussian smearing the hits
Each digitizer should have a different name: https://github.com/armin-ilg/k4RecTracker/blob/aa306b2786a4a031876c18f860c15df2e15209b2/VTXdigi/test/runVTXdigitizer.py#L170C32-L170C44 ? |
…ciated readoutNames usage
Hi @BrieucF It should be okay now, forcing the hits onto the surfaces works. k4RecTracker can be used to digitise the IDEA vertex or Silicon Wrapper or any of the CLD tracking layers. |
Hi Armin, thanks! Merging this for now, we can do the modifications in a second PR:
|
Hi @BrieucF
Here is a first version of the digitisaton for the vertex detector/silicon detectors.
For the moment, it only applies a Gaussian smearing to the hits. I will refine this more over time.
One issue I still have is that I cannot do the digitisation of the various vertex subdetectors simultaneously, when uncommenting all VTXdigitizers (here).
I will also make sure that it works properly with the CLD vertex detector.