#include <JadeProtoJet.h>
Collaboration diagram for JadeProtoJet:
Public Methods | |
JadeProtoJet (const QvecBase &alobj) | |
Constructor (from QvecBase). More... | |
JadeProtoJet& | operator+= (const JadeProtoJet &aJet) |
Operator += (depends on the scheme). More... | |
double | getYTimesE2 (const JadeProtoJet *aJet) |
the Metric. More... | |
vector<JadeProtoJet>::iterator | findNextNeighbour (const vector< JadeProtoJet > &theProtoJets) |
find the Next Neighbour. More... | |
const vector<const QvecBase *> | getConstituants () const |
get constituants. More... | |
const HepLorentzVector& | get4Momentum () const |
get four momentum vector. More... | |
Static Public Attributes | |
int | Scheme = 1 |
the scheme (set by the algo, used by operator+=). More... | |
Private Attributes | |
HepLorentzVector | theFourMomentum |
vector<const QvecBase *> | theConstituants |
Definition at line 19 of file JadeProtoJet.h.
|
Constructor (from QvecBase).
Definition at line 18 of file JadeProtoJet.cpp. |
|
find the Next Neighbour.
Definition at line 81 of file JadeProtoJet.cpp. |
|
get four momentum vector.
Definition at line 35 of file JadeProtoJet.h. Referenced by AlJet::AlJet(), getYTimesE2(), and operator+=().
|
|
get constituants.
Definition at line 31 of file JadeProtoJet.h. Referenced by AlJet::AlJet(), and operator+=().
|
|
the Metric.
Definition at line 67 of file JadeProtoJet.cpp. Referenced by findNextNeighbour().
|
|
Operator += (depends on the scheme).
Definition at line 31 of file JadeProtoJet.cpp. |
|
the scheme (set by the algo, used by operator+=).
Definition at line 102 of file JadeProtoJet.cpp. |
|
Definition at line 39 of file JadeProtoJet.h. |
|
Definition at line 38 of file JadeProtoJet.h. |