Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 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 37 of file RpcReadoutGeomTool.cxx.

Constructor & Destructor Documentation

◆ gapVolume()

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

Definition at line 38 of file RpcReadoutGeomTool.cxx.

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

Member Data Documentation

◆ doubPhi

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

Definition at line 45 of file RpcReadoutGeomTool.cxx.

◆ gasGap

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

Definition at line 44 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:44
MuonGMR4::gapVolume::doubPhi
unsigned int doubPhi
Definition: RpcReadoutGeomTool.cxx:45