Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/offline/packages/PHGenFitPkg/PHGenFit/SpacepointMeasurement.h>
Public Member Functions | |
SpacepointMeasurement (const TVector3 &pos, const double resolution) | |
SpacepointMeasurement (const TVector3 &pos, const TVector3 &resolution) | |
SpacepointMeasurement (const TVector3 &pos, const TMatrixDSym &cov) | |
void | init (const TVector3 &pos, const TMatrixDSym &cov) |
~SpacepointMeasurement () override | |
dtor | |
Public Member Functions inherited from PHGenFit::Measurement | |
Measurement () | |
ctor | |
virtual | ~Measurement () |
dtor | |
genfit::AbsMeasurement * | getMeasurement () |
unsigned int | get_cluster_ID () const |
void | set_cluster_ID (unsigned int clusterId) |
TrkrDefs::cluskey | get_cluster_key () const |
void | set_cluster_key (TrkrDefs::cluskey clusterkey) |
Additional Inherited Members | |
Protected Attributes inherited from PHGenFit::Measurement | |
genfit::AbsMeasurement * | _measurement |
unsigned int | _clusterID |
TrkrDefs::cluskey | _clusterkey |
Definition at line 18 of file SpacepointMeasurement.h.
View newest version in sPHENIX GitHub at line 18 of file SpacepointMeasurement.h
PHGenFit::SpacepointMeasurement::SpacepointMeasurement | ( | const TVector3 & | pos, |
const double | resolution | ||
) |
Ctor
pos | measurement position |
resolution | standard dev for diagnal elements of the cov, other elements are zero |
Definition at line 39 of file SpacepointMeasurement.cc.
View newest version in sPHENIX GitHub at line 39 of file SpacepointMeasurement.cc
References Acts::Test::cov, and init().
PHGenFit::SpacepointMeasurement::SpacepointMeasurement | ( | const TVector3 & | pos, |
const TVector3 & | resolution | ||
) |
Ctor
pos | measurement position |
resolution | standard dev for each diagnal element of the cov, other elements are zero |
Definition at line 49 of file SpacepointMeasurement.cc.
View newest version in sPHENIX GitHub at line 49 of file SpacepointMeasurement.cc
References Acts::Test::cov, and init().
PHGenFit::SpacepointMeasurement::SpacepointMeasurement | ( | const TVector3 & | pos, |
const TMatrixDSym & | cov | ||
) |
Ctor
pos | measurement position |
covariance | matrix |
Definition at line 64 of file SpacepointMeasurement.cc.
View newest version in sPHENIX GitHub at line 64 of file SpacepointMeasurement.cc
References init().
|
inlineoverride |
dtor
Definition at line 43 of file SpacepointMeasurement.h.
View newest version in sPHENIX GitHub at line 43 of file SpacepointMeasurement.h
void PHGenFit::SpacepointMeasurement::init | ( | const TVector3 & | pos, |
const TMatrixDSym & | cov | ||
) |
Definition at line 19 of file SpacepointMeasurement.cc.
View newest version in sPHENIX GitHub at line 19 of file SpacepointMeasurement.cc
References PHGenFit::Measurement::_measurement, Acts::Test::cov, i, and j.
Referenced by SpacepointMeasurement().