public interface JetFinder
Modifier and Type | Method and Description |
---|---|
int |
fewestTracks()
Find the jet with the fewest particles
|
HepLorentzVector |
jet(int index)
calculate 4 vector sum for a jet
|
int |
njets()
The number of jets found
|
int |
nParticlesPerJet(int index)
Find out many particles are in a particular jet
|
List |
particlesInJet(int index)
Find out which particles are in a paricular jet
|
void |
setEvent(Collection data)
Set the current event data
|
void |
setEvent(Collection data,
Predicate cut)
Set the current event data
|
int njets()
HepLorentzVector jet(int index)
index
- The index of the jet of interestList particlesInJet(int index)
index
- The index of the jet of interestint nParticlesPerJet(int index)
index
- The index of the jet of interestint fewestTracks()
void setEvent(Collection data)
data
- An List of 3- or 4-vectorsvoid setEvent(Collection data, Predicate cut)
data
- An List of 3- or 4-vectorscut
- Only elements of e that are accepted by this predicate will be used in the jet findingJas4pp 1.5 © Java Analysis Studio for Particle Physics