ATLAS Offline Software
Loading...
Searching...
No Matches
MuonGMR4::SpectrometerSector::defineArgs Struct Reference

#include <SpectrometerSector.h>

Collaboration diagram for MuonGMR4::SpectrometerSector::defineArgs:

Public Attributes

ChamberSet chambers {}
 List of readout elements in the chamber.
std::shared_ptr< Acts::VolumeBounds > bounds {}
 Surrouding box chamber bounds.
std::shared_ptr< const Acts::PlaneSurface > surface {}
 Surface in the centre of the chamber plane.
std::vector< chamberLocationdetectorLocs {}
 2D pattern navigation structure
unsigned id {0}
 Unique Identifier integer of the sector.

Detailed Description

Definition at line 104 of file SpectrometerSector.h.

Member Data Documentation

◆ bounds

std::shared_ptr<Acts::VolumeBounds> MuonGMR4::SpectrometerSector::defineArgs::bounds {}

Surrouding box chamber bounds.

Definition at line 108 of file SpectrometerSector.h.

108{};

◆ chambers

ChamberSet MuonGMR4::SpectrometerSector::defineArgs::chambers {}

List of readout elements in the chamber.

Definition at line 106 of file SpectrometerSector.h.

106{};

◆ detectorLocs

std::vector<chamberLocation> MuonGMR4::SpectrometerSector::defineArgs::detectorLocs {}

2D pattern navigation structure

Definition at line 112 of file SpectrometerSector.h.

112{};

◆ id

unsigned MuonGMR4::SpectrometerSector::defineArgs::id {0}

Unique Identifier integer of the sector.

Definition at line 114 of file SpectrometerSector.h.

114{0};

◆ surface

std::shared_ptr<const Acts::PlaneSurface> MuonGMR4::SpectrometerSector::defineArgs::surface {}

Surface in the centre of the chamber plane.

Definition at line 110 of file SpectrometerSector.h.

110{};

The documentation for this struct was generated from the following file: