![]() |
ATLAS Offline Software
|
#include <MuonStationIntersect.h>
Public Types | |
| using | TubeIntersects = std::vector<MuonTubeIntersect> |
Public Member Functions | |
| MuonStationIntersect ()=default | |
| MuonStationIntersect (TubeIntersects &&intersects) | |
| const TubeIntersects & | tubeIntersects () const |
| void | setTubeIntersects (TubeIntersects intersects) |
Private Attributes | |
| TubeIntersects | m_intersects |
Definition at line 12 of file MuonStationIntersect.h.
| using Muon::MuonStationIntersect::TubeIntersects = std::vector<MuonTubeIntersect> |
Definition at line 14 of file MuonStationIntersect.h.
|
default |
|
inline |
Definition at line 18 of file MuonStationIntersect.h.
|
inline |
Definition at line 22 of file MuonStationIntersect.h.
|
inline |
Definition at line 20 of file MuonStationIntersect.h.
|
private |
Definition at line 25 of file MuonStationIntersect.h.