|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JetFinder
Interface to be implemented by all jet finders
| Method Summary | |
|---|---|
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 |
java.util.List |
particlesInJet(int index)
Find out which particles are in a paricular jet |
void |
setEvent(java.util.Collection data)
Set the current event data |
void |
setEvent(java.util.Collection data,
Predicate cut)
Set the current event data |
| Method Detail |
|---|
int njets()
HepLorentzVector jet(int index)
index - The index of the jet of interest
java.util.List particlesInJet(int index)
index - The index of the jet of interest
int nParticlesPerJet(int index)
index - The index of the jet of interest
int fewestTracks()
void setEvent(java.util.Collection data)
data - An List of 3- or 4-vectors
void setEvent(java.util.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 finding
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||