Opened 10 years ago
Last modified 10 years ago
#619 new archive
Definition of Overlaps() used in UniqueObjectFinder.cc
Reported by: | drakemarquis | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Delphes code | Version: | Delphes 3 |
Keywords: | Cc: |
Description
Hi Delphes team:
I recently read through the codes of Delphes and noticed one function called Overlaps() in modules/UniqueObjectFinder.cc, which can be located at the rear of the .cc file. I am curious about its meaning, as I did not find where it is defined. Would you please clear this up? Thank you very much!
drakemarquis
Note:
See TracTickets
for help on using tickets.
Hi,
the definition of the Candidate class (and the Overlaps method) is in classes/DelphesClasses.cc .
https://github.com/delphes/delphes/blob/master/classes/DelphesClasses.cc
It basically checks if the two candidates have the same global identifier.
Michele