#include <XANAJet.h>
Public Methods | |
XANAJet () | |
XANAJet (HepLorentzVector recJetLV, float recJetCorr) | |
construct with data. More... | |
virtual | ~XANAJet () |
HepLorentzVector | getLorentzVector () const |
Float_t | getCorrections () const |
Short_t | getNumberOfClusters () const |
TRefArray * | getClusters () const |
void | setLorentzVector (HepLorentzVector recJetLV) |
void | setCorrections (Float_t recJetCorr) |
XANAJet (const XANAJet &right) | |
bool | operator== (const XANAJet &) const |
void | addCluster (XANAHadCluster *cl) |
void | clear () |
Protected Attributes | |
HepLorentzVector | recJetLV_ |
Lorentz vector to access info on position, momentum etc. More... | |
Float_t | recJetCorr_ |
Corrections. More... | |
Private Attributes | |
Short_t | numberOfClusters_ |
TRefArray * | clusters_ |
|
|
|
construct with data.
|
|
|
|
|
|
|
|
|
|
Definition at line 30 of file XANAJet.h. References clusters_.
00030 {return clusters_;} |
|
Definition at line 26 of file XANAJet.h. References recJetCorr_.
00026 {return recJetCorr_;} |
|
Definition at line 25 of file XANAJet.h. References recJetLV_.
00025 {return recJetLV_;} |
|
Definition at line 29 of file XANAJet.h. References numberOfClusters_.
00029 {return numberOfClusters_;} |
|
|
|
Definition at line 34 of file XANAJet.h. References recJetCorr_.
00034 {recJetCorr_=recJetCorr;} |
|
Definition at line 33 of file XANAJet.h. References recJetLV_.
00033 {recJetLV_=recJetLV;} |
|
Definition at line 56 of file XANAJet.h. Referenced by getClusters. |
|
Definition at line 55 of file XANAJet.h. Referenced by getNumberOfClusters. |
|
Corrections.
Definition at line 51 of file XANAJet.h. Referenced by getCorrections, and setCorrections. |
|
Lorentz vector to access info on position, momentum etc.
Definition at line 49 of file XANAJet.h. Referenced by getLorentzVector, and setLorentzVector. |