Opened 8 years ago
Last modified 8 years ago
#1082 new Enhancement
Add exclusive jets mode for e+e- collision study
Reported by: | Gang Li | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Delphes code | Version: | Delphes 3 |
Keywords: | Cc: |
Description
Hi authors,
We need you help to implement the exclusive jets mode for e+e- collision study besides inclusive jets, which has already been in Delphes?
Thanks
Gang
Note:
See TracTickets
for help on using tickets.
Hi Gang,
it should be easy to extend the FastJetFinder module to produce exclusive jets.
You should add a new definition here:
https://github.com/delphes/delphes/blob/master/modules/FastJetFinder.cc#L206-#L238
and recompile.
Michele