Anti-##k_T## algorithm for jets

  • Context: Graduate 
  • Thread starter Thread starter ChrisVer
  • Start date Start date
  • Tags Tags
    Algorithm Jets
Click For Summary
SUMMARY

The anti-##k_T## algorithm is an iterative clustering method used in particle flow algorithms to merge protojets based on transverse momentum ##p_T## weighted distances. It selects protojets, excluding identified electrons or muons, and merges them if they fall within a user-defined distance boundary ##L##. The distance formula is defined as ##d_{ij}= min(k_{Ti}^{2p}, k_{Tj}^{2p}) \frac{(\Delta R)^2}{r^2}##, with ##p=-1## for anti-##k_T##. The discussion highlights a potential issue where the energy of the highest energy protojet may restrict the merging of lower energy protojets due to the min() function, raising questions about the feasibility of merging jets with significantly different energies.

PREREQUISITES
  • Understanding of the anti-##k_T## algorithm and its application in particle physics
  • Knowledge of protojets and their role in particle flow algorithms
  • Familiarity with transverse momentum (##p_T##) and its significance in jet clustering
  • Basic grasp of the concepts of distance metrics in high-energy physics
NEXT STEPS
  • Research the mathematical foundations of the anti-##k_T## algorithm and its variations
  • Explore the implications of distance metrics in jet merging and clustering
  • Investigate the role of protojets in particle flow algorithms and their identification
  • Study experimental methods for measuring jet properties and their implications on clustering algorithms
USEFUL FOR

Particle physicists, researchers in high-energy physics, and anyone involved in jet reconstruction and analysis in collider experiments will benefit from this discussion.

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.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 16 ·
Replies
16
Views
11K
  • · Replies 5 ·
Replies
5
Views
8K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 24 ·
Replies
24
Views
24K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K