| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Constructor Summary | |
KtLorentzVector() Default Constructor: create jet with no constituents | |
KtLorentzVector(const HepLorentzVector & ) Constructor: create particle with given 4-momentum | |
KtLorentzVector(KtFloat px, KtFloat py, KtFloat pz, KtFloat e) Constructor: create particle with given 4-momentum |
Destructor Summary | |
~KtLorentzVector() Destructor |
Method Summary | |
void | add(const KtLorentzVector & , KtRecom * recom) Add particle to jet using required recombination scheme to merge 4-momenta |
void | add(const KtLorentzVector & ) Add particle to jet using E scheme (4-vector addition) to merge 4-momenta |
const bool | contains(const KtLorentzVector & ) Check if a KtLorentzVector is a constituent |
const std::vector | copyConstituents() copy constituents |
const const std::vector | getConstituents() return a reference to the vector of pointers of the KtLorentzVectors constituents |
const unsigned int | getID() |
const int | getNConstituents() returns the number of constituents KtLorentzVector is made up of |
const bool | isJet() is it a Jet, not single particle |
const synchronized bool | operator!=(const KtLorentzVector & ) |
synchronized KtLorentzVector & | operator+=(const KtLorentzVector & ) Add particle to jet using E scheme (4-vector addition) to merge 4-momenta |
const synchronized bool | operator==(const KtLorentzVector & ) Compare IDs of objects |
Constructor Detail |
public KtLorentzVector()
public KtLorentzVector(const HepLorentzVector & )
public KtLorentzVector(KtFloat px, KtFloat py, KtFloat pz, KtFloat e)
Method Detail |
public synchronized ~KtLorentzVector()
Method Detail |
public void add(const KtLorentzVector & , KtRecom * recom)
public void add(const KtLorentzVector & )
public const bool contains(const KtLorentzVector & )
public const std::vectorcopyConstituents()
public const const std::vector& getConstituents()
public const unsigned int getID()
public const int getNConstituents()
public const bool isJet()
public const synchronized bool operator!=(const KtLorentzVector & )
public synchronized KtLorentzVector & operator+=(const KtLorentzVector & )
public const synchronized bool operator==(const KtLorentzVector & )
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |