#include <VP1BPhysConvertor.h>
|
| | VertexNode () |
| | VertexNode (VertexNode *mother) |
| | ~VertexNode () |
| VertexNode * | addDaughter () |
| void | setVtxPosition (double x, double y, double z) |
| void | setVtxError (double xx, double xy, double xz, double yy, double yz, double zz) |
| void | setVtxColor (unsigned long color) |
| void | addTrack (double px, double py, double pz, double d0, double z0, double charge, unsigned long color, double refPx, double refPy, double refPz, unsigned long refColor) |
| void | addTrackPtEtaPhi (double pt, double eta, double phi, double d0, double z0, double charge, unsigned long color, double refPx, double refPy, double refPz, unsigned long refColor) |
| void | addNeutralTrack (double px, double py, double pz, unsigned long color) |
| const std::vector< VertexNode * > & | getDaughters () |
| void | clearBranches () |
| bool | init (TTree *tree) |
| int | GetEntry (int i) |
Definition at line 61 of file VP1BPhysConvertor.h.
◆ VertexNode() [1/2]
| VertexNode::VertexNode |
( |
| ) |
|
◆ VertexNode() [2/2]
◆ ~VertexNode()
| VertexNode::~VertexNode |
( |
| ) |
|
◆ addDaughter()
◆ addNeutralTrack()
| void VertexNode::addNeutralTrack |
( |
double | px, |
|
|
double | py, |
|
|
double | pz, |
|
|
unsigned long | color ) |
◆ addTrack()
| void VertexNode::addTrack |
( |
double | px, |
|
|
double | py, |
|
|
double | pz, |
|
|
double | d0, |
|
|
double | z0, |
|
|
double | charge, |
|
|
unsigned long | color, |
|
|
double | refPx, |
|
|
double | refPy, |
|
|
double | refPz, |
|
|
unsigned long | refColor ) |
◆ addTrackPtEtaPhi()
| void VertexNode::addTrackPtEtaPhi |
( |
double | pt, |
|
|
double | eta, |
|
|
double | phi, |
|
|
double | d0, |
|
|
double | z0, |
|
|
double | charge, |
|
|
unsigned long | color, |
|
|
double | refPx, |
|
|
double | refPy, |
|
|
double | refPz, |
|
|
unsigned long | refColor ) |
◆ clearBranches()
| void Br::clearBranches |
( |
| ) |
|
|
inherited |
◆ copy()
◆ getDaughters()
| const std::vector< VertexNode * > & VertexNode::getDaughters |
( |
| ) |
|
|
inline |
◆ GetEntry()
| int Br::GetEntry |
( |
int | i | ) |
|
|
inherited |
◆ init() [1/2]
| bool Br::init |
( |
TTree * | tree | ) |
|
|
inherited |
Definition at line 58 of file VP1BPhysSystem.cxx.
58 {
60 if(
tree==
nullptr)
return false;
61
64
68
75
79
80
92
93
100
101 return true;
102
103}
std::vector< double > * neutral_refitted_px
std::vector< double > * track_refitted_pz
std::vector< double > * neutral_refitted_pz
std::vector< unsigned long > * neutral_color
std::vector< int > * vtx_daughters
std::vector< double > * track_d0
std::vector< double > * track_phi
std::vector< double > * track_pt
std::vector< double > * track_refitted_px
std::vector< double > * neutral_refitted_py
std::vector< double > * track_refitted_py
std::vector< double > * track_charge
std::vector< double > * neutral_length
std::vector< double > * track_eta
std::vector< double > * track_z0
std::vector< unsigned long > * track_refitted_color
std::vector< int > * neutral_decay
std::vector< unsigned long > * track_color
◆ init() [2/2]
| void VertexNode::init |
( |
| ) |
|
|
private |
◆ setVtxColor()
| void VertexNode::setVtxColor |
( |
unsigned long | color | ) |
|
◆ setVtxError()
| void VertexNode::setVtxError |
( |
double | xx, |
|
|
double | xy, |
|
|
double | xz, |
|
|
double | yy, |
|
|
double | yz, |
|
|
double | zz ) |
◆ setVtxPosition()
| void VertexNode::setVtxPosition |
( |
double | x, |
|
|
double | y, |
|
|
double | z ) |
◆ evtNum
◆ m_daughters
| std::vector<VertexNode*> VertexNode::m_daughters {} |
|
private |
◆ m_mother
◆ neutral_color
| std::vector< unsigned long > * Br::neutral_color {} |
|
inherited |
◆ neutral_decay
| std::vector< int > * Br::neutral_decay {} |
|
inherited |
◆ neutral_length
| std::vector< double > * Br::neutral_length {} |
|
inherited |
◆ neutral_refitted_px
| std::vector< double > * Br::neutral_refitted_px {} |
|
inherited |
◆ neutral_refitted_py
| std::vector< double > * Br::neutral_refitted_py {} |
|
inherited |
◆ neutral_refitted_pz
| std::vector< double > * Br::neutral_refitted_pz {} |
|
inherited |
◆ runNum
◆ track_charge
| std::vector< double > * Br::track_charge {} |
|
inherited |
◆ track_color
| std::vector< unsigned long > * Br::track_color {} |
|
inherited |
◆ track_d0
| std::vector< double > * Br::track_d0 {} |
|
inherited |
◆ track_eta
| std::vector< double > * Br::track_eta {} |
|
inherited |
◆ track_phi
| std::vector< double > * Br::track_phi {} |
|
inherited |
◆ track_pt
| std::vector< double > * Br::track_pt {} |
|
inherited |
◆ track_refitted_color
| std::vector< unsigned long > * Br::track_refitted_color {} |
|
inherited |
◆ track_refitted_px
| std::vector< double > * Br::track_refitted_px {} |
|
inherited |
◆ track_refitted_py
| std::vector< double > * Br::track_refitted_py {} |
|
inherited |
◆ track_refitted_pz
| std::vector< double > * Br::track_refitted_pz {} |
|
inherited |
◆ track_z0
| std::vector< double > * Br::track_z0 {} |
|
inherited |
◆ vp1Filter
◆ vtx_color
| unsigned long Br::vtx_color {} |
|
inherited |
◆ vtx_daughters
| std::vector<int>* Br::vtx_daughters |
|
inherited |
◆ vtx_mother
◆ vtx_x
◆ vtx_xx
◆ vtx_xy
◆ vtx_xz
◆ vtx_y
◆ vtx_yy
◆ vtx_yz
◆ vtx_z
◆ vtx_zz
The documentation for this class was generated from the following file: