#include <EvtRecVeeVertex.h>
Definition at line 24 of file EvtRecVeeVertex.h.
◆ EvtRecVeeVertex() [1/2]
EvtRecVeeVertex::EvtRecVeeVertex |
( |
| ) |
|
Definition at line 3 of file EvtRecVeeVertex.cxx.
3 :
4 m_w(7, 0),
5 m_Ew(7, 0),
6 m_pair(-1, -1),
8 m_vertexId = -1;
9 m_vertexType = -1;
10 m_chi2 = 999.9;
11 m_ndof = -3;
12 m_mass = 0.;
13 m_nCharge = -1;
14 m_nTracks = -1;
15}
◆ ~EvtRecVeeVertex()
EvtRecVeeVertex::~EvtRecVeeVertex |
( |
| ) |
|
|
inline |
◆ EvtRecVeeVertex() [2/2]
Definition at line 18 of file EvtRecVeeVertex.cxx.
18 :
19 ContainedObject(vtx),
20 m_w(vtx.m_w),
21 m_Ew(vtx.m_Ew),
22 m_pair(vtx.m_pair),
23 m_daughters(vtx.m_daughters) {
24 m_vertexId = vtx.m_vertexId;
25 m_vertexType = vtx.m_vertexType;
26 m_chi2 = vtx.m_chi2;
27 m_ndof = vtx.m_ndof;
28 m_mass = vtx.m_mass;
29 m_nCharge = vtx.m_nCharge;
30 m_nTracks = vtx.m_nTracks;
31}
◆ addDaughter()
void EvtRecVeeVertex::addDaughter |
( |
const SmartRef< EvtRecTrack > & | track, |
|
|
int | i ) |
|
inline |
◆ chi2()
double EvtRecVeeVertex::chi2 |
( |
| ) |
const |
|
inline |
◆ classID()
static const CLID & EvtRecVeeVertex::classID |
( |
| ) |
|
|
inlinestatic |
◆ clID()
virtual const CLID & EvtRecVeeVertex::clID |
( |
| ) |
const |
|
inlinevirtual |
◆ daughter()
SmartRef< EvtRecTrack > & EvtRecVeeVertex::daughter |
( |
int | i | ) |
|
|
inline |
◆ Ew()
const HepSymMatrix & EvtRecVeeVertex::Ew |
( |
| ) |
const |
|
inline |
◆ mass()
double EvtRecVeeVertex::mass |
( |
| ) |
const |
|
inline |
◆ nCharge()
int EvtRecVeeVertex::nCharge |
( |
| ) |
const |
|
inline |
◆ ndof()
int EvtRecVeeVertex::ndof |
( |
| ) |
const |
|
inline |
◆ nTracks()
int EvtRecVeeVertex::nTracks |
( |
| ) |
const |
|
inline |
◆ operator=()
Definition at line 34 of file EvtRecVeeVertex.cxx.
34 {
35 this->ContainedObject::operator=(vtx);
36 m_w = vtx.m_w;
37 m_Ew = vtx.m_Ew;
38 m_pair = vtx.m_pair;
39 m_daughters = vtx.m_daughters;
40 m_vertexId = vtx.m_vertexId;
41 m_vertexType = vtx.m_vertexType;
42 m_chi2 = vtx.m_chi2;
43 m_ndof = vtx.m_ndof;
44 m_mass = vtx.m_mass;
45 m_nCharge = vtx.m_nCharge;
46 m_nTracks = vtx.m_nTracks;
47 return *this;
48}
◆ pair() [1/2]
const std::pair< int, int > & EvtRecVeeVertex::pair |
( |
| ) |
const |
|
inline |
◆ pair() [2/2]
int EvtRecVeeVertex::pair |
( |
int | i | ) |
const |
|
inline |
Definition at line 81 of file EvtRecVeeVertex.h.
81 {
82 if (i == 0) {
83 return m_pair.first;
84 }
85 assert(i == 1);
86 return m_pair.second;
87}
◆ pairDaughters()
◆ setChi2()
void EvtRecVeeVertex::setChi2 |
( |
double | chi2 | ) |
|
|
inline |
◆ setDaughter()
◆ setEw()
void EvtRecVeeVertex::setEw |
( |
const HepSymMatrix & | Ew | ) |
|
|
inline |
◆ setMass()
void EvtRecVeeVertex::setMass |
( |
double | mass | ) |
|
|
inline |
◆ setNCharge()
void EvtRecVeeVertex::setNCharge |
( |
int | nCharge | ) |
|
|
inline |
◆ setNdof()
void EvtRecVeeVertex::setNdof |
( |
int | ndof | ) |
|
|
inline |
◆ setNTracks()
void EvtRecVeeVertex::setNTracks |
( |
int | nTracks | ) |
|
|
inline |
◆ setPair()
void EvtRecVeeVertex::setPair |
( |
const std::pair< int, int > & | pair | ) |
|
|
inline |
◆ setVertexId()
void EvtRecVeeVertex::setVertexId |
( |
int | vtxId | ) |
|
|
inline |
◆ setVertexType()
void EvtRecVeeVertex::setVertexType |
( |
int | vtxType | ) |
|
|
inline |
◆ setW()
void EvtRecVeeVertex::setW |
( |
const HepVector & | w | ) |
|
|
inline |
◆ vertexId()
int EvtRecVeeVertex::vertexId |
( |
| ) |
const |
|
inline |
◆ vertexType()
int EvtRecVeeVertex::vertexType |
( |
| ) |
const |
|
inline |
◆ w()
const HepVector & EvtRecVeeVertex::w |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: