Fork me on GitHub

Opened 8 years ago

Last modified 8 years ago

#969 new How to

BTag in Python mode

Reported by: Jyoiranjan Owned by:
Priority: major Milestone:
Component: Delphes code Version: Delphes 3
Keywords: Cc:

Description

Dear Delphes team,

I am new to Python mode of analysis implemented in Delphes. Could you please suggest how to use BTag? I was using jet.BTag()==1, but apparently it is not working.

Is it possible to use MT2 cut in this Python mode ?

regards,

Jyotiranjan

Change History (1)

comment:1 by Alexandre Mertens, 8 years ago

Hello,

Here is an example for the btag:
https://github.com/delphes/delphes/blob/master/python/TopReconstruction.py#L12

Concerning MT2, it is not computed in Delphes, so you will need to implement the function.

Cheers,
Alexandre

Note: See TracTickets for help on using tickets.