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

#include <MuonLayerRecoData.h>

Collaboration diagram for Muon::MuonLayerRecoData:

Public Member Functions

 MuonLayerRecoData (const MuonSystemExtension::Intersection &intersection_, std::vector< std::shared_ptr< const MuonSegment > > &&segments_)
 constructor More...
 

Public Attributes

MuonSystemExtension::Intersection intersection
 intersection with layer More...
 
std::vector< std::shared_ptr< const MuonSegment > > segments
 segments More...
 

Detailed Description

Definition at line 16 of file MuonLayerRecoData.h.

Constructor & Destructor Documentation

◆ MuonLayerRecoData()

Muon::MuonLayerRecoData::MuonLayerRecoData ( const MuonSystemExtension::Intersection intersection_,
std::vector< std::shared_ptr< const MuonSegment > > &&  segments_ 
)

constructor

Definition at line 9 of file MuonLayerRecoData.cxx.

10  :
11  intersection(intersection_), segments(segments_) {}

Member Data Documentation

◆ intersection

MuonSystemExtension::Intersection Muon::MuonLayerRecoData::intersection

intersection with layer

Definition at line 22 of file MuonLayerRecoData.h.

◆ segments

std::vector<std::shared_ptr<const MuonSegment> > Muon::MuonLayerRecoData::segments

segments

Definition at line 25 of file MuonLayerRecoData.h.


The documentation for this struct was generated from the following files:
Muon::MuonLayerRecoData::segments
std::vector< std::shared_ptr< const MuonSegment > > segments
segments
Definition: MuonLayerRecoData.h:25
Muon::MuonLayerRecoData::intersection
MuonSystemExtension::Intersection intersection
intersection with layer
Definition: MuonLayerRecoData.h:22