ATLAS Offline Software
|
helper struct to associate truth to reco segments and hough seeds
More...
#include <MuonPatternRecognitionTestTree.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< unsigned > | matchedSegHits {0} |
Shared sim hit counts for segments matched to this object. More... | |
std::vector< const MuonR4::SegmentSeed * > | matchedSeeds |
All seeds matched to this object. More... | |
std::vector< unsigned > | matchedSeedHits {0} |
Shared sim hit counts for seeds matched to this object. More... | |
std::vector< char > | matchedSeedFoundSegment {0} |
helper struct to associate truth to reco segments and hough seeds
Definition at line 24 of file MuonPatternRecognitionTestTree.h.
const MuonGMR4::SpectrometerSector* MuonValR4::ObjectMatching::chamber {nullptr} |
Associated chamber.
Definition at line 26 of file MuonPatternRecognitionTestTree.h.
std::vector<char> MuonValR4::ObjectMatching::matchedSeedFoundSegment {0} |
Definition at line 37 of file MuonPatternRecognitionTestTree.h.
std::vector<unsigned> MuonValR4::ObjectMatching::matchedSeedHits {0} |
Shared sim hit counts for seeds matched to this object.
Definition at line 36 of file MuonPatternRecognitionTestTree.h.
std::vector<const MuonR4::SegmentSeed*> MuonValR4::ObjectMatching::matchedSeeds |
All seeds matched to this object.
Definition at line 34 of file MuonPatternRecognitionTestTree.h.
std::vector<unsigned> MuonValR4::ObjectMatching::matchedSegHits {0} |
Shared sim hit counts for segments matched to this object.
Definition at line 32 of file MuonPatternRecognitionTestTree.h.
std::vector<const MuonR4::Segment*> MuonValR4::ObjectMatching::matchedSegments |
All segments matched to this object.
Definition at line 30 of file MuonPatternRecognitionTestTree.h.
const xAOD::MuonSegment* MuonValR4::ObjectMatching::truthSegment {nullptr} |
Truth segment for reference.
Definition at line 28 of file MuonPatternRecognitionTestTree.h.