JSFJet


class description - source file - inheritance tree

class JSFJet : public TObject


    public:
JSFJet(Double_t t = 0.0, Double_t x = 0.0, Double_t y = 0.0, Double_t z = 0.0, Int_t nt = 0, Int_t nc = 0, Int_t noff = 0) JSFJet(const JSFJet& jet) virtual ~JSFJet() static TClass* Class() ANL4DVector GetANL4D() JSFVertex GetVertex() virtual TClass* IsA() const void JetVertexing(const TObjArray* particles) Int_t NC() Int_t NOff() Int_t NT() TLorentzVector P() void SetNCharged(Int_t ncharged) void SetNOffIPTracks(Int_t noffiptracks) void SetNTracks(Int_t ntracks) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) JSFVertex V()

Data Members


    protected:
TLorentzVector fP 4 momentum of jet Int_t fNTracks Number of tracks in the jet Int_t fNCharged Number of charged tracks in the jet Int_t fNOffIPTracks Number of OffIP charged tracks JSFVertex fVertex Vertex information

Class Description

  JetAnalysis

  Sample program for Jet Analysis

$Id:



void JetVertexing(const TObjArray *particles)
 Does vertexing using particles in jets.
 particles is an array of pointer to LTKCLTrack tracks in a jet.



Inline Functions


                JSFJet JSFJet(Double_t t = 0.0, Double_t x = 0.0, Double_t y = 0.0, Double_t z = 0.0, Int_t nt = 0, Int_t nc = 0, Int_t noff = 0)
                JSFJet JSFJet(const JSFJet& jet)
                  void SetNTracks(Int_t ntracks)
                  void SetNCharged(Int_t ncharged)
                  void SetNOffIPTracks(Int_t noffiptracks)
        TLorentzVector P()
           ANL4DVector GetANL4D()
             JSFVertex GetVertex()
                 Int_t NT()
                 Int_t NC()
                 Int_t NOff()
             JSFVertex V()
               TClass* Class()
               TClass* IsA() const
                  void ShowMembers(TMemberInspector& insp, char* parent)
                  void Streamer(TBuffer& b)
                  void StreamerNVirtual(TBuffer& b)
                  void ~JSFJet()


Last update: Fri May 23 21:29:03 2003


ROOT page - Home 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.