|
FreeHEP API Version current |
|||||||||
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 |
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 |
Method Detail |
public int njets()
public HepLorentzVector jet(int index)
index
- The index of the jet of interest
public List 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(Collection data)
public void setEvent(Collection data, Predicate cut)
cut
- Only elements of e that are accepted by this predicate will be used in the jet finding
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |