Definition at line 114 of file TPCPurityMonitor_module.cc.
TPCPurityMonitor::TPCPurityMonitor::PrincipalComponents2D::PrincipalComponents2D |
( |
| ) |
|
|
inline |
Definition at line 121 of file TPCPurityMonitor_module.cc.
bool fSVD_OK
SVD Decomposition was successful.
EigenValues fEigenValues
Eigen values from SVD decomposition.
EigenVectors fEigenVectors
The three principle axes.
int fNumHitsUsed
Number of hits in the decomposition.
Eigen::Vector2d fAvePosition
Average position of hits fed to PCA.
TPCPurityMonitor::TPCPurityMonitor::PrincipalComponents2D::PrincipalComponents2D |
( |
bool |
ok, |
|
|
int |
nHits, |
|
|
const EigenValues & |
eigenValues, |
|
|
const EigenVectors & |
eigenVecs, |
|
|
const Eigen::Vector2d & |
avePos |
|
) |
| |
|
inline |
Definition at line 124 of file TPCPurityMonitor_module.cc.
bool fSVD_OK
SVD Decomposition was successful.
EigenValues fEigenValues
Eigen values from SVD decomposition.
EigenVectors fEigenVectors
The three principle axes.
int fNumHitsUsed
Number of hits in the decomposition.
Eigen::Vector2d fAvePosition
Average position of hits fed to PCA.
void TPCPurityMonitor::TPCPurityMonitor::PrincipalComponents2D::flipAxis |
( |
size_t |
axis | ) |
|
|
inline |
const Eigen::Vector2d& TPCPurityMonitor::TPCPurityMonitor::PrincipalComponents2D::getAvePosition |
( |
| ) |
const |
|
inline |
const EigenValues& TPCPurityMonitor::TPCPurityMonitor::PrincipalComponents2D::getEigenValues |
( |
| ) |
const |
|
inline |
const EigenVectors& TPCPurityMonitor::TPCPurityMonitor::PrincipalComponents2D::getEigenVectors |
( |
| ) |
const |
|
inline |
int TPCPurityMonitor::TPCPurityMonitor::PrincipalComponents2D::getNumHitsUsed |
( |
| ) |
const |
|
inline |
bool TPCPurityMonitor::TPCPurityMonitor::PrincipalComponents2D::getSvdOK |
( |
| ) |
const |
|
inline |
Eigen::Vector2d TPCPurityMonitor::TPCPurityMonitor::PrincipalComponents2D::fAvePosition |
|
private |
EigenValues TPCPurityMonitor::TPCPurityMonitor::PrincipalComponents2D::fEigenValues |
|
private |
EigenVectors TPCPurityMonitor::TPCPurityMonitor::PrincipalComponents2D::fEigenVectors |
|
private |
int TPCPurityMonitor::TPCPurityMonitor::PrincipalComponents2D::fNumHitsUsed |
|
private |
bool TPCPurityMonitor::TPCPurityMonitor::PrincipalComponents2D::fSVD_OK |
|
private |
The documentation for this class was generated from the following file: