#include <DurhamProtoJet.h>
Collaboration diagram for DurhamProtoJet:
Public Methods | |
DurhamProtoJet (const QvecBase &alobj) | |
Constructor (from QvecBase). More... | |
DurhamProtoJet& | operator+= (const DurhamProtoJet &aJet) |
Operator += (depends on the scheme). More... | |
double | getYTimesE2 (const DurhamProtoJet *aJet) |
the Metric. More... | |
vector<DurhamProtoJet>::iterator | findNextNeighbour (const vector< DurhamProtoJet > &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 DurhamProtoJet.h.
|
Constructor (from QvecBase).
Definition at line 18 of file DurhamProtoJet.cpp. |
|
find the Next Neighbour.
Definition at line 84 of file DurhamProtoJet.cpp. |
|
get four momentum vector.
Definition at line 35 of file DurhamProtoJet.h. Referenced by AlJet::AlJet(), getYTimesE2(), and operator+=().
|
|
get constituants.
Definition at line 31 of file DurhamProtoJet.h. Referenced by AlJet::AlJet(), and operator+=().
|
|
the Metric.
Definition at line 67 of file DurhamProtoJet.cpp. Referenced by findNextNeighbour().
|
|
Operator += (depends on the scheme).
Definition at line 31 of file DurhamProtoJet.cpp. |
|
the scheme (set by the algo, used by operator+=).
Definition at line 105 of file DurhamProtoJet.cpp. |
|
Definition at line 39 of file DurhamProtoJet.h. |
|
Definition at line 38 of file DurhamProtoJet.h. |