ATLAS Offline Software
|
Auxillary struct to calculate fit constants. More...
Public Attributes | |
Amg::Vector3D | centerOfGrav {Amg::Vector3D::Zero()} |
Tube position center weigthed with inverse covariances. More... | |
std::vector< double > | invCovs {} |
Vector of inverse covariances. More... | |
std::vector< int > | driftSigns {} |
Vector of drfit signs. More... | |
double | covNorm {0.} |
Covariance norm. More... | |
double | T_zzyy {0.} |
Expectation value of T_{z}^{2} - T_{y}^{2}. More... | |
double | T_yz {0.} |
Expectation value of T_{y} * T_{z}. More... | |
double | T_rz {0.} |
Expectation value of T_{z} * r More... | |
double | T_ry {0.} |
Expectation value of T_{y} * r More... | |
double | fitY0 {0.} |
Prediced y0 given as the expection value of the radii divided by the inverse covariance sum. More... | |
Auxillary struct to calculate fit constants.
Definition at line 136 of file MdtSegmentSeedGenerator.h.
Amg::Vector3D MuonR4::MdtSegmentSeedGenerator::SeedFitAuxilliaries::centerOfGrav {Amg::Vector3D::Zero()} |
Tube position center weigthed with inverse covariances.
Definition at line 138 of file MdtSegmentSeedGenerator.h.
double MuonR4::MdtSegmentSeedGenerator::SeedFitAuxilliaries::covNorm {0.} |
Covariance norm.
Definition at line 144 of file MdtSegmentSeedGenerator.h.
std::vector<int> MuonR4::MdtSegmentSeedGenerator::SeedFitAuxilliaries::driftSigns {} |
Vector of drfit signs.
Definition at line 142 of file MdtSegmentSeedGenerator.h.
double MuonR4::MdtSegmentSeedGenerator::SeedFitAuxilliaries::fitY0 {0.} |
Prediced y0 given as the expection value of the radii divided by the inverse covariance sum.
Definition at line 155 of file MdtSegmentSeedGenerator.h.
std::vector<double> MuonR4::MdtSegmentSeedGenerator::SeedFitAuxilliaries::invCovs {} |
Vector of inverse covariances.
Definition at line 140 of file MdtSegmentSeedGenerator.h.
double MuonR4::MdtSegmentSeedGenerator::SeedFitAuxilliaries::T_ry {0.} |
Expectation value of T_{y} * r
Definition at line 152 of file MdtSegmentSeedGenerator.h.
double MuonR4::MdtSegmentSeedGenerator::SeedFitAuxilliaries::T_rz {0.} |
Expectation value of T_{z} * r
Definition at line 150 of file MdtSegmentSeedGenerator.h.
double MuonR4::MdtSegmentSeedGenerator::SeedFitAuxilliaries::T_yz {0.} |
Expectation value of T_{y} * T_{z}.
Definition at line 148 of file MdtSegmentSeedGenerator.h.
double MuonR4::MdtSegmentSeedGenerator::SeedFitAuxilliaries::T_zzyy {0.} |
Expectation value of T_{z}^{2} - T_{y}^{2}.
Definition at line 146 of file MdtSegmentSeedGenerator.h.