ATLAS Offline Software
Public Attributes | List of all members
MuonValR4::ObjectMatching Struct Reference

helper struct to associate truth to reco segments and hough seeds
More...

#include <MuonPatternRecognitionTestTree.h>

Collaboration diagram for MuonValR4::ObjectMatching:

Public Attributes

const MuonGMR4::SpectrometerSectorchamber {nullptr}
 Associated chamber. More...
 
const xAOD::MuonSegmenttruthSegment {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}
 

Detailed Description

helper struct to associate truth to reco segments and hough seeds

Definition at line 24 of file MuonPatternRecognitionTestTree.h.

Member Data Documentation

◆ chamber

const MuonGMR4::SpectrometerSector* MuonValR4::ObjectMatching::chamber {nullptr}

Associated chamber.

Definition at line 26 of file MuonPatternRecognitionTestTree.h.

◆ matchedSeedFoundSegment

std::vector<char> MuonValR4::ObjectMatching::matchedSeedFoundSegment {0}

Definition at line 37 of file MuonPatternRecognitionTestTree.h.

◆ matchedSeedHits

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.

◆ matchedSeeds

std::vector<const MuonR4::SegmentSeed*> MuonValR4::ObjectMatching::matchedSeeds

All seeds matched to this object.

Definition at line 34 of file MuonPatternRecognitionTestTree.h.

◆ matchedSegHits

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.

◆ matchedSegments

std::vector<const MuonR4::Segment*> MuonValR4::ObjectMatching::matchedSegments

All segments matched to this object.

Definition at line 30 of file MuonPatternRecognitionTestTree.h.

◆ truthSegment

const xAOD::MuonSegment* MuonValR4::ObjectMatching::truthSegment {nullptr}

Truth segment for reference.

Definition at line 28 of file MuonPatternRecognitionTestTree.h.


The documentation for this struct was generated from the following file: