ATLAS Offline Software
Public Member Functions | Public Attributes | Private Attributes | List of all members
CylinderLayerMaterial Class Reference

#include <CylinderLayerMaterial.h>

Collaboration diagram for CylinderLayerMaterial:

Public Member Functions

 CylinderLayerMaterial (TTree *tree=0)
 
virtual ~CylinderLayerMaterial ()
 
virtual Int_t Cut (Long64_t entry)
 
virtual Int_t GetEntry (Long64_t entry)
 
virtual Long64_t LoadTree (Long64_t entry)
 
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 LayerIndex
 current Tree number in a TChain More...
 
Float_t LayerRadius
 
Float_t LayerHalfZ
 
Int_t LayerMaterialBinsZ
 
Int_t LayerMaterialBinsPhi
 
Int_t LayerMaterialBinsTotal
 
Float_t LayerMaterialX0 [50000]
 
Float_t LayerMaterialZARho [50000]
 
Float_t LayerReferenceHalfX
 
Float_t LayerReferenceHalfY
 
Int_t LayerReferenceBinsX
 
Int_t LayerReferenceBinsY
 
Int_t LayerReferenceBinsTotal
 
Float_t LayerReferenceX0 [50000]
 
Float_t LayerReferenceZARho [50000]
 
TBranch * b_cylLayerIndex
 
TBranch * b_cylRadius
 
TBranch * b_cylHalfZ
 
TBranch * b_cylMatBinsZ
 
TBranch * b_cylMatBinsPhi
 
TBranch * b_cylMatBinsTotal
 
TBranch * b_LayerMaterialX0
 
TBranch * b_LayerMaterialZARho
 
TBranch * b_cylRefHalfX
 
TBranch * b_cylRefHalfY
 
TBranch * b_cylRefBinsX
 
TBranch * b_cylRefBinsY
 
TBranch * b_cylRefBinsTotal
 
TBranch * b_LayerReferenceX0
 
TBranch * b_LayerReferenceZARho
 

Private Attributes

TString m_name
 

Detailed Description

Definition at line 20 of file CylinderLayerMaterial.h.

Constructor & Destructor Documentation

◆ CylinderLayerMaterial()

CylinderLayerMaterial::CylinderLayerMaterial ( TTree *  tree = 0)

◆ ~CylinderLayerMaterial()

virtual CylinderLayerMaterial::~CylinderLayerMaterial ( )
virtual

Member Function Documentation

◆ Cut()

virtual Int_t CylinderLayerMaterial::Cut ( Long64_t  entry)
virtual

◆ GetEntry()

virtual Int_t CylinderLayerMaterial::GetEntry ( Long64_t  entry)
virtual

◆ Init()

void CylinderLayerMaterial::Init ( TTree *  tree)

◆ LoadTree()

virtual Long64_t CylinderLayerMaterial::LoadTree ( Long64_t  entry)
virtual

◆ Loop()

virtual void CylinderLayerMaterial::Loop ( )
virtual

◆ Notify()

virtual Bool_t CylinderLayerMaterial::Notify ( )
virtual

◆ Show()

virtual void CylinderLayerMaterial::Show ( Long64_t  entry = -1)
virtual

Member Data Documentation

◆ b_cylHalfZ

TBranch* CylinderLayerMaterial::b_cylHalfZ

Definition at line 45 of file CylinderLayerMaterial.h.

◆ b_cylLayerIndex

TBranch* CylinderLayerMaterial::b_cylLayerIndex

Definition at line 43 of file CylinderLayerMaterial.h.

◆ b_cylMatBinsPhi

TBranch* CylinderLayerMaterial::b_cylMatBinsPhi

Definition at line 47 of file CylinderLayerMaterial.h.

◆ b_cylMatBinsTotal

TBranch* CylinderLayerMaterial::b_cylMatBinsTotal

Definition at line 48 of file CylinderLayerMaterial.h.

◆ b_cylMatBinsZ

TBranch* CylinderLayerMaterial::b_cylMatBinsZ

Definition at line 46 of file CylinderLayerMaterial.h.

◆ b_cylRadius

TBranch* CylinderLayerMaterial::b_cylRadius

Definition at line 44 of file CylinderLayerMaterial.h.

◆ b_cylRefBinsTotal

TBranch* CylinderLayerMaterial::b_cylRefBinsTotal

Definition at line 55 of file CylinderLayerMaterial.h.

