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

helper construct to cache the number of wires in each group as well as the accumulated number of wires from the previous groups. More...

Collaboration diagram for MuonGMR4::WireGroupDesign::wireGroup:

Public Member Functions

 wireGroup (unsigned int nWires, unsigned int accWires)
 

Public Attributes

unsigned int numWires {0}
 Number of wires in this group. More...
 
unsigned int accumlWires {0}
 Number of all wires in the previous groups. More...
 

Detailed Description

helper construct to cache the number of wires in each group as well as the accumulated number of wires from the previous groups.

Definition at line 77 of file WireGroupDesign.h.

Constructor & Destructor Documentation

◆ wireGroup()

MuonGMR4::WireGroupDesign::wireGroup::wireGroup ( unsigned int  nWires,
unsigned int  accWires 
)
inline

Definition at line 78 of file WireGroupDesign.h.

78  :
79  numWires{nWires}, accumlWires{accWires} {}

Member Data Documentation

◆ accumlWires

unsigned int MuonGMR4::WireGroupDesign::wireGroup::accumlWires {0}

Number of all wires in the previous groups.

Definition at line 83 of file WireGroupDesign.h.

◆ numWires

unsigned int MuonGMR4::WireGroupDesign::wireGroup::numWires {0}

Number of wires in this group.

Definition at line 81 of file WireGroupDesign.h.


The documentation for this struct was generated from the following file:
MuonGMR4::WireGroupDesign::wireGroup::numWires
unsigned int numWires
Number of wires in this group.
Definition: WireGroupDesign.h:81
MuonGMR4::WireGroupDesign::wireGroup::accumlWires
unsigned int accumlWires
Number of all wires in the previous groups.
Definition: WireGroupDesign.h:83