Fork me on GitHub

Opened 5 years ago

#1398 new Bug

unable to tag b jets

Reported by: padhan_rojalin Owned by:
Priority: minor Milestone:
Component: Delphes code Version: Delphes 3
Keywords: B-tagging Cc:

Description

Dear Delphes author,

I am using delphes-3.4.1. I have modified the delphes_card_CMS.tcl by adding a jet fake module, for which I followed the suggestion given in ticket #725. But with this card I am not getting any b-tagged jets. whereas the default CMS card is able to tag b jets.

Also I checked that in the following module in the last line if I replace JetFakeParticle with JetEnergyScale , it is giving b tagged jets. But what I think is , this will not use the updated jet arrays after jet fake.

module UniqueObjectFinder UniqueObjectFinder
{
# add InputArray InputArray OutputArray

add InputArray PhotonMerger/photons photons
add InputArray ElectronMerger/electrons electrons
add InputArray MuonMerger/muons muons
add InputArray JetFakeParticle/jets jets
# add InputArray JetEnergyScale/jets jets

}

Could you please suggest a way to include both fake rate and b tagging efficiency. Here I have attached the card that I am using.

thanks and regards,
rojalin

Attachments (1)

cms_fake.tcl (23.4 KB ) - added by padhan_rojalin 5 years ago.
CMS card that I am using.

Download all attachments as: .zip

Change History (1)

by padhan_rojalin, 5 years ago

Attachment: cms_fake.tcl added

CMS card that I am using.

Note: See TracTickets for help on using tickets.