Fork me on GitHub

Opened 6 months ago

Last modified 6 months ago

#1593 new How to

Replicating fatjet clustering with pyjet

Reported by: Inês Moreira Owned by:
Priority: major Milestone:
Component: Delphes code Version: Delphes 3
Keywords: fastjetfinder, eflowmerger Cc:

Description

I am extracting from Delphes root output file EflowNeutralHadrons , EflowTracks and EFlowPhotons PT, eta and phi and I am not able to obtain the same distributions of pt for the leading pt fatjet.

When I change the input of fastjetfinder module of delphes card to all particles and use particle.pt particle.eta and particle.phi to do the clustering outside delphes I obtain the same distributions as delphes

-> How can I acess to the particles/constituents (inputs) to fastjetfinder module when they are using eflow objects?

-> How could I write the eflowmerger output in my root tree?

Change History (1)

comment:1 by Inês Moreira, 6 months ago

(I am using pyjet/fastjet to replicate the clustering outside delphes)

Note: See TracTickets for help on using tickets.