Opened 8 years ago
Last modified 8 years ago
#1016 new How to
Jet faking as leptons
Reported by: | S. Niyogi | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Delphes code | Version: | Delphes 3 |
Keywords: | Cc: |
Description
Hello,
I got this card from a previous ticket which has a module for jet mis-identified as a lepton. There is module called Jet Fake. I want to know if the line
add EfficiencyFormula {11} { (eta <= 2.5) * (pt > 20.0) * (0.30)}
means the probability of a jet within |eta| <= 2.5 and pt > 20 will be mistagged as an electron is 30%, Is this correct ? Also, the PID for electron 11 is used, not for positron (i.e. -11). Does delphes
automatically understand that 11 is for both e- and e+ ?
Thanks for your help.
Regards,
Saurabh
Attachments (1)
Note:
See TracTickets
for help on using tickets.
There is an "abs" missing for eta. It should be:
But, yes, it automatically understand electron and positron.
Michele