ATLAS Offline Software
Loading...
Searching...
No Matches
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.
unsigned int accumlWires {0}
 Number of all wires in the previous groups.

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} {}
unsigned int accumlWires
Number of all wires in the previous groups.
unsigned int numWires
Number of wires in this group.

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.

83{0};

◆ numWires

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

Number of wires in this group.

Definition at line 81 of file WireGroupDesign.h.

81{0};

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