ATLAS Offline Software
Loading...
Searching...
No Matches
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_) {}
std::shared_ptr< const Trk::TrackParameters > trackParameters

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: