![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <fun4all_coresoftware/blob/master/offline/packages/PHGenFitPkg/PHGenFit/SpacepointMeasurement.h>
Inheritance diagram for PHGenFit::SpacepointMeasurement:
Collaboration diagram for PHGenFit::SpacepointMeasurement: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 () | |
| dtor | |
Public Member Functions inherited from PHGenFit::Measurement | |
| Measurement () | |
| ctor | |
| ~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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| PHGenFit::SpacepointMeasurement::~SpacepointMeasurement | ( | ) |
dtor
Definition at line 69 of file SpacepointMeasurement.cc.
View newest version in sPHENIX GitHub at line 69 of file SpacepointMeasurement.cc
| 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, and Acts::Test::cov.
Referenced by SpacepointMeasurement().
Here is the caller graph for this function: