JetAnalysis Class Reference

Class to analyse events of the type QCD 2->2 Processes. Examples to generate these events are given in the specific generator directory, e.g. examples/pythia6 ; the histogramm output is stored in the Jet folder of the root file. More...

#include <JetAnalysis.h>

Inheritance diagram for JetAnalysis:

baseAnalysis List of all members.

Public Member Functions

 JetAnalysis ()
virtual ~JetAnalysis ()
virtual int Init (double tr_max_eta, double tr_min_pt)
virtual int Process (HepMC::GenEvent *hepmcevt)

Private Attributes

TH1D * m_jet_count
TH1D * m_jet_pt
TH1D * m_jet_pt_log
TH1D * m_leadingjet_pt
TH1D * m_leadingjet_pt_log
TH1D * m_secondleadingjet_pt
TH1D * m_secondleadingjet_pt_log
TH1D * m_jet_phi
TH1D * m_jet_eta
TH1D * m_charged_particle_multiplicity
TH1D * m_charged_particle_mean_pt
TH1D * m_charged_particle_temp_pt
TH1D * m_charged_particle_pt
TH1D * m_charged_particle_pt_log
TH1D * m_charged_particle_rms_pt
TH1D * m_charged_particle_pdgID
TH1D * m_jet_Deta_leadingJet_secondJet
TH1D * m_jet_Dphi_leadingJet_secondJet
TH1D * m_jet_DR_leadingJet_secondJet

Detailed Description

Class to analyse events of the type QCD 2->2 Processes. Examples to generate these events are given in the specific generator directory, e.g. examples/pythia6 ; the histogramm output is stored in the Jet folder of the root file.

Author:
Cano Ay Dec 2008

Definition at line 22 of file JetAnalysis.h.


Constructor & Destructor Documentation

JetAnalysis::JetAnalysis (  ) 

Constructor

Definition at line 34 of file JetAnalysis.cc.

JetAnalysis::~JetAnalysis (  )  [virtual]

Destructor

Definition at line 41 of file JetAnalysis.cc.


Member Function Documentation

int JetAnalysis::Init ( double  tr_max_eta,
double  tr_min_pt 
) [virtual]

Before using the class initialize

Reimplemented from baseAnalysis.

Definition at line 48 of file JetAnalysis.cc.

References baseAnalysis::initHist(), m_charged_particle_mean_pt, m_charged_particle_multiplicity, m_charged_particle_pt, m_charged_particle_pt_log, m_charged_particle_rms_pt, m_charged_particle_temp_pt, m_jet_count, m_jet_Deta_leadingJet_secondJet, m_jet_Dphi_leadingJet_secondJet, m_jet_DR_leadingJet_secondJet, m_jet_eta, m_jet_phi, m_jet_pt, m_jet_pt_log, m_leadingjet_pt, m_leadingjet_pt_log, baseAnalysis::m_max_eta, baseAnalysis::m_min_pt, baseAnalysis::m_outputFileName, baseAnalysis::m_outputRootDir, m_secondleadingjet_pt, and m_secondleadingjet_pt_log.

int JetAnalysis::Process ( HepMC::GenEvent *  hepmcevt  )  [virtual]

This is the main analysis function. Search the particle, get their properties and the histograms.

Reimplemented from baseAnalysis.

Definition at line 95 of file JetAnalysis.cc.

References baseAnalysis::chargedParticle(), baseAnalysis::IsFinalStateParticle(), m_charged_particle_mean_pt, m_charged_particle_multiplicity, m_charged_particle_pt, m_charged_particle_pt_log, m_charged_particle_rms_pt, m_charged_particle_temp_pt, baseAnalysis::m_inclusive_jets, m_jet_count, m_jet_Deta_leadingJet_secondJet, m_jet_Dphi_leadingJet_secondJet, m_jet_DR_leadingJet_secondJet, m_jet_eta, m_jet_phi, m_jet_pt, m_jet_pt_log, m_leadingjet_pt, m_leadingjet_pt_log, m_secondleadingjet_pt, and m_secondleadingjet_pt_log.


Member Data Documentation

TH1D* JetAnalysis::m_charged_particle_mean_pt [private]

Definition at line 45 of file JetAnalysis.h.

Referenced by Init(), and Process().

TH1D* JetAnalysis::m_charged_particle_multiplicity [private]

Definition at line 44 of file JetAnalysis.h.

Referenced by Init(), and Process().

TH1D* JetAnalysis::m_charged_particle_pdgID [private]

Definition at line 50 of file JetAnalysis.h.

TH1D* JetAnalysis::m_charged_particle_pt [private]

Definition at line 47 of file JetAnalysis.h.

Referenced by Init(), and Process().

TH1D* JetAnalysis::m_charged_particle_pt_log [private]

Definition at line 48 of file JetAnalysis.h.

Referenced by Init(), and Process().

TH1D* JetAnalysis::m_charged_particle_rms_pt [private]

Definition at line 49 of file JetAnalysis.h.

Referenced by Init(), and Process().

TH1D* JetAnalysis::m_charged_particle_temp_pt [private]

Definition at line 46 of file JetAnalysis.h.

Referenced by Init(), and Process().

TH1D* JetAnalysis::m_jet_count [private]

Definition at line 32 of file JetAnalysis.h.

Referenced by Init(), and Process().

TH1D* JetAnalysis::m_jet_Deta_leadingJet_secondJet [private]

Definition at line 52 of file JetAnalysis.h.

Referenced by Init(), and Process().

TH1D* JetAnalysis::m_jet_Dphi_leadingJet_secondJet [private]

Definition at line 53 of file JetAnalysis.h.

Referenced by Init(), and Process().

TH1D* JetAnalysis::m_jet_DR_leadingJet_secondJet [private]

Definition at line 54 of file JetAnalysis.h.

Referenced by Init(), and Process().

TH1D* JetAnalysis::m_jet_eta [private]

Definition at line 42 of file JetAnalysis.h.

Referenced by Init(), and Process().

TH1D* JetAnalysis::m_jet_phi [private]

Definition at line 41 of file JetAnalysis.h.

Referenced by Init(), and Process().

TH1D* JetAnalysis::m_jet_pt [private]

Definition at line 33 of file JetAnalysis.h.

Referenced by Init(), and Process().

TH1D* JetAnalysis::m_jet_pt_log [private]

Definition at line 34 of file JetAnalysis.h.

Referenced by Init(), and Process().

TH1D* JetAnalysis::m_leadingjet_pt [private]

Definition at line 35 of file JetAnalysis.h.

Referenced by Init(), and Process().

TH1D* JetAnalysis::m_leadingjet_pt_log [private]

Definition at line 36 of file JetAnalysis.h.

Referenced by Init(), and Process().

TH1D* JetAnalysis::m_secondleadingjet_pt [private]

Definition at line 37 of file JetAnalysis.h.

Referenced by Init(), and Process().

TH1D* JetAnalysis::m_secondleadingjet_pt_log [private]

Definition at line 38 of file JetAnalysis.h.

Referenced by Init(), and Process().


The documentation for this class was generated from the following files:
Generated on Wed Aug 31 09:44:59 2011 for HepMCAnalysis by  doxygen 1.4.7