ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
MuonGMR4::gapVolume Struct Reference

Helper struct to attribute the Identifier fields with the gas gap volumes. More...

Inheritance diagram for MuonGMR4::gapVolume:
Collaboration diagram for MuonGMR4::gapVolume:

Public Member Functions

 gapVolume (physVolWithTrans &&physVol, unsigned int gap, unsigned int phi)
 

Public Attributes

unsigned int gasGap {0}
 
unsigned int doubPhi {0}
 

Detailed Description

Helper struct to attribute the Identifier fields with the gas gap volumes.

Definition at line 36 of file RpcReadoutGeomTool.cxx.

Constructor & Destructor Documentation

◆ gapVolume()

MuonGMR4::gapVolume::gapVolume ( physVolWithTrans &&  physVol,
unsigned int  gap,
unsigned int  phi 
)
inline

Definition at line 37 of file RpcReadoutGeomTool.cxx.

39  :
40  physVolWithTrans{std::move(physVol)},
41  gasGap{gap},
42  doubPhi{phi} {}

Member Data Documentation

◆ doubPhi

unsigned int MuonGMR4::gapVolume::doubPhi {0}

Definition at line 44 of file RpcReadoutGeomTool.cxx.

◆ gasGap

unsigned int MuonGMR4::gapVolume::gasGap {0}

Definition at line 43 of file RpcReadoutGeomTool.cxx.


The documentation for this struct was generated from the following file:
phi
Scalar phi() const
phi method
Definition: AmgMatrixBasePlugin.h:64
CaloSwCorrections.gap
def gap(flags, cells_name, *args, **kw)
Definition: CaloSwCorrections.py:212
MuonGMR4::gapVolume::gasGap
unsigned int gasGap
Definition: RpcReadoutGeomTool.cxx:43
MuonGMR4::gapVolume::doubPhi
unsigned int doubPhi
Definition: RpcReadoutGeomTool.cxx:44
MuonGMR4::physVolWithTrans
IMuonGeoUtilityTool::physVolWithTrans physVolWithTrans
Definition: MdtReadoutGeomTool.cxx:25