JetAnalysis
class description - source file - inheritance tree
public:
JetAnalysis(const char* name = "JetAnalysis", const char* title = "JetAnalysis")
JetAnalysis(const JetAnalysis&)
virtual ~JetAnalysis()
static TClass* Class()
static Double_t GetCutCosth()
static Double_t GetCutNDF()
static Int_t GetForcedNJets()
static Int_t GetJetFinderAlgorithm()
static Double_t GetVTXNSigCut()
static Double_t GetYcut()
virtual TClass* IsA() const
void JetClustering(TObjArray* particles)
virtual Bool_t Process(Int_t ev = 1)
void ShapeAnalysis(TObjArray* particles)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
TTree* fJetTree Jet Event information is saved
JetEvent* fJetEvent
static Int_t fForcedNJets Event is clustered to this number of jets
static Double_t fYcut Initial Y Cut value
static Int_t fJetFinderAlgorithm =0(JadeFinder), 1=(JadeEJetFinder),2=(DurhamJetFinder)
static Double_t fVTXNSigCut Cut value for Track to count NOffIPVertex Track.
static Double_t fCutCosth Cut on costh of track for vertexing
static Int_t fCutNDF Cut on NDF of track for vertexing.
JetAnalysis
Sample program for Jet Analysis
$Id:
JetAnalysis(const char *name, const char *title)
: JSFModule(name,title)
~JetAnalysis()
Bool_t Process(Int_t nev)
void ShapeAnalysis(TObjArray *tracks)
void JetClustering(TObjArray *tracks)
Inline Functions
Int_t GetForcedNJets()
Double_t GetYcut()
Int_t GetJetFinderAlgorithm()
Double_t GetVTXNSigCut()
Double_t GetCutCosth()
Double_t GetCutNDF()
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
JetAnalysis JetAnalysis(const JetAnalysis&)
Last update: Fri May 23 21:28:58 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.