ATLAS Offline Software
Loading...
Searching...
No Matches
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} {}
Scalar phi() const
phi method
gap(flags, cells_name, *args, **kw)

Member Data Documentation

◆ doubPhi

unsigned MuonGMR4::gapVolume::doubPhi {0}

Definition at line 44 of file RpcReadoutGeomTool.cxx.

44{0};

◆ gasGap

unsigned MuonGMR4::gapVolume::gasGap {0}

Definition at line 43 of file RpcReadoutGeomTool.cxx.

43{0};

The documentation for this struct was generated from the following file: