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

#include <bsTree.h>

Collaboration diagram for bsTree:

Public Member Functions

 bsTree (TTree *tree=0)
 
virtual ~bsTree ()
 
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 event_run
 current Tree number in a TChain More...
 
Int_t event_id
 
Int_t event_lumiStart
 
Int_t event_lumiRange
 
Int_t event_fitStatus
 
Int_t event_fitID
 
Int_t event_nEvents
 
Float_t bs_x0
 
Float_t bs_y0
 
Float_t bs_z
 
Float_t bs_ax
 
Float_t bs_ay
 
Float_t bs_sx
 
Float_t bs_sy
 
Float_t bs_sz
 
Float_t bs_rhoxy
 
Float_t bs_k
 
Float_t bsCov_x0x0
 
Float_t bsCov_x0y0
 
Float_t bsCov_x0z
 
Float_t bsCov_x0ax
 
Float_t bsCov_x0ay
 
Float_t bsCov_x0sx
 
Float_t bsCov_x0sy
 
Float_t bsCov_x0sz
 
Float_t bsCov_x0rhoxy
 
Float_t bsCov_x0k
 
Float_t bsCov_y0y0
 
Float_t bsCov_y0z
 
Float_t bsCov_y0ax
 
Float_t bsCov_y0ay
 
Float_t bsCov_y0sx
 
Float_t bsCov_y0sy
 
Float_t bsCov_y0sz
 
Float_t bsCov_y0rhoxy
 
Float_t bsCov_y0k
 
Float_t bsCov_zz
 
Float_t bsCov_zax
 
Float_t bsCov_zay
 
Float_t bsCov_zsx
 
Float_t bsCov_zsy
 
Float_t bsCov_zsz
 
Float_t bsCov_zrhoxy
 
Float_t bsCov_zk
 
Float_t bsCov_axax
 
Float_t bsCov_axay
 
Float_t bsCov_axsx
 
Float_t bsCov_axsy
 
Float_t bsCov_axsz
 
Float_t bsCov_axrhoxy
 
Float_t bsCov_axk
 
Float_t bsCov_ayay
 
Float_t bsCov_aysx
 
Float_t bsCov_aysy
 
Float_t bsCov_aysz
 
Float_t bsCov_ayrhoxy
 
Float_t bsCov_ayk
 
Float_t bsCov_sxsx
 
Float_t bsCov_sxsy
 
Float_t bsCov_sxsz
 
Float_t bsCov_sxrhoxy
 
Float_t bsCov_sxk
 
Float_t bsCov_sysy
 
Float_t bsCov_sysz
 
Float_t bsCov_syrhoxy
 
Float_t bsCov_syk
 
Float_t bsCov_szsz
 
Float_t bsCov_szrhoxy
 
Float_t bsCov_szk
 
Float_t bsCov_rhoxyrhoxy
 
Float_t bsCov_rhoxyk
 
Float_t bsCov_kk
 
Float_t bsCentroid_xc
 
Float_t bsCentroid_yc
 
Float_t bsCentroid_sxc
 
Float_t bsCentroid_syc
 
Float_t bsCovCentroid_xcxc
 
Float_t bsCovCentroid_ycyc
 
Float_t bsCovCentroid_axcaxc
 
Float_t bsCovCentroid_aycayc
 
Float_t bsCovCentroid_sxcsxc
 
Float_t bsCovCentroid_sycsyc
 
TBranch * b_event
 
TBranch * b_bs
 
TBranch * b_bsCov
 
TBranch * b_bsCentroid
 
TBranch * b_bsCovCentroid
 

Detailed Description

Definition at line 19 of file bsTree.h.

Constructor & Destructor Documentation

◆ bsTree()

bsTree::bsTree ( TTree *  tree = 0)

◆ ~bsTree()

virtual bsTree::~bsTree ( )
virtual

Member Function Documentation

◆ Cut()

virtual Int_t bsTree::Cut ( Long64_t  entry)
virtual

◆ GetEntry()

virtual Int_t bsTree::GetEntry ( Long64_t  entry)
virtual

◆ Init()

virtual void bsTree::Init ( TTree *  tree)
virtual

◆ LoadTree()

virtual Long64_t bsTree::LoadTree ( Long64_t  entry)
virtual

◆ Loop()

virtual void bsTree::Loop ( )
virtual

◆ Notify()

virtual Bool_t bsTree::Notify ( )
virtual

◆ Show()

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

Member Data Documentation

◆ b_bs

TBranch* bsTree::b_bs

Definition at line 110 of file bsTree.h.

◆ b_bsCentroid

TBranch* bsTree::b_bsCentroid

Definition at line 112 of file bsTree.h.

◆ b_bsCov

TBranch* bsTree::b_bsCov

Definition at line 111 of file bsTree.h.

◆ b_bsCovCentroid

TBranch* bsTree::b_bsCovCentroid

Definition at line 113 of file bsTree.h.

◆ b_event

TBranch* bsTree::b_event

Definition at line 109 of file bsTree.h.

◆ bs_ax

Float_t bsTree::bs_ax

Definition at line 35 of file bsTree.h.

