LCDJetFinder
class description - source file - inheritance tree
private:
protected:
public:
LCDJetFinder LCDJetFinder()
LCDJetFinder LCDJetFinder(Double_t ycut)
LCDJetFinder LCDJetFinder(LCDJetFinder&)
virtual void ~LCDJetFinder()
Double_t calcinvmass(const TLorentzVector& jet1, const TLorentzVector& jet2)
static TClass* Class()
void doFindJets()
void doFindJets(Double_t ycut)
Int_t doFindJets(Int_t njet)
Int_t fewestParts()
TArrayI GetPartIndex()
Int_t GetPartIndexAt(Int_t a)
TArrayI* GetPartIndexPtr()
Double_t GetYCut()
Double_t GetYmin()
virtual TClass* IsA() const
TLorentzVector* jet4vec(Int_t index)
Int_t njets()
Int_t nParticlesPerJet(Int_t index)
void SetDURHAM()
void SetJADE()
void SetJADEE()
void SetPartList(TObjArray* e)
void SetYCut(Double_t ycut)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
Int_t m_njets
Double_t m_ymin
TClonesArray* m_jet
TArrayI m_ipart_jet_assoc
TArrayI m_inparts_per_jet
Int_t m_ifewest_parts
Double_t m_evis
Double_t m_dycut
Int_t m_algorithm Algorithm used in Jet clustering
static const Int_t UNASSOC
static const Int_t DURHAM
static const Int_t JADE
static const Int_t JADEE
TObjArray* m_4vec
TClonesArray* m_part
protected:
public:
------------------
JetFinder Class
------------------
LCDJetFinder():
m_ymin(1e20),m_evis(0.),m_dycut(0.1),
m_algorithm(LCDJetFinder::DURHAM)
LCDJetFinder(Double_t ycut):
m_ymin(0.0),m_evis(0.),m_dycut(ycut),
m_algorithm(LCDJetFinder::DURHAM)
~LCDJetFinder()
TLorentzVector* jet4vec(Int_t index)
Int_t nParticlesPerJet(Int_t index)
void SetYCut(Double_t ycut)
void SetPartList(TObjArray* e)
void doFindJets(Double_t ycut)
void doFindJets()
Int_t doFindJets(Int_t njet)
void SetDURHAM()
void SetJADE()
void SetJADEE()
Double_t calcinvmass(const TLorentzVector& jet1,
const TLorentzVector& jet2)
Inline Functions
Int_t njets()
TArrayI GetPartIndex()
Int_t GetPartIndexAt(Int_t a)
TArrayI* GetPartIndexPtr()
Double_t GetYmin()
Int_t fewestParts()
Double_t GetYCut()
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
LCDJetFinder LCDJetFinder(LCDJetFinder&)
ROOT page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.