ATLAS Offline Software
|
#include <MuonLayerIntersection.h>
Public Member Functions | |
MuonLayerIntersection ()=default | |
constructor More... | |
MuonLayerIntersection (const MuonSystemExtension::Intersection &intersection_, const std::shared_ptr< const MuonSegment > &segment_, int quality) | |
Public Attributes | |
MuonSystemExtension::Intersection | intersection {} |
intersection with layer More... | |
std::shared_ptr< const MuonSegment > | segment {nullptr} |
segment More... | |
int | quality {0} |
Definition at line 13 of file MuonLayerIntersection.h.
|
default |
constructor
Muon::MuonLayerIntersection::MuonLayerIntersection | ( | const MuonSystemExtension::Intersection & | intersection_, |
const std::shared_ptr< const MuonSegment > & | segment_, | ||
int | quality | ||
) |
Definition at line 8 of file MuonLayerIntersection.cxx.
MuonSystemExtension::Intersection Muon::MuonLayerIntersection::intersection {} |
intersection with layer
Definition at line 19 of file MuonLayerIntersection.h.
int Muon::MuonLayerIntersection::quality {0} |
Definition at line 24 of file MuonLayerIntersection.h.
std::shared_ptr<const MuonSegment> Muon::MuonLayerIntersection::segment {nullptr} |
segment
Definition at line 22 of file MuonLayerIntersection.h.