Anti-##k_T## algorithm for jets

  • Thread starter Thread starter ChrisVer
  • Start date Start date
  • Tags Tags
    Algorithm Jets
ChrisVer
Science Advisor
Messages
3,372
Reaction score
465
First I'll try to give a summary of what I understand about the anti-##k_T## algorithm (as a continuation for a particle flow algorithm)...
The algorithm uses an iterative clustering with transverse momentum ##p_T## weighted distance parameter and is applying a selection on the "protojets". For particle flow jets every PF object is a protoject except for those that have been identified as electrons or muons. The anti-##k_T## algorithm takes the protojet with the highest energy and merges it with the next nearest one into a new protojet if the distance is within some boundary. Let's call that boundary set by us as ##L##. This is done until there are no more protojets left. Then the algorithm restarts with the highest of the remaining protojets as the seed.
The distance is defined as:
##d_{ij}= min(k_{Ti}^{2p}, k_{Tj}^{2p}) \frac{(\Delta R)^2}{r^2}##
Where ##r,p## are parameters ( for anti-##k_T## we set ##p=-1##), ##k_{Ti}## are the transverse momenta of the ##i##-th protojet, and ##\Delta R## are the protojets ##(\eta,\phi)## distance.

My Question:
Suppose I have the protojet with the highest energy ##k_{T1}=20GeV##.
And the nearest to it protojet has an energy ##k_{T2}=10GeV##.
In that case the momentum-weighed distance is:
##d_{12}= min (\frac{1}{400}, \frac{1}{100} ) \frac{(\Delta R)^2}{r^2} = \frac{(\Delta R)^2}{400 r^2}##
In order for this distance to be within the set boundary we have
##\frac{(\Delta R)^2}{(20r)^2}= d_{12} < L##
The problem:
I believe that ##\Delta R## should be set very small to keep this inequality. And the strange thing is that any protojet with energy smaller than 20GeV should satisfy this smallness for ##\Delta R##...I feel that this is unreasonable? For example if the 1 protojet has energy 20GeV and the 2nd nearest has 3GeV I don't find a reason they can't "exist" together in a larger cone to form the jet...In other words the energy of the 1st protojet is always going to rule out any other choice of "nearest" ones due to the min() function.
Where am I wrong?
 
Physics news on Phys.org
You don't set ##\Delta R##, it is a measured value. Smaller distances between the jets are more likely to lead to merging.

You can have two completely unrelated jets going in the same direction, but this is unlikely and there is no way to notice this experimentally.
 
Toponium is a hadron which is the bound state of a valance top quark and a valance antitop quark. Oversimplified presentations often state that top quarks don't form hadrons, because they decay to bottom quarks extremely rapidly after they are created, leaving no time to form a hadron. And, the vast majority of the time, this is true. But, the lifetime of a top quark is only an average lifetime. Sometimes it decays faster and sometimes it decays slower. In the highly improbable case that...
I'm following this paper by Kitaev on SL(2,R) representations and I'm having a problem in the normalization of the continuous eigenfunctions (eqs. (67)-(70)), which satisfy \langle f_s | f_{s'} \rangle = \int_{0}^{1} \frac{2}{(1-u)^2} f_s(u)^* f_{s'}(u) \, du. \tag{67} The singular contribution of the integral arises at the endpoint u=1 of the integral, and in the limit u \to 1, the function f_s(u) takes on the form f_s(u) \approx a_s (1-u)^{1/2 + i s} + a_s^* (1-u)^{1/2 - i s}. \tag{70}...
Back
Top