ATLAS Offline Software
|
#include <MuonLayerRecoData.h>
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... | |
Definition at line 16 of file MuonLayerRecoData.h.
Muon::MuonLayerRecoData::MuonLayerRecoData | ( | const MuonSystemExtension::Intersection & | intersection_, |
std::vector< std::shared_ptr< const MuonSegment > > && | segments_ | ||
) |
MuonSystemExtension::Intersection Muon::MuonLayerRecoData::intersection |
intersection with layer
Definition at line 22 of file MuonLayerRecoData.h.
std::vector<std::shared_ptr<const MuonSegment> > Muon::MuonLayerRecoData::segments |
segments
Definition at line 25 of file MuonLayerRecoData.h.