seed::TJet


class description - source file - inheritance tree

class seed::TJet : public TLorentzVector


    public:
seed::TJet TJet(const TLorentzVector& lv = TLorentzVector(0.,0.,0.,0.), const Double_t dWidthEta = 0., const Double_t dWidthPhi = 0.) seed::TJet TJet(seed::TJet&) virtual void ~TJet() static TClass* Class() virtual Double_t GetWidth() const virtual Double_t GetWidthEta() const virtual Double_t GetWidthPhi() const virtual TClass* IsA() const seed::TJet& Set(const TLorentzVector& lv, const Double_t dWidthEta, const Double_t dWidthPhi) virtual seed::TJet& SetWidthEta(const Double_t dWidthEta) virtual seed::TJet& SetWidthPhi(const Double_t dWidthPhi) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
Double_t fDWidthEta width of the jet in eta Double_t fDWidthPhi width of the jet in phi


See also

seed::TCaloJet

Class Description

  Generic jet class.
  It is built from a TLorentzVector with added widths in eta and phi.
  These widths are algorithm dependent and thus jets cannot be
  compared independently from the context in which the jets were
  found.



TJet(const TLorentzVector & lv, const Double_t dWidthEta, const Double_t dWidthPhi):TLorentzVector(lv), fDWidthEta(dWidthEta), fDWidthPhi(dWidthPhi)
 constructor initializing all members

~TJet()
 default destructor

Double_t GetWidth() const
 returns the width of the jet as the geometrical mean of eta and phi

TJet Set(const TLorentzVector & lv, const Double_t dWidthEta, const Double_t dWidthPhi)
 initializes all members of the jet



Inline Functions


        seed::TJet& SetWidthEta(const Double_t dWidthEta)
        seed::TJet& SetWidthPhi(const Double_t dWidthPhi)
           Double_t GetWidthEta() const
           Double_t GetWidthPhi() const
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
         seed::TJet TJet(seed::TJet&)


Author: Axel Naumann
Last update: 8 May 2002 AN


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.