Opened 8 years ago
Last modified 8 years ago
#959 new How to
calorimeter information
Reported by: | J Dutta | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Delphes code | Version: | Delphes 3 |
Keywords: | Cc: |
Description
Dear Delphes authors,
I am looking to extract the information of energy deposits in the calorimeters. How do I go about it?
Regards,
Juhi
Change History (2)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Thanks for the reply.
In the default cards, there are three inputs to the Tower in the line 1,3,4. Doesn't Calorimeter/towers already include the photons and neutral hadrons? Why are the EFlowPhoton and EFlowNeutralHadron being added separately?
- add Branch Calorimeter/towers Tower Tower
- add Branch Calorimeter/eflowTracks EFlowTrack Track
- add Branch Calorimeter/eflowPhotons EFlowPhoton Tower
- add Branch Calorimeter/eflowNeutralHadrons EFlowNeutralHadron Tower
Regards,
Juhi
Note:
See TracTickets
for help on using tickets.
You can start by looking at this page:
https://cp3.irmp.ucl.ac.be/projects/delphes/wiki/WorkBook/RootTreeDescription,
the relevant class is Tower.
In order to access towers you have to store them in the output. If you are using the default CMS or ATLAS cards it should be already in there.