![]() |
ATLAS Offline Software
|
#include <VP1BPhysConvertor.h>
Public Member Functions | |
| 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) |
Public Attributes | |
| double | vtx_x {} |
| double | vtx_y {} |
| double | vtx_z {} |
| double | vtx_xx {} |
| double | vtx_yy {} |
| double | vtx_zz {} |
| double | vtx_xy {} |
| double | vtx_xz {} |
| double | vtx_yz {} |
| int | vtx_mother {} |
| unsigned long | vtx_color {} |
| std::vector< double > * | track_pt {} |
| std::vector< double > * | track_eta {} |
| std::vector< double > * | track_phi {} |
| std::vector< double > * | track_d0 {} |
| std::vector< double > * | track_z0 {} |
| std::vector< double > * | track_charge {} |
| std::vector< double > * | track_refitted_px {} |
| std::vector< double > * | track_refitted_py {} |
| std::vector< double > * | track_refitted_pz {} |
| std::vector< unsigned long > * | track_color {} |
| std::vector< unsigned long > * | track_refitted_color {} |
| std::vector< double > * | neutral_refitted_px {} |
| std::vector< double > * | neutral_refitted_py {} |
| std::vector< double > * | neutral_refitted_pz {} |
| std::vector< double > * | neutral_length {} |
| std::vector< int > * | neutral_decay {} |
| std::vector< unsigned long > * | neutral_color {} |
| TTree * | vp1Filter |
| int | evtNum |
| int | runNum |
| std::vector< int > * | vtx_daughters |
Private Member Functions | |
| void | init () |
| void | copy (Br *br) |
Private Attributes | |
| VertexNode * | m_mother {} |
| std::vector< VertexNode * > | m_daughters {} |
Definition at line 61 of file VP1BPhysConvertor.h.
| VertexNode::VertexNode | ( | ) |
| VertexNode::VertexNode | ( | VertexNode * | mother | ) |
| VertexNode::~VertexNode | ( | ) |
| VertexNode * VertexNode::addDaughter | ( | ) |
| void VertexNode::addNeutralTrack | ( | double | px, |
| double | py, | ||
| double | pz, | ||
| unsigned long | color ) |
| 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 ) |
| 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 ) |
|
inherited |
|
privateinherited |
|
inline |
Definition at line 82 of file VP1BPhysConvertor.h.
|
inherited |
Definition at line 105 of file VP1BPhysSystem.cxx.
|
inherited |
Definition at line 58 of file VP1BPhysSystem.cxx.
|
private |
| void VertexNode::setVtxColor | ( | unsigned long | color | ) |
| void VertexNode::setVtxError | ( | double | xx, |
| double | xy, | ||
| double | xz, | ||
| double | yy, | ||
| double | yz, | ||
| double | zz ) |
| void VertexNode::setVtxPosition | ( | double | x, |
| double | y, | ||
| double | z ) |
|
inherited |
Definition at line 53 of file VP1BPhysSystem.h.
|
private |
Definition at line 88 of file VP1BPhysConvertor.h.
|
private |
Definition at line 87 of file VP1BPhysConvertor.h.
|
inherited |
Definition at line 53 of file VP1BPhysConvertor.h.
|
inherited |
Definition at line 52 of file VP1BPhysConvertor.h.
|
inherited |
Definition at line 51 of file VP1BPhysConvertor.h.
|
inherited |
Definition at line 48 of file VP1BPhysConvertor.h.
|
inherited |
Definition at line 49 of file VP1BPhysConvertor.h.
|
inherited |
Definition at line 50 of file VP1BPhysConvertor.h.
|
inherited |
Definition at line 54 of file VP1BPhysSystem.h.
|
inherited |
Definition at line 40 of file VP1BPhysConvertor.h.
|
inherited |
Definition at line 44 of file VP1BPhysConvertor.h.
|
inherited |
Definition at line 38 of file VP1BPhysConvertor.h.
|
inherited |
Definition at line 36 of file VP1BPhysConvertor.h.
|
inherited |
Definition at line 37 of file VP1BPhysConvertor.h.
|
inherited |
Definition at line 35 of file VP1BPhysConvertor.h.
|
inherited |
Definition at line 45 of file VP1BPhysConvertor.h.
|
inherited |
Definition at line 41 of file VP1BPhysConvertor.h.
|
inherited |
Definition at line 42 of file VP1BPhysConvertor.h.
|
inherited |
Definition at line 43 of file VP1BPhysConvertor.h.
|
inherited |
Definition at line 39 of file VP1BPhysConvertor.h.
|
inherited |
Definition at line 51 of file VP1BPhysSystem.h.
|
inherited |
Definition at line 32 of file VP1BPhysConvertor.h.
|
inherited |
Definition at line 68 of file VP1BPhysSystem.h.
|
inherited |
Definition at line 31 of file VP1BPhysConvertor.h.
|
inherited |
Definition at line 22 of file VP1BPhysConvertor.h.
|
inherited |
Definition at line 25 of file VP1BPhysConvertor.h.
|
inherited |
Definition at line 28 of file VP1BPhysConvertor.h.
|
inherited |
Definition at line 29 of file VP1BPhysConvertor.h.
|
inherited |
Definition at line 23 of file VP1BPhysConvertor.h.
|
inherited |
Definition at line 26 of file VP1BPhysConvertor.h.
|
inherited |
Definition at line 30 of file VP1BPhysConvertor.h.
|
inherited |
Definition at line 24 of file VP1BPhysConvertor.h.
|
inherited |
Definition at line 27 of file VP1BPhysConvertor.h.