|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.Enumeration |
particlesInJet(int index)
Find out which particles are in a paricular jet |
void |
setEvent(java.util.Enumeration e)
Set the current event data |
void |
setEvent(java.util.Enumeration e,
Predicate cut)
Set the current event data |
Method Detail |
public int njets()
public HepLorentzVector jet(int index)
index
- The index of the jet of interest
public java.util.Enumeration particlesInJet(int index)
index
- The index of the jet of interest
public int nParticlesPerJet(int index)
index
- The index of the jet of interest
public int fewestTracks()
public void setEvent(java.util.Enumeration e)
e
- An Enumeration of 3- or 4-vectorspublic void setEvent(java.util.Enumeration e, Predicate cut)
e
- An Enumeration 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 |