General decay vertex.
More...
#include <EdbDecaySearch.h>
|
| EdbDecayVertex () |
|
| EdbDecayVertex (EdbVertex *v2ry, EdbVertex *v1ry, EdbTrackDS *parent, TObjArray *daughters) |
|
| EdbDecayVertex (EdbVertex *v2ry, EdbVertex *v1ry, EdbTrackDS *parent=NULL, EdbTrackDS *daugter1=NULL, EdbTrackDS *daugheter2=NULL, EdbTrackDS *daughter3=NULL, EdbTrackDS *daughter4=NULL, EdbTrackDS *daughter5=NULL) |
|
EdbTrackP * | GetDaughter (int i=0) |
|
EdbTrackP * | GetParent () |
|
EdbTrackP * | GetPartner () |
|
EdbVertex * | GetPrimaryVertex () |
|
bool | IsLong () |
|
bool | IsShort () |
|
bool | IsSmallKink () |
|
bool | IsType (int type) |
|
int | NDaughters () |
|
void | SetDaughter (EdbTrackDS *daughter) |
|
void | SetDaughters (TObjArray *daughters) |
|
void | SetParent (EdbTrackDS *parent) |
|
void | SetPartner (EdbTrackDS *partner) |
|
void | SetPrimaryVertex (EdbVertex *v) |
|
void | SetType (int type) |
|
int | Type () |
|
| ~EdbDecayVertex () |
|
void | AddVTA (EdbVTA *vta) |
|
Int_t | CheckDiscardedTracks () |
|
float | CheckImp (const EdbTrackP *tr) |
|
EdbVTA * | CheckImp (const EdbTrackP *tr, float ImpMax, int zpos, float dist) |
|
float | CheckImpGeom (const EdbTrackP *tr) |
|
Float_t | Chi2Track (EdbTrackP *tr, int zpos, float X0=0.) |
|
void | Clear () |
|
void | ClearNeighborhood () |
|
void | ClearV () |
|
Int_t | Compare (const TObject *o) const |
|
Float_t | DistSeg (EdbSegP *seg, float X0=0.) |
|
Float_t | DistTrack (EdbTrackP *tr, int zpos, float X0=0.) |
|
void | Edb2Vt (const EdbSegP &s, VERTEX::Track &t, float X0=0., float m=0.139) |
|
void | Edb2Vt (const EdbTrackP &tr, VERTEX::Track &t, float X0=0., float m=0.139) |
|
| EdbVertex () |
|
Int_t | EstimateVertexFlag () |
|
Bool_t | EstimateVertexMath (float &xv, float &yv, float &zv, float &d) |
|
Int_t | Flag () const |
|
EdbVertex * | GetConnectedVertex (int nv) |
|
EdbVertex * | GetConnectedVertexForTrack (int it) |
|
EdbVTA * | GetMaxImpVTA () |
|
EdbTrackP * | GetTrack (int i) |
|
EdbTrackP * | GetTrackN (int i) |
|
EdbSegP * | GetTrackV (int i, bool usesegpar=false) |
|
EdbVTA * | GetVTa (int i) |
|
EdbVTA * | GetVTn (int i) |
|
ULong_t | Hash () const |
|
Int_t | ID () const |
|
Float_t | Impact (int i) |
|
Float_t | ImpTrack (int i) |
|
Bool_t | IsEqual (const TObject *o) const |
|
Bool_t | IsSortable () const |
|
Float_t | MaxAperture () |
|
Float_t | MaxImpact () |
|
Int_t | MCEvt () const |
|
EdbTrackP * | MeanTrack () |
|
Float_t | MinDist () |
|
Int_t | N () const |
|
Int_t | Nn () const |
|
Int_t | Nv () |
|
void | Print () |
|
Float_t | Quality () |
|
void | RemoveVTA (EdbVTA *vta) |
|
void | ResetTracks () |
|
void | SetFlag (int flag=0) |
|
void | SetID (int ID=0) |
|
void | SetMC (int mEvt=0) |
|
void | SetQuality (float q=0) |
|
void | SetV (VERTEX::Vertex *v) |
|
void | SetXYZ (float x, float y, float z) |
|
Bool_t | TrackInVertex (EdbTrackP *t) |
|
VERTEX::Vertex * | V () const |
|
Float_t | Volume () |
|
TList * | VTa () |
|
TList * | VTn () |
|
Float_t | VX () const |
|
Float_t | VY () const |
|
Float_t | VZ () const |
|
Float_t | X () const |
|
Float_t | Y () const |
|
Float_t | Z () const |
|
Int_t | Zpos (int i) |
|
virtual | ~EdbVertex () |
|
◆ TopologyType
Enumerator |
---|
kShort | |
kLong | |
kSmallKink | |
@ kShort
Definition: EdbDecaySearch.h:126
@ kLong
Definition: EdbDecaySearch.h:126
@ kSmallKink
Definition: EdbDecaySearch.h:126
◆ EdbDecayVertex() [1/3]
37 {
38
39
40 TObjArray daughters;
41 if( daughter1 ) daughters.Add(daughter1);
42 if( daughter2 ) daughters.Add(daughter2);
43 if( daughter3 ) daughters.Add(daughter3);
44 if( daughter4 ) daughters.Add(daughter4);
45 if( daughter5 ) daughters.Add(daughter5);
46
48
49}
EdbDecayVertex()
Definition: EdbDecaySearch.h:130
◆ EdbDecayVertex() [2/3]
53 {
57
60
61}
void SetParent(EdbTrackDS *parent)
Definition: EdbDecaySearch.C:75
EdbVertex * ePrimaryVertex
Definition: EdbDecaySearch.h:118
void SetDaughters(TObjArray *daughters)
Definition: EdbDecaySearch.C:88
Float_t X() const
Definition: EdbVertex.h:130
void SetXYZ(float x, float y, float z)
Definition: EdbVertex.h:157
Float_t Z() const
Definition: EdbVertex.h:132
Float_t Y() const
Definition: EdbVertex.h:131
◆ EdbDecayVertex() [3/3]
EdbDecayVertex::EdbDecayVertex |
( |
| ) |
|
|
inline |
EdbTrackDS * eParent
Definition: EdbDecaySearch.h:119
int eType
Definition: EdbDecaySearch.h:123
TObjArray * eDaughters
Definition: EdbDecaySearch.h:121
#define NULL
Definition: nidaqmx.h:84
◆ ~EdbDecayVertex()
EdbDecayVertex::~EdbDecayVertex |
( |
| ) |
|
◆ AddTrack()
67 {
69 vta->
SetZpos(
t->Z()>this->Z() ? 1 : 0);
73}
Double_t CalcIP(EdbSegP *s, EdbVertex *v)
Definition: ShowRec.cpp:8872
Definition: EdbVertex.h:26
void SetImp(float imp)
Definition: EdbVertex.h:57
void SetZpos(int zpos)
Definition: EdbVertex.h:55
void SetFlag(int flag)
Definition: EdbVertex.h:56
Definition: EdbVertex.h:69
void AddVTA(EdbVTA *vta)
Definition: EdbVertex.cxx:355
TTree * t
Definition: check_shower.C:4
◆ GetDaughter()
EdbTrackP * EdbDecayVertex::GetDaughter |
( |
int |
i = 0 | ) |
|
|
inline |
Tracks with DecaySearch information.
Definition: EdbDecaySearch.h:8
◆ GetParent()
EdbTrackP * GetOriginal()
Definition: EdbDecaySearch.h:107
◆ GetPartner()
EdbTrackDS * ePartner
Definition: EdbDecaySearch.h:120
◆ GetPrimaryVertex()
EdbVertex * EdbDecayVertex::GetPrimaryVertex |
( |
| ) |
|
|
inline |
◆ IsLong()
bool EdbDecayVertex::IsLong |
( |
| ) |
|
|
inline |
bool IsType(int type)
Definition: EdbDecaySearch.h:147
◆ IsShort()
bool EdbDecayVertex::IsShort |
( |
| ) |
|
|
inline |
◆ IsSmallKink()
bool EdbDecayVertex::IsSmallKink |
( |
| ) |
|
|
inline |
◆ IsType()
bool EdbDecayVertex::IsType |
( |
int |
type | ) |
|
|
inline |
Int_t type
Definition: testBGReduction_By_ANN.C:15
◆ NDaughters()
int EdbDecayVertex::NDaughters |
( |
| ) |
|
|
inline |
◆ SetDaughter()
80 {
85 }
86}
void AddTrack(EdbTrackDS *t)
Definition: EdbDecaySearch.C:67
◆ SetDaughters()
void EdbDecayVertex::SetDaughters |
( |
TObjArray * |
daughters | ) |
|
88 {
89 for(int i=0; i<daughters->GetEntries(); i++){
91 }
92}
void SetDaughter(EdbTrackDS *daughter)
Definition: EdbDecaySearch.C:80
◆ SetParent()
◆ SetPartner()
◆ SetPrimaryVertex()
◆ SetType()
void EdbDecayVertex::SetType |
( |
int |
type | ) |
|
|
inline |
◆ Type()
int EdbDecayVertex::Type |
( |
| ) |
|
|
inline |
◆ eDaughters
TObjArray* EdbDecayVertex::eDaughters |
|
private |
◆ eParent
◆ ePartner
◆ ePrimaryVertex
◆ eType
int EdbDecayVertex::eType |
|
private |
The documentation for this class was generated from the following files: