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 (GeoChildNodeWithTrf &&physVol, unsigned gap, unsigned phi)
 

Public Attributes

unsigned gasGap {0}
 
unsigned 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 ( GeoChildNodeWithTrf &&  physVol,
unsigned  gap,
unsigned  phi 
)
inline

Definition at line 37 of file RpcReadoutGeomTool.cxx.

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

Member Data Documentation

◆ doubPhi

unsigned MuonGMR4::gapVolume::doubPhi {0}

Definition at line 44 of file RpcReadoutGeomTool.cxx.

◆ gasGap

unsigned 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:67
CaloSwCorrections.gap
def gap(flags, cells_name, *args, **kw)
Definition: CaloSwCorrections.py:212
MuonGMR4::gapVolume::gasGap
unsigned gasGap
Definition: RpcReadoutGeomTool.cxx:43
MuonGMR4::gapVolume::doubPhi
unsigned doubPhi
Definition: RpcReadoutGeomTool.cxx:44