Fork me on GitHub

Opened 7 years ago

Last modified 7 years ago

#1141 new Bug

jet number lost

Reported by: Li Huang Owned by:
Priority: minor Milestone:
Component: Delphes code Version: Delphes 3
Keywords: Cc:

Description

Hi,

I add a ee_kt_algorithm set the jet number to 4 ( this algorithm can set a fixed number jets).

The attachment is my tcl file.

I compared:

#add Branch UniqueObjectFinder/jets Jet Jet
add Branch FastJetFinder/jets Jet Jet

The first line gives a jet number 2.3 in average and the second result is jet number equal to 4 ( 4 is I hoped ). Why the jet number lost in the first case? I don't see any cut...

Attachments (1)

zhh4.tcl (17.4 KB ) - added by Li Huang 7 years ago.

Download all attachments as: .zip

Change History (2)

by Li Huang, 7 years ago

Attachment: zhh4.tcl added

comment:1 by Michele Selvaggi, 7 years ago

Hi,

this is probably because you have Isolated muons, electrons or photons in your event and these are reconstructed as jets by default.

The UniqueObjectFinder removes them from the jet collection.

Michele

Note: See TracTickets for help on using tickets.