◆ bs_ay

Float_t bsTree::bs_ay

Definition at line 36 of file bsTree.h.

◆ bs_k

Float_t bsTree::bs_k

Definition at line 41 of file bsTree.h.

◆ bs_rhoxy

Float_t bsTree::bs_rhoxy

Definition at line 40 of file bsTree.h.

◆ bs_sx

Float_t bsTree::bs_sx

Definition at line 37 of file bsTree.h.

◆ bs_sy

Float_t bsTree::bs_sy

Definition at line 38 of file bsTree.h.

◆ bs_sz

Float_t bsTree::bs_sz

Definition at line 39 of file bsTree.h.

◆ bs_x0

Float_t bsTree::bs_x0

Definition at line 32 of file bsTree.h.

◆ bs_y0

Float_t bsTree::bs_y0

Definition at line 33 of file bsTree.h.

◆ bs_z

Float_t bsTree::bs_z

Definition at line 34 of file bsTree.h.

◆ bsCentroid_sxc

Float_t bsTree::bsCentroid_sxc

Definition at line 99 of file bsTree.h.

◆ bsCentroid_syc

Float_t bsTree::bsCentroid_syc

Definition at line 100 of file bsTree.h.

◆ bsCentroid_xc

Float_t bsTree::bsCentroid_xc

Definition at line 97 of file bsTree.h.

◆ bsCentroid_yc

Float_t bsTree::bsCentroid_yc

Definition at line 98 of file bsTree.h.

◆ bsCov_axax

Float_t bsTree::bsCov_axax

Definition at line 69 of file bsTree.h.

◆ bsCov_axay

Float_t bsTree::bsCov_axay

Definition at line 70 of file bsTree.h.

◆ bsCov_axk

Float_t bsTree::bsCov_axk

Definition at line 75 of file bsTree.h.

◆ bsCov_axrhoxy

Float_t bsTree::bsCov_axrhoxy

Definition at line 74 of file bsTree.h.

◆ bsCov_axsx

Float_t bsTree::bsCov_axsx

Definition at line 71 of file bsTree.h.

◆ bsCov_axsy

Float_t bsTree::bsCov_axsy

Definition at line 72 of file bsTree.h.

◆ bsCov_axsz

Float_t bsTree::bsCov_axsz

Definition at line 73 of file bsTree.h.

◆ bsCov_ayay

Float_t bsTree::bsCov_ayay

Definition at line 76 of file bsTree.h.

◆ bsCov_ayk

Float_t bsTree::bsCov_ayk

Definition at line 81 of file bsTree.h.

◆ bsCov_ayrhoxy

Float_t bsTree::bsCov_ayrhoxy

Definition at line 80 of file bsTree.h.

◆ bsCov_aysx

Float_t bsTree::bsCov_aysx

Definition at line 77 of file bsTree.h.

◆ bsCov_aysy

Float_t bsTree::bsCov_aysy

Definition at line 78 of file bsTree.h.

◆ bsCov_aysz

Float_t bsTree::bsCov_aysz

Definition at line 79 of file bsTree.h.

◆ bsCov_kk

Float_t bsTree::bsCov_kk

Definition at line 96 of file bsTree.h.

◆ bsCov_rhoxyk

Float_t bsTree::bsCov_rhoxyk

Definition at line 95 of file bsTree.h.

◆ bsCov_rhoxyrhoxy

Float_t bsTree::bsCov_rhoxyrhoxy

Definition at line 94 of file bsTree.h.

◆ bsCov_sxk

Float_t bsTree::bsCov_sxk

Definition at line 86 of file bsTree.h.

◆ bsCov_sxrhoxy

Float_t bsTree::bsCov_sxrhoxy

Definition at line 85 of file bsTree.h.

◆ bsCov_sxsx

Float_t bsTree::bsCov_sxsx

Definition at line 82 of file bsTree.h.

◆ bsCov_sxsy

Float_t bsTree::bsCov_sxsy

Definition at line 83 of file bsTree.h.

◆ bsCov_sxsz

Float_t bsTree::bsCov_sxsz

Definition at line 84 of file bsTree.h.

◆ bsCov_syk

Float_t bsTree::bsCov_syk

Definition at line 90 of file bsTree.h.

◆ bsCov_syrhoxy

Float_t bsTree::bsCov_syrhoxy

Definition at line 89 of file bsTree.h.

◆ bsCov_sysy

Float_t bsTree::bsCov_sysy

Definition at line 87 of file bsTree.h.

◆ bsCov_sysz

Float_t bsTree::bsCov_sysz

Definition at line 88 of file bsTree.h.

◆ bsCov_szk

Float_t bsTree::bsCov_szk

Definition at line 93 of file bsTree.h.

◆ bsCov_szrhoxy

Float_t bsTree::bsCov_szrhoxy

Definition at line 92 of file bsTree.h.

◆ bsCov_szsz

Float_t bsTree::bsCov_szsz

Definition at line 91 of file bsTree.h.

◆ bsCov_x0ax

Float_t bsTree::bsCov_x0ax

Definition at line 45 of file bsTree.h.

◆ bsCov_x0ay

