Opened 10 years ago
Closed 10 years ago
#317 closed How to (fixed)
GenJetFinder & FastJetFinder
Reported by: | Roberto Franceschini | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Delphes code | Version: | Delphes 3 |
Keywords: | Cc: |
Change History (3)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Hi,
the two jet finders do not interact, as they act on different 4-vectors collections.
a) GenJetFinder uses all stable particles (after ps+hadronization) without any detector simulation and produces collection "GenJet"
b) FastJetFinder uses reconstructed particles and produces collection "Jet"
They both use the fastjet package to reconstruct jets.
To see which parameters are used by default you can have a look at the detector card you are using (probably examples/delphes_card_CMS.tcl or examples/delphes_card_ATLAS.tcl).
In the lhco file you have access to b) only.
For the gen leptons, I guess the easiest way is to extract them from the "Particle" branch, which contains all gen level particles, both stable and unstable.
Michele
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Hi,
I'm also interested in this question, and 2 more questions:
1) I wonder if is there a way to use the Delphes card to reconstruct the jets at particle level and see its result without going through the detector simulation.
2) The same for the leptons, is there a simple way of seeing which are the isolated leptons at particle level? (Without including detector simulating effects.)
I would like this to be in a branch so I can analyse it using Root.
Thanks, Ezequiel.