-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Copied from slack:
early morning thought about jet physics and IR safety……
@Charles Bell
can you make a plot (maybe with
@Emery Nibigira
’s help, and/or we can talk about it more) that shows say for jets in a particular momentum range (maybe 100-150 GeV)… showing the fraction of the jet energy you can get to by summing up the highest energy N particles inside of it? so you should have something where on the x axis it counts up 1,2,3,4… and in the first vertical slice it’s what fraction of the jet energy is stored in the leading E particle inside that jet. that should be low-ish and then it should increase as you start to include more and more particles (as you go to the right of the plot). this is the essence of what jet fragmentation is about, but this plot is also a “safer” measure of multiplicity
8:59
if you then make a profile of this 2D histogram, you should get something that looks like a turn-on curve — starts low and then plateaus at a fraction=1
For this, you'll want to use the links that each jet object provides to each of its constituent particles: Jet.Particles. If you access this it'll give you all the particles inside the jets. Then you want to order them by energy and then one by one add their four vectors together starting from the highest energy.