ATLAS Offline Software
|
Helper struct to ship the defining arguments of the detector element around. More...
#include <MuonReadoutElement.h>
Public Attributes | |
GeoIntrusivePtr< GeoVFullPhysVol > | physVol {nullptr} |
Pointer to the underlying physical volume in GeoModel. More... | |
const GeoAlignableTransform * | alignTransform {nullptr} |
Pointer to the alignable transformation. More... | |
std::string | chambDesign {""} |
chamber design name as it's occuring in the parameter book tables E.g. BMS5, RPC10, etc. More... | |
Identifier | detElId {0} |
ATLAS identifier. More... | |
Helper struct to ship the defining arguments of the detector element around.
Definition at line 43 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MuonReadoutElement.h.
const GeoAlignableTransform* MuonGMR4::MuonReadoutElement::defineArgs::alignTransform {nullptr} |
Pointer to the alignable transformation.
Definition at line 47 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MuonReadoutElement.h.
std::string MuonGMR4::MuonReadoutElement::defineArgs::chambDesign {""} |
chamber design name as it's occuring in the parameter book tables E.g. BMS5, RPC10, etc.
Definition at line 49 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MuonReadoutElement.h.
Identifier MuonGMR4::MuonReadoutElement::defineArgs::detElId {0} |
ATLAS identifier.
Definition at line 51 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MuonReadoutElement.h.
GeoIntrusivePtr<GeoVFullPhysVol> MuonGMR4::MuonReadoutElement::defineArgs::physVol {nullptr} |
Pointer to the underlying physical volume in GeoModel.
Definition at line 45 of file MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MuonReadoutElement.h.