ATLAS Offline Software
|
Cache of all solutions seen thus far. More...
Public Member Functions | |
std::ostream & | print (std::ostream &ostr) const |
Public Attributes | |
double | theta {0.} |
: Theta of the line More... | |
double | Y0 {0.} |
Intersecpt of the line. More... | |
double | dTheta {0.} |
: Uncertainty on the slope More... | |
double | dY0 {0.} |
: Uncertainty on the intercept More... | |
HitVec | seedHits {} |
Used hits in the seed. More... | |
std::vector< int > | solutionSigns {} |
Vector of radial signs of the valid hits. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &ostr, const SeedSolution &sol) |
Cache of all solutions seen thus far.
Definition at line 103 of file MdtSegmentSeedGenerator.h.
std::ostream & MuonR4::MdtSegmentSeedGenerator::SeedSolution::print | ( | std::ostream & | ostr | ) | const |
Definition at line 31 of file MdtSegmentSeedGenerator.cxx.
|
friend |
Definition at line 117 of file MdtSegmentSeedGenerator.h.
double MuonR4::MdtSegmentSeedGenerator::SeedSolution::dTheta {0.} |
: Uncertainty on the slope
Definition at line 109 of file MdtSegmentSeedGenerator.h.
double MuonR4::MdtSegmentSeedGenerator::SeedSolution::dY0 {0.} |
: Uncertainty on the intercept
Definition at line 111 of file MdtSegmentSeedGenerator.h.
HitVec MuonR4::MdtSegmentSeedGenerator::SeedSolution::seedHits {} |
Used hits in the seed.
Definition at line 113 of file MdtSegmentSeedGenerator.h.
std::vector<int> MuonR4::MdtSegmentSeedGenerator::SeedSolution::solutionSigns {} |
Vector of radial signs of the valid hits.
Definition at line 115 of file MdtSegmentSeedGenerator.h.
double MuonR4::MdtSegmentSeedGenerator::SeedSolution::theta {0.} |
: Theta of the line
Definition at line 105 of file MdtSegmentSeedGenerator.h.
double MuonR4::MdtSegmentSeedGenerator::SeedSolution::Y0 {0.} |
Intersecpt of the line.
Definition at line 107 of file MdtSegmentSeedGenerator.h.