#include <TMBVertex.hpp>
Inheritance diagram for TMBVertex:

Public Member Functions | |
| TMBVertex () | |
| TMBVertex (Float_t vertexx, Float_t vertexy, Float_t vertexz, Float_t covxx, Float_t covyy, Float_t covzz, Float_t covxy, Float_t covxz, Float_t covyz, Float_t chisq, const TRefArray *tracks) | |
| virtual | ~TMBVertex () |
| Float_t | vx () const |
| Float_t | vy () const |
| Float_t | vz () const |
| Float_t | sigxx () const |
| Float_t | sigyy () const |
| Float_t | sigzz () const |
| Float_t | sigxy () const |
| Float_t | sigxz () const |
| Float_t | sigyz () const |
| Float_t | sigx () const |
| Float_t | sigy () const |
| Float_t | sigz () const |
| Float_t | chisq () const |
| Int_t | charge () const |
| Int_t | ntrack () const |
| const TRefArray & | GetTracks () const |
| const TMBTrack & | GetTrack (Int_t itrack) const |
| ClassDef (TMBVertex, 1) | |
Private Attributes | |
| Int_t | _ntrack |
| no. of degrees of freedom | |
| Float_t | _VertexX |
| vertex :x | |
| Float_t | _VertexY |
| vertex :y | |
| Float_t | _VertexZ |
| vertex :z | |
| Float_t | _CovXX |
| error martix element 0,0 | |
| Float_t | _CovYY |
| error martix element 1,1 | |
| Float_t | _CovZZ |
| error martix element 2,2 | |
| Float_t | _CovXY |
| error martix element 0,1 | |
| Float_t | _CovXZ |
| error martix element 0,2 | |
| Float_t | _CovYZ |
| error martix element 1,2 | |
| Int_t | _charge |
| Total charge. | |
| Float_t | _chisq |
| chi square | |
| TRefArray | _tracks |
| tracks. | |
Definition at line 20 of file TMBVertex.hpp.
|
|
Definition at line 15 of file TMBVertex.cpp. |
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
Definition at line 32 of file TMBVertex.cpp. References _charge, _ntrack, _tracks, and TMBTrack::charge(). |
|
|
Definition at line 44 of file TMBVertex.hpp. |
|
|
Definition at line 59 of file TMBVertex.hpp. References _charge. |
|
|
Definition at line 58 of file TMBVertex.hpp. References _chisq. |
|
||||||||||||
|
|
|
|
Definition at line 62 of file TMBVertex.hpp. References _tracks. |
|
|
Definition at line 61 of file TMBVertex.hpp. References _tracks. |
|
|
Definition at line 60 of file TMBVertex.hpp. References _ntrack. Referenced by caf_util::VertexSelector::selectObject(). |
|
|
Definition at line 55 of file TMBVertex.hpp. References _CovXX. |
|
|
Definition at line 49 of file TMBVertex.hpp. References _CovXX. Referenced by TMBSecondaryVertex::fill_pv_attributes(). |
|
|
Definition at line 52 of file TMBVertex.hpp. References _CovXY. Referenced by TMBSecondaryVertex::fill_pv_attributes(). |
|
|
Definition at line 53 of file TMBVertex.hpp. References _CovXZ. Referenced by TMBSecondaryVertex::fill_pv_attributes(). |
|
|
Definition at line 56 of file TMBVertex.hpp. References _CovYY. |
|
|
Definition at line 50 of file TMBVertex.hpp. References _CovYY. Referenced by TMBSecondaryVertex::fill_pv_attributes(). |
|
|
Definition at line 54 of file TMBVertex.hpp. References _CovYZ. Referenced by TMBSecondaryVertex::fill_pv_attributes(). |
|
|
Definition at line 57 of file TMBVertex.hpp. References _CovZZ. |
|
|
Definition at line 51 of file TMBVertex.hpp. References _CovZZ. Referenced by TMBSecondaryVertex::fill_pv_attributes(). |
|
|
Definition at line 46 of file TMBVertex.hpp. References _VertexX. Referenced by TMBTrack::constrain(), TMBSecondaryVertex::fill_pv_attributes(), TMBTrack::impact(), and TMBTrack::propagate(). |
|
|
Definition at line 47 of file TMBVertex.hpp. References _VertexY. Referenced by TMBTrack::constrain(), TMBSecondaryVertex::fill_pv_attributes(), TMBTrack::impact(), and TMBTrack::propagate(). |
|
|
Definition at line 48 of file TMBVertex.hpp. References _VertexZ. Referenced by TMBSecondaryVertex::fill_pv_attributes(), TMBTrack::impact(), TMBTrackCalJet::print(), TMBTrackCal::print(), caf_util::VertexSelector::selectObject(), and caf_util::JetSelector::selectObject(). |
|
|
Total charge.
Definition at line 34 of file TMBVertex.hpp. Referenced by charge(), and TMBVertex(). |
|
|
chi square
Definition at line 35 of file TMBVertex.hpp. Referenced by chisq(). |
|
|
error martix element 0,0
Definition at line 28 of file TMBVertex.hpp. |
|
|
error martix element 0,1
Definition at line 31 of file TMBVertex.hpp. Referenced by sigxy(). |
|
|
error martix element 0,2
Definition at line 32 of file TMBVertex.hpp. Referenced by sigxz(). |
|
|
error martix element 1,1
Definition at line 29 of file TMBVertex.hpp. |
|
|
error martix element 1,2
Definition at line 33 of file TMBVertex.hpp. Referenced by sigyz(). |
|
|
error martix element 2,2
Definition at line 30 of file TMBVertex.hpp. |
|
|
no. of degrees of freedom
Definition at line 24 of file TMBVertex.hpp. Referenced by ntrack(), and TMBVertex(). |
|
|
tracks.
Definition at line 36 of file TMBVertex.hpp. Referenced by GetTrack(), GetTracks(), and TMBVertex(). |
|
|
vertex :x
Definition at line 25 of file TMBVertex.hpp. Referenced by vx(). |
|
|
vertex :y
Definition at line 26 of file TMBVertex.hpp. Referenced by vy(). |
|
|
vertex :z
Definition at line 27 of file TMBVertex.hpp. Referenced by vz(). |
1.3.4