Fork me on GitHub

Opened 7 years ago

Last modified 7 years ago

#1150 new How to

How to Extract Displaced Vertex

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

Description

Hi,

I would like to know how to extract the information of displaced vertex associate with reconstructed objects like electron, muon, and jet

I saw a class variable "TRef Particle" and it seem to be some pointer to the candidate class where there is information of D0 and DZ, but I could not refer to this pointer since it always gives a null pointer.

Do does Delphes provide any method to extract the information of displaced vertex easily?

Thanks,
Haolin

Change History (1)

comment:1 by Michele Selvaggi, 7 years ago

The particle pointer you are reffering to gives you access to X,Y,Z or the production vertex, which seems to be what you want.

Note: See TracTickets for help on using tickets.