◆ b_cylRefBinsX

TBranch* CylinderLayerMaterial::b_cylRefBinsX

Definition at line 53 of file CylinderLayerMaterial.h.

◆ b_cylRefBinsY

TBranch* CylinderLayerMaterial::b_cylRefBinsY

Definition at line 54 of file CylinderLayerMaterial.h.

◆ b_cylRefHalfX

TBranch* CylinderLayerMaterial::b_cylRefHalfX

Definition at line 51 of file CylinderLayerMaterial.h.

◆ b_cylRefHalfY

TBranch* CylinderLayerMaterial::b_cylRefHalfY

Definition at line 52 of file CylinderLayerMaterial.h.

◆ b_LayerMaterialX0

TBranch* CylinderLayerMaterial::b_LayerMaterialX0

Definition at line 49 of file CylinderLayerMaterial.h.

◆ b_LayerMaterialZARho

TBranch* CylinderLayerMaterial::b_LayerMaterialZARho

Definition at line 50 of file CylinderLayerMaterial.h.

◆ b_LayerReferenceX0

TBranch* CylinderLayerMaterial::b_LayerReferenceX0

Definition at line 56 of file CylinderLayerMaterial.h.

◆ b_LayerReferenceZARho

TBranch* CylinderLayerMaterial::b_LayerReferenceZARho

Definition at line 57 of file CylinderLayerMaterial.h.

◆ fChain

TTree* CylinderLayerMaterial::fChain

Definition at line 22 of file CylinderLayerMaterial.h.

◆ fCurrent

Int_t CylinderLayerMaterial::fCurrent

pointer to the analyzed TTree or TChain

Definition at line 23 of file CylinderLayerMaterial.h.

◆ LayerHalfZ

Float_t CylinderLayerMaterial::LayerHalfZ

Definition at line 28 of file CylinderLayerMaterial.h.

◆ LayerIndex

Int_t CylinderLayerMaterial::LayerIndex

current Tree number in a TChain

Definition at line 26 of file CylinderLayerMaterial.h.

◆ LayerMaterialBinsPhi

Int_t CylinderLayerMaterial::LayerMaterialBinsPhi

Definition at line 30 of file CylinderLayerMaterial.h.

◆ LayerMaterialBinsTotal

Int_t CylinderLayerMaterial::LayerMaterialBinsTotal

Definition at line 31 of file CylinderLayerMaterial.h.

◆ LayerMaterialBinsZ

Int_t CylinderLayerMaterial::LayerMaterialBinsZ

Definition at line 29 of file CylinderLayerMaterial.h.

◆ LayerMaterialX0

Float_t CylinderLayerMaterial::LayerMaterialX0[50000]

Definition at line 32 of file CylinderLayerMaterial.h.

◆ LayerMaterialZARho

Float_t CylinderLayerMaterial::LayerMaterialZARho[50000]

Definition at line 33 of file CylinderLayerMaterial.h.

◆ LayerRadius

Float_t CylinderLayerMaterial::LayerRadius

Definition at line 27 of file CylinderLayerMaterial.h.

◆ LayerReferenceBinsTotal

Int_t CylinderLayerMaterial::LayerReferenceBinsTotal

Definition at line 38 of file CylinderLayerMaterial.h.

◆ LayerReferenceBinsX

Int_t CylinderLayerMaterial::LayerReferenceBinsX

Definition at line 36 of file CylinderLayerMaterial.h.

◆ LayerReferenceBinsY

Int_t CylinderLayerMaterial::LayerReferenceBinsY

Definition at line 37 of file CylinderLayerMaterial.h.

◆ LayerReferenceHalfX

Float_t CylinderLayerMaterial::LayerReferenceHalfX

Definition at line 34 of file CylinderLayerMaterial.h.

◆ LayerReferenceHalfY

Float_t CylinderLayerMaterial::LayerReferenceHalfY

Definition at line 35 of file CylinderLayerMaterial.h.

◆ LayerReferenceX0

Float_t CylinderLayerMaterial::LayerReferenceX0[50000]

Definition at line 39 of file CylinderLayerMaterial.h.

◆ LayerReferenceZARho

Float_t CylinderLayerMaterial::LayerReferenceZARho[50000]

Definition at line 40 of file CylinderLayerMaterial.h.

◆ m_name

TString CylinderLayerMaterial::m_name
private

Definition at line 71 of file CylinderLayerMaterial.h.


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