Float_t bsTree::bsCov_x0ay

Definition at line 46 of file bsTree.h.

◆ bsCov_x0k

Float_t bsTree::bsCov_x0k

Definition at line 51 of file bsTree.h.

◆ bsCov_x0rhoxy

Float_t bsTree::bsCov_x0rhoxy

Definition at line 50 of file bsTree.h.

◆ bsCov_x0sx

Float_t bsTree::bsCov_x0sx

Definition at line 47 of file bsTree.h.

◆ bsCov_x0sy

Float_t bsTree::bsCov_x0sy

Definition at line 48 of file bsTree.h.

◆ bsCov_x0sz

Float_t bsTree::bsCov_x0sz

Definition at line 49 of file bsTree.h.

◆ bsCov_x0x0

Float_t bsTree::bsCov_x0x0

Definition at line 42 of file bsTree.h.

◆ bsCov_x0y0

Float_t bsTree::bsCov_x0y0

Definition at line 43 of file bsTree.h.

◆ bsCov_x0z

Float_t bsTree::bsCov_x0z

Definition at line 44 of file bsTree.h.

◆ bsCov_y0ax

Float_t bsTree::bsCov_y0ax

Definition at line 54 of file bsTree.h.

◆ bsCov_y0ay

Float_t bsTree::bsCov_y0ay

Definition at line 55 of file bsTree.h.

◆ bsCov_y0k

Float_t bsTree::bsCov_y0k

Definition at line 60 of file bsTree.h.

◆ bsCov_y0rhoxy

Float_t bsTree::bsCov_y0rhoxy

Definition at line 59 of file bsTree.h.

◆ bsCov_y0sx

Float_t bsTree::bsCov_y0sx

Definition at line 56 of file bsTree.h.

◆ bsCov_y0sy

Float_t bsTree::bsCov_y0sy

Definition at line 57 of file bsTree.h.

◆ bsCov_y0sz

Float_t bsTree::bsCov_y0sz

Definition at line 58 of file bsTree.h.

◆ bsCov_y0y0

Float_t bsTree::bsCov_y0y0

Definition at line 52 of file bsTree.h.

◆ bsCov_y0z

Float_t bsTree::bsCov_y0z

Definition at line 53 of file bsTree.h.

◆ bsCov_zax

Float_t bsTree::bsCov_zax

Definition at line 62 of file bsTree.h.

◆ bsCov_zay

Float_t bsTree::bsCov_zay

Definition at line 63 of file bsTree.h.

◆ bsCov_zk

Float_t bsTree::bsCov_zk

Definition at line 68 of file bsTree.h.

◆ bsCov_zrhoxy

Float_t bsTree::bsCov_zrhoxy

Definition at line 67 of file bsTree.h.

◆ bsCov_zsx

Float_t bsTree::bsCov_zsx

Definition at line 64 of file bsTree.h.

◆ bsCov_zsy

Float_t bsTree::bsCov_zsy

Definition at line 65 of file bsTree.h.

◆ bsCov_zsz

Float_t bsTree::bsCov_zsz

Definition at line 66 of file bsTree.h.

◆ bsCov_zz

Float_t bsTree::bsCov_zz

Definition at line 61 of file bsTree.h.

◆ bsCovCentroid_axcaxc

Float_t bsTree::bsCovCentroid_axcaxc

Definition at line 103 of file bsTree.h.

◆ bsCovCentroid_aycayc

Float_t bsTree::bsCovCentroid_aycayc

Definition at line 104 of file bsTree.h.

◆ bsCovCentroid_sxcsxc

Float_t bsTree::bsCovCentroid_sxcsxc

Definition at line 105 of file bsTree.h.

◆ bsCovCentroid_sycsyc

Float_t bsTree::bsCovCentroid_sycsyc

Definition at line 106 of file bsTree.h.

◆ bsCovCentroid_xcxc

Float_t bsTree::bsCovCentroid_xcxc

Definition at line 101 of file bsTree.h.

◆ bsCovCentroid_ycyc

Float_t bsTree::bsCovCentroid_ycyc

Definition at line 102 of file bsTree.h.

◆ event_fitID

Int_t bsTree::event_fitID

Definition at line 30 of file bsTree.h.

◆ event_fitStatus

Int_t bsTree::event_fitStatus

Definition at line 29 of file bsTree.h.

◆ event_id

Int_t bsTree::event_id

Definition at line 26 of file bsTree.h.

◆ event_lumiRange

Int_t bsTree::event_lumiRange

Definition at line 28 of file bsTree.h.

◆ event_lumiStart

Int_t bsTree::event_lumiStart

Definition at line 27 of file bsTree.h.

◆ event_nEvents

Int_t bsTree::event_nEvents

Definition at line 31 of file bsTree.h.

◆ event_run

Int_t bsTree::event_run

current Tree number in a TChain

Definition at line 25 of file bsTree.h.

◆ fChain

TTree* bsTree::fChain

Definition at line 21 of file bsTree.h.

◆ fCurrent

Int_t bsTree::fCurrent

pointer to the analyzed TTree or TChain

Definition at line 22 of file bsTree.h.


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