Opened 2 years ago
Last modified 16 months ago
#1544 new How to
Get Particle Cluster cells in calorimeters
Reported by: | snoaccor | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Delphes code | Version: | Delphes 3 |
Keywords: | Cc: |
Description
Dear experts,
I would like to know if is it possible to store in an array the set of cells from a given Calo Layer that are mapped to particle candidate? By cells I mean the (etaBin, phiBin, Efraq)
where part of the particle interacted with. This is in contrast to the Tower object which has the aggregated version of this data.
If there is a way already developed to store this info, could you point me to it please?
From inspecting the SimpleCalorimeter
module, I believe that what I need is the etaBin
and phiBin
(https://github.com/delphes/delphes/blob/master/modules/SimpleCalorimeter.cc lines 236 & 239) plus the fraction of Energy deposited.
Thanks in advance!
Hi snoaccor,
I am interested in this problem as well. Did you get a response?
Kind Regards
Stephen Jiggins