-
Notifications
You must be signed in to change notification settings - Fork 483
Add possibility to apply signal filtering for MC with embedding #14698
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
Conversation
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
Please consider the following formatting changes to AliceO2Group#14698
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
In principle, we might not even need modification of O2DPG MC. We should already be able to inject the additional AOD option with a config file. But to be seen if this practical.
* Add possibility to apply signal filtering for MC with embedding * Add protection for signal filtering to be enabled only with emdedding
* Add possibility to apply signal filtering for MC with embedding * Add protection for signal filtering to be enabled only with emdedding
* Add possibility to apply signal filtering for MC with embedding * Add protection for signal filtering to be enabled only with emdedding
* Add possibility to apply signal filtering for MC with embedding * Add protection for signal filtering to be enabled only with emdedding
…eO2Group#14698) * Add possibility to apply signal filtering for MC with embedding * Add protection for signal filtering to be enabled only with emdedding
@sawenzel @marslandALICE this PR adds the possibility to filter out MCParticles originated from the background event in case of embedding, as discussed in O2-6320 and in this presentation.
MC labels of tracks and calo clusters are set to
-1if they are produced by removed MC particles.I also verified that tracks and calo clusters produced by MCParticles from the signal event still have indices that point to the same particles as before.
Finally, the
AO2D.rootsize after the signal filtering is approximately 35% of the one without.