Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MakeAmpToolsFlat_gen Class Reference

#include <MakeAmpToolsFlat_gen.h>

Public Member Functions

 MakeAmpToolsFlat_gen (TTree *tree=0)
 
virtual ~MakeAmpToolsFlat_gen ()
 
virtual Int_t Cut (Long64_t entry)
 
virtual Int_t GetEntry (Long64_t entry)
 
virtual Long64_t LoadTree (Long64_t entry)
 
virtual void Init (TTree *tree)
 
virtual void Loop ()
 
virtual Bool_t Notify ()
 
virtual void Show (Long64_t entry=-1)
 

Public Attributes

TTree * fChain
 
Int_t fCurrent
 pointer to the analyzed TTree or TChain More...
 
Int_t NumFinalState
 current Tree number in a TChain More...
 
Float_t E_FinalState [3]
 
Float_t Px_FinalState [3]
 
Float_t Py_FinalState [3]
 
Float_t Pz_FinalState [3]
 
Float_t E_Beam
 
Float_t Px_Beam
 
Float_t Py_Beam
 
Float_t Pz_Beam
 
TBranch * b_NumFinalState
 
TBranch * b_E_FinalState
 
TBranch * b_Px_FinalState
 
TBranch * b_Py_FinalState
 
TBranch * b_Pz_FinalState
 
TBranch * b_E_Beam
 
TBranch * b_Px_Beam
 
TBranch * b_Py_Beam
 
TBranch * b_Pz_Beam
 
int m_nPart
 
int m_PID [3]
 
float m_e [3]
 
float m_px [3]
 
float m_py [3]
 
float m_pz [3]
 
float m_eBeam
 
float m_pxBeam
 
float m_pyBeam
 
float m_pzBeam
 
float m_weight
 
float m_TargetMass
 
TTree * m_OutTree
 
TFile * outFile
 

Detailed Description

Definition at line 17 of file MakeAmpToolsFlat_gen.h.

Constructor & Destructor Documentation

MakeAmpToolsFlat_gen::MakeAmpToolsFlat_gen ( TTree *  tree = 0)
virtual MakeAmpToolsFlat_gen::~MakeAmpToolsFlat_gen ( )
virtual

Member Function Documentation

virtual Int_t MakeAmpToolsFlat_gen::Cut ( Long64_t  entry)
virtual
virtual Int_t MakeAmpToolsFlat_gen::GetEntry ( Long64_t  entry)
virtual
virtual void MakeAmpToolsFlat_gen::Init ( TTree *  tree)
virtual
virtual Long64_t MakeAmpToolsFlat_gen::LoadTree ( Long64_t  entry)
virtual

Referenced by Loop().

virtual Bool_t MakeAmpToolsFlat_gen::Notify ( )
virtual
virtual void MakeAmpToolsFlat_gen::Show ( Long64_t  entry = -1)
virtual

Member Data Documentation

TBranch* MakeAmpToolsFlat_gen::b_E_Beam

Definition at line 41 of file MakeAmpToolsFlat_gen.h.

TBranch* MakeAmpToolsFlat_gen::b_E_FinalState

Definition at line 37 of file MakeAmpToolsFlat_gen.h.

TBranch* MakeAmpToolsFlat_gen::b_NumFinalState

Definition at line 36 of file MakeAmpToolsFlat_gen.h.

TBranch* MakeAmpToolsFlat_gen::b_Px_Beam

Definition at line 42 of file MakeAmpToolsFlat_gen.h.

TBranch* MakeAmpToolsFlat_gen::b_Px_FinalState

Definition at line 38 of file MakeAmpToolsFlat_gen.h.

TBranch* MakeAmpToolsFlat_gen::b_Py_Beam

Definition at line 43 of file MakeAmpToolsFlat_gen.h.

TBranch* MakeAmpToolsFlat_gen::b_Py_FinalState

Definition at line 39 of file MakeAmpToolsFlat_gen.h.

TBranch* MakeAmpToolsFlat_gen::b_Pz_Beam

Definition at line 44 of file MakeAmpToolsFlat_gen.h.

TBranch* MakeAmpToolsFlat_gen::b_Pz_FinalState

