ATLAS Offline Software
Loading...
Searching...
No Matches
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

Public Attributes

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

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_) {}
std::vector< std::shared_ptr< const MuonSegment > > segments
segments
MuonSystemExtension::Intersection intersection
intersection with layer

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: