-
Notifications
You must be signed in to change notification settings - Fork 23
PF hit association #1856
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
base: trunk
Are you sure you want to change the base?
PF hit association #1856
Conversation
tomeichlersmith
left a comment
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.
This is looking good, I have a few cleanup requests and one comment about sharing EcalGeo information with CLUE.
Remove remnant of attempt to set hits directly Co-authored-by: Tom Eichlersmith <31970302+tomeichlersmith@users.noreply.github.com>
Co-authored-by: Tom Eichlersmith <31970302+tomeichlersmith@users.noreply.github.com>
|
The failing histogram tests are caused by a name change |
| cluster.nbrOfLayers = 1 | ||
| cluster.nbr_of_layers = cluster.nbrOfLayers #just here to highlight confusion |
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.
We dont anymore have nbrOfLayers parameter
https://github.com/LDMX-Software/ldmx-sw/blob/trunk/Ecal/python/ecalClusters.py#L37
| cluster.nbrOfLayers = 1 | |
| cluster.nbr_of_layers = cluster.nbrOfLayers #just here to highlight confusion | |
| cluster.nbr_of_layers = 1 |
| // ldmx-sw objects | ||
| // #include "Ecal/Event/EcalHit.h" | ||
| // #include "Hcal/Event/HcalHit.h" |
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.
| // ldmx-sw objects | |
| // #include "Ecal/Event/EcalHit.h" | |
| // #include "Hcal/Event/HcalHit.h" |
we need to have this with a default in the python file |
I am updating ldmx-sw, here are the details.
What are the issues that this addresses?
This allows association back to hits from clusters that were associated with PF tracks in the PFlow algorithm. It also includes a first go at a pileup electron identifier processor, that subtracts hits associated to high-momentum tracks from the ecal rechit collection (or rather, makes a new collection without those hits).
Check List
Plot showing 10 2e inclusive events, ecal rec hits x: black is all hits, red is after pileup removal. This is not at all optimized yet (clustering needs improvements) but the principle works.