#include <EvtRecVeeVertex.h>
|
virtual const CLID & | clID () const |
|
| EvtRecVeeVertex () |
|
| ~EvtRecVeeVertex () |
|
| EvtRecVeeVertex (const EvtRecVeeVertex &) |
|
EvtRecVeeVertex & | operator= (const EvtRecVeeVertex &) |
|
int | vertexId () const |
|
int | vertexType () const |
|
double | chi2 () const |
|
int | ndof () const |
|
double | mass () const |
|
const HepVector & | w () const |
|
const HepSymMatrix & | Ew () const |
|
const std::pair< int, int > & | pair () const |
|
int | pair (int i) const |
|
int | nCharge () const |
|
int | nTracks () const |
|
std::pair< SmartRef< EvtRecTrack >, SmartRef< EvtRecTrack > > & | pairDaughters () |
|
SmartRef< EvtRecTrack > & | daughter (int i) |
|
void | setVertexId (int vtxId) |
|
void | setVertexType (int vtxType) |
|
void | setChi2 (double chi2) |
|
void | setNdof (int ndof) |
|
void | setMass (double mass) |
|
void | setW (const HepVector &w) |
|
void | setEw (const HepSymMatrix &Ew) |
|
void | setPair (const std::pair< int, int > &pair) |
|
void | setNCharge (int nCharge) |
|
void | setNTracks (int nTracks) |
|
void | addDaughter (const SmartRef< EvtRecTrack > &track, int i) |
|
void | setDaughter (const std::pair< SmartRef< EvtRecTrack >, SmartRef< EvtRecTrack > > &p) |
|
virtual const CLID & | clID () const |
|
| EvtRecVeeVertex () |
|
| ~EvtRecVeeVertex () |
|
| EvtRecVeeVertex (const EvtRecVeeVertex &) |
|
EvtRecVeeVertex & | operator= (const EvtRecVeeVertex &) |
|
int | vertexId () const |
|
int | vertexType () const |
|
double | chi2 () const |
|
int | ndof () const |
|
double | mass () const |
|
const HepVector & | w () const |
|
const HepSymMatrix & | Ew () const |
|
const std::pair< int, int > & | pair () const |
|
int | pair (int i) const |
|
int | nCharge () const |
|
int | nTracks () const |
|
std::pair< SmartRef< EvtRecTrack >, SmartRef< EvtRecTrack > > & | pairDaughters () |
|
SmartRef< EvtRecTrack > & | daughter (int i) |
|
void | setVertexId (int vtxId) |
|
void | setVertexType (int vtxType) |
|
void | setChi2 (double chi2) |
|
void | setNdof (int ndof) |
|
void | setMass (double mass) |
|
void | setW (const HepVector &w) |
|
void | setEw (const HepSymMatrix &Ew) |
|
void | setPair (const std::pair< int, int > &pair) |
|
void | setNCharge (int nCharge) |
|
void | setNTracks (int nTracks) |
|
void | addDaughter (const SmartRef< EvtRecTrack > &track, int i) |
|
void | setDaughter (const std::pair< SmartRef< EvtRecTrack >, SmartRef< EvtRecTrack > > &p) |
|
◆ EvtRecVeeVertex() [1/4]
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() [1/2]
EvtRecVeeVertex::~EvtRecVeeVertex |
( |
| ) |
|
|
inline |
◆ EvtRecVeeVertex() [2/4]
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}
◆ EvtRecVeeVertex() [3/4]
EvtRecVeeVertex::EvtRecVeeVertex |
( |
| ) |
|
◆ ~EvtRecVeeVertex() [2/2]
EvtRecVeeVertex::~EvtRecVeeVertex |
( |
| ) |
|
|
inline |
◆ EvtRecVeeVertex() [4/4]
◆ addDaughter() [1/2]
void EvtRecVeeVertex::addDaughter |
( |
const SmartRef< EvtRecTrack > & |
track, |
|
|
int |
i |
|
) |
| |
|
inline |
◆ addDaughter() [2/2]
void EvtRecVeeVertex::addDaughter |
( |
const SmartRef< EvtRecTrack > & |
track, |
|
|
int |
i |
|
) |
| |
|
inline |
◆ chi2() [1/2]
double EvtRecVeeVertex::chi2 |
( |
| ) |
const |
|
inline |
◆ chi2() [2/2]
double EvtRecVeeVertex::chi2 |
( |
| ) |
const |
|
inline |
◆ classID() [1/2]
static const CLID & EvtRecVeeVertex::classID |
( |
| ) |
|
|
inlinestatic |
◆ classID() [2/2]
static const CLID & EvtRecVeeVertex::classID |
( |
| ) |
|
|
inlinestatic |
◆ clID() [1/2]
virtual const CLID & EvtRecVeeVertex::clID |
( |
| ) |
const |
|
inlinevirtual |
◆ clID() [2/2]
virtual const CLID & EvtRecVeeVertex::clID |
( |
| ) |
const |
|
inlinevirtual |
◆ daughter() [1/2]
SmartRef< EvtRecTrack > & EvtRecVeeVertex::daughter |
( |
int |
i | ) |
|
|
inline |
◆ daughter() [2/2]
SmartRef< EvtRecTrack > & EvtRecVeeVertex::daughter |
( |
int |
i | ) |
|
|
inline |
◆ Ew() [1/2]
const HepSymMatrix & EvtRecVeeVertex::Ew |
( |
| ) |
const |
|
inline |
◆ Ew() [2/2]
const HepSymMatrix & EvtRecVeeVertex::Ew |
( |
| ) |
const |
|
inline |
◆ mass() [1/2]
double EvtRecVeeVertex::mass |
( |
| ) |
const |
|
inline |
◆ mass() [2/2]
double EvtRecVeeVertex::mass |
( |
| ) |
const |
|
inline |
◆ nCharge() [1/2]
int EvtRecVeeVertex::nCharge |
( |
| ) |
const |
|
inline |
◆ nCharge() [2/2]
int EvtRecVeeVertex::nCharge |
( |
| ) |
const |
|
inline |
◆ ndof() [1/2]
int EvtRecVeeVertex::ndof |
( |
| ) |
const |
|
inline |
◆ ndof() [2/2]
int EvtRecVeeVertex::ndof |
( |
| ) |
const |
|
inline |
◆ nTracks() [1/2]
int EvtRecVeeVertex::nTracks |
( |
| ) |
const |
|
inline |
◆ nTracks() [2/2]
int EvtRecVeeVertex::nTracks |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
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}
◆ operator=() [2/2]
◆ pair() [1/4]
const std::pair< int, int > & EvtRecVeeVertex::pair |
( |
| ) |
const |
|
inline |
◆ pair() [2/4]
const std::pair< int, int > & EvtRecVeeVertex::pair |
( |
| ) |
const |
|
inline |
◆ pair() [3/4]
int EvtRecVeeVertex::pair |
( |
int |
i | ) |
const |
|
inline |
◆ pair() [4/4]
int EvtRecVeeVertex::pair |
( |
int |
i | ) |
const |
|
inline |
◆ pairDaughters() [1/2]
◆ pairDaughters() [2/2]
◆ setChi2() [1/2]
void EvtRecVeeVertex::setChi2 |
( |
double |
chi2 | ) |
|
|
inline |
◆ setChi2() [2/2]
void EvtRecVeeVertex::setChi2 |
( |
double |
chi2 | ) |
|
|
inline |
◆ setDaughter() [1/2]
◆ setDaughter() [2/2]
◆ setEw() [1/2]
void EvtRecVeeVertex::setEw |
( |
const HepSymMatrix & |
Ew | ) |
|
|
inline |
◆ setEw() [2/2]
void EvtRecVeeVertex::setEw |
( |
const HepSymMatrix & |
Ew | ) |
|
|
inline |
◆ setMass() [1/2]
void EvtRecVeeVertex::setMass |
( |
double |
mass | ) |
|
|
inline |
◆ setMass() [2/2]
void EvtRecVeeVertex::setMass |
( |
double |
mass | ) |
|
|
inline |
◆ setNCharge() [1/2]
void EvtRecVeeVertex::setNCharge |
( |
int |
nCharge | ) |
|
|
inline |
◆ setNCharge() [2/2]
void EvtRecVeeVertex::setNCharge |
( |
int |
nCharge | ) |
|
|
inline |
◆ setNdof() [1/2]
void EvtRecVeeVertex::setNdof |
( |
int |
ndof | ) |
|
|
inline |
◆ setNdof() [2/2]
void EvtRecVeeVertex::setNdof |
( |
int |
ndof | ) |
|
|
inline |
◆ setNTracks() [1/2]
void EvtRecVeeVertex::setNTracks |
( |
int |
nTracks | ) |
|
|
inline |
◆ setNTracks() [2/2]
void EvtRecVeeVertex::setNTracks |
( |
int |
nTracks | ) |
|
|
inline |
◆ setPair() [1/2]
void EvtRecVeeVertex::setPair |
( |
const std::pair< int, int > & |
pair | ) |
|
|
inline |
◆ setPair() [2/2]
void EvtRecVeeVertex::setPair |
( |
const std::pair< int, int > & |
pair | ) |
|
|
inline |
◆ setVertexId() [1/2]
void EvtRecVeeVertex::setVertexId |
( |
int |
vtxId | ) |
|
|
inline |
◆ setVertexId() [2/2]
void EvtRecVeeVertex::setVertexId |
( |
int |
vtxId | ) |
|
|
inline |
◆ setVertexType() [1/2]
void EvtRecVeeVertex::setVertexType |
( |
int |
vtxType | ) |
|
|
inline |
◆ setVertexType() [2/2]
void EvtRecVeeVertex::setVertexType |
( |
int |
vtxType | ) |
|
|
inline |
◆ setW() [1/2]
void EvtRecVeeVertex::setW |
( |
const HepVector & |
w | ) |
|
|
inline |
◆ setW() [2/2]
void EvtRecVeeVertex::setW |
( |
const HepVector & |
w | ) |
|
|
inline |
◆ vertexId() [1/2]
int EvtRecVeeVertex::vertexId |
( |
| ) |
const |
|
inline |
◆ vertexId() [2/2]
int EvtRecVeeVertex::vertexId |
( |
| ) |
const |
|
inline |
◆ vertexType() [1/2]
int EvtRecVeeVertex::vertexType |
( |
| ) |
const |
|
inline |
◆ vertexType() [2/2]
int EvtRecVeeVertex::vertexType |
( |
| ) |
const |
|
inline |
◆ w() [1/2]
const HepVector & EvtRecVeeVertex::w |
( |
| ) |
const |
|
inline |
◆ w() [2/2]
const HepVector & EvtRecVeeVertex::w |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: