![]() |
ATLAS Offline Software
|
#include <MuonHoughTransformTester.h>
Public Attributes | |
const MuonGMR4::SpectrometerSector * | chamber {nullptr} |
Associated chamber. More... | |
const xAOD::MuonSegment * | truthSegment {nullptr} |
Truth segment for reference. More... | |
std::vector< const MuonR4::Segment * > | matchedSegments |
All segments matched to this object. More... | |
std::vector< const MuonR4::SegmentSeed * > | matchedSeeds |
All seeds matched to this object. More... | |
std::vector< char > | matchedSeedFoundSegment {0} |
Definition at line 49 of file MuonHoughTransformTester.h.
const MuonGMR4::SpectrometerSector* MuonValR4::MuonHoughTransformTester::ObjectMatching::chamber {nullptr} |
Associated chamber.
Definition at line 51 of file MuonHoughTransformTester.h.
std::vector<char> MuonValR4::MuonHoughTransformTester::ObjectMatching::matchedSeedFoundSegment {0} |
Definition at line 58 of file MuonHoughTransformTester.h.
std::vector<const MuonR4::SegmentSeed*> MuonValR4::MuonHoughTransformTester::ObjectMatching::matchedSeeds |
All seeds matched to this object.
Definition at line 57 of file MuonHoughTransformTester.h.
std::vector<const MuonR4::Segment*> MuonValR4::MuonHoughTransformTester::ObjectMatching::matchedSegments |
All segments matched to this object.
Definition at line 55 of file MuonHoughTransformTester.h.
const xAOD::MuonSegment* MuonValR4::MuonHoughTransformTester::ObjectMatching::truthSegment {nullptr} |
Truth segment for reference.
Definition at line 53 of file MuonHoughTransformTester.h.