Definition at line 40 of file MakeAmpToolsFlat_gen.h.

Float_t MakeAmpToolsFlat_gen::E_Beam

Definition at line 30 of file MakeAmpToolsFlat_gen.h.

Referenced by Loop().

Float_t MakeAmpToolsFlat_gen::E_FinalState[3]

Definition at line 26 of file MakeAmpToolsFlat_gen.h.

Referenced by Loop().

TTree* MakeAmpToolsFlat_gen::fChain

Definition at line 19 of file MakeAmpToolsFlat_gen.h.

Referenced by Loop().

Int_t MakeAmpToolsFlat_gen::fCurrent

pointer to the analyzed TTree or TChain

Definition at line 20 of file MakeAmpToolsFlat_gen.h.

float MakeAmpToolsFlat_gen::m_e[3]

Definition at line 58 of file MakeAmpToolsFlat_gen.h.

Referenced by Loop().

float MakeAmpToolsFlat_gen::m_eBeam

Definition at line 62 of file MakeAmpToolsFlat_gen.h.

Referenced by Loop().

int MakeAmpToolsFlat_gen::m_nPart

Definition at line 56 of file MakeAmpToolsFlat_gen.h.

Referenced by Loop().

TTree* MakeAmpToolsFlat_gen::m_OutTree

Definition at line 69 of file MakeAmpToolsFlat_gen.h.

Referenced by Loop().

int MakeAmpToolsFlat_gen::m_PID[3]

Definition at line 57 of file MakeAmpToolsFlat_gen.h.

Referenced by Loop().

float MakeAmpToolsFlat_gen::m_px[3]

Definition at line 59 of file MakeAmpToolsFlat_gen.h.

Referenced by Loop().

float MakeAmpToolsFlat_gen::m_pxBeam

Definition at line 63 of file MakeAmpToolsFlat_gen.h.

Referenced by Loop().

float MakeAmpToolsFlat_gen::m_py[3]

Definition at line 60 of file MakeAmpToolsFlat_gen.h.

Referenced by Loop().

float MakeAmpToolsFlat_gen::m_pyBeam

Definition at line 64 of file MakeAmpToolsFlat_gen.h.

Referenced by Loop().

float MakeAmpToolsFlat_gen::m_pz[3]

Definition at line 61 of file MakeAmpToolsFlat_gen.h.

Referenced by Loop().

float MakeAmpToolsFlat_gen::m_pzBeam

Definition at line 65 of file MakeAmpToolsFlat_gen.h.

Referenced by Loop().

float MakeAmpToolsFlat_gen::m_TargetMass

Definition at line 67 of file MakeAmpToolsFlat_gen.h.

Referenced by Loop().

float MakeAmpToolsFlat_gen::m_weight

Definition at line 66 of file MakeAmpToolsFlat_gen.h.

Referenced by Loop().

Int_t MakeAmpToolsFlat_gen::NumFinalState

current Tree number in a TChain

Definition at line 25 of file MakeAmpToolsFlat_gen.h.

TFile* MakeAmpToolsFlat_gen::outFile

Definition at line 70 of file MakeAmpToolsFlat_gen.h.

Referenced by Loop().

Float_t MakeAmpToolsFlat_gen::Px_Beam

Definition at line 31 of file MakeAmpToolsFlat_gen.h.

Referenced by Loop().

Float_t MakeAmpToolsFlat_gen::Px_FinalState[3]

Definition at line 27 of file MakeAmpToolsFlat_gen.h.

Referenced by Loop().

Float_t MakeAmpToolsFlat_gen::Py_Beam

Definition at line 32 of file MakeAmpToolsFlat_gen.h.

Referenced by Loop().

Float_t MakeAmpToolsFlat_gen::Py_FinalState[3]

Definition at line 28 of file MakeAmpToolsFlat_gen.h.

Referenced by Loop().

Float_t MakeAmpToolsFlat_gen::Pz_Beam

Definition at line 33 of file MakeAmpToolsFlat_gen.h.

Referenced by Loop().

Float_t MakeAmpToolsFlat_gen::Pz_FinalState[3]

Definition at line 29 of file MakeAmpToolsFlat_gen.h.

Referenced by Loop().


The documentation for this class was generated from the following files: