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

data per intersection More...

#include <MuonSystemExtension.h>

Collaboration diagram for Muon::MuonSystemExtension::Intersection:

Public Member Functions

 Intersection ()=default
 
 Intersection (std::shared_ptr< const Trk::TrackParameters > trackParameters_, const MuonLayerSurface &layerSurface_)
 

Public Attributes

std::shared_ptr< const Trk::TrackParameterstrackParameters
 
MuonLayerSurface layerSurface
 

Detailed Description

data per intersection

Definition at line 21 of file MuonSystemExtension.h.

Constructor & Destructor Documentation

◆ Intersection() [1/2]

Muon::MuonSystemExtension::Intersection::Intersection ( )
default

◆ Intersection() [2/2]

Muon::MuonSystemExtension::Intersection::Intersection ( std::shared_ptr< const Trk::TrackParameters trackParameters_,
const MuonLayerSurface layerSurface_ 
)
inline

Definition at line 23 of file MuonSystemExtension.h.

23  :
24  trackParameters(trackParameters_), layerSurface(layerSurface_) {}

Member Data Documentation

◆ layerSurface

MuonLayerSurface Muon::MuonSystemExtension::Intersection::layerSurface

Definition at line 27 of file MuonSystemExtension.h.

◆ trackParameters

std::shared_ptr<const Trk::TrackParameters> Muon::MuonSystemExtension::Intersection::trackParameters

Definition at line 26 of file MuonSystemExtension.h.


The documentation for this struct was generated from the following file:
Muon::MuonSystemExtension::Intersection::trackParameters
std::shared_ptr< const Trk::TrackParameters > trackParameters
Definition: MuonSystemExtension.h:26
Muon::MuonSystemExtension::Intersection::layerSurface
MuonLayerSurface layerSurface
Definition: MuonSystemExtension.h:27