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 41 of file RpcReadoutGeomTool.cxx.

Constructor & Destructor Documentation

◆ gapVolume()

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

Definition at line 42 of file RpcReadoutGeomTool.cxx.

44  :
45  physVolWithTrans{std::move(physVol)},
46  gasGap{gap},
47  doubPhi{phi} {}

Member Data Documentation

◆ doubPhi

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

Definition at line 49 of file RpcReadoutGeomTool.cxx.

◆ gasGap

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

Definition at line 48 of file RpcReadoutGeomTool.cxx.


The documentation for this struct was generated from the following file:
CaloSwCorrections.gap
def gap(flags, cells_name, *args, **kw)
Definition: CaloSwCorrections.py:212
xAOD::phi
setEt phi
Definition: TrigEMCluster_v1.cxx:29
MuonGMR4::gapVolume::gasGap
unsigned int gasGap
Definition: RpcReadoutGeomTool.cxx:48
MuonGMR4::gapVolume::doubPhi
unsigned int doubPhi
Definition: RpcReadoutGeomTool.cxx:49
MuonGMR4::physVolWithTrans
IMuonGeoUtilityTool::physVolWithTrans physVolWithTrans
Definition: MdtReadoutGeomTool.cxx:33