ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
Muon::MuonLayerIntersection Struct Reference

#include <MuonLayerIntersection.h>

Collaboration diagram for Muon::MuonLayerIntersection:

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 MuonSegmentsegment {nullptr}
 segment More...
 
int quality {0}
 

Detailed Description

Definition at line 13 of file MuonLayerIntersection.h.

Constructor & Destructor Documentation

◆ MuonLayerIntersection() [1/2]

Muon::MuonLayerIntersection::MuonLayerIntersection ( )
default

constructor

◆ MuonLayerIntersection() [2/2]

Muon::MuonLayerIntersection::MuonLayerIntersection ( const MuonSystemExtension::Intersection intersection_,
const std::shared_ptr< const MuonSegment > &  segment_,
int  quality 
)

Definition at line 8 of file MuonLayerIntersection.cxx.

10  :
11  intersection{intersection_}, segment{segment_}, quality{_quality} {}

Member Data Documentation

◆ intersection

MuonSystemExtension::Intersection Muon::MuonLayerIntersection::intersection {}

intersection with layer

Definition at line 19 of file MuonLayerIntersection.h.

◆ quality

int Muon::MuonLayerIntersection::quality {0}

Definition at line 24 of file MuonLayerIntersection.h.

◆ segment

std::shared_ptr<const MuonSegment> Muon::MuonLayerIntersection::segment {nullptr}

segment

Definition at line 22 of file MuonLayerIntersection.h.


The documentation for this struct was generated from the following files:
Muon::MuonLayerIntersection::intersection
MuonSystemExtension::Intersection intersection
intersection with layer
Definition: MuonLayerIntersection.h:19
Muon::MuonLayerIntersection::quality
int quality
Definition: MuonLayerIntersection.h:24
Muon::MuonLayerIntersection::segment
std::shared_ptr< const MuonSegment > segment
segment
Definition: MuonLayerIntersection.h:22