ATLAS Offline Software
|
helper construct to cache the number of wires in each group as well as the accumulated number of wires from the previous groups. More...
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... | |
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.
|
inline |
Definition at line 78 of file WireGroupDesign.h.
unsigned int MuonGMR4::WireGroupDesign::wireGroup::accumlWires {0} |
Number of all wires in the previous groups.
Definition at line 83 of file WireGroupDesign.h.
unsigned int MuonGMR4::WireGroupDesign::wireGroup::numWires {0} |
Number of wires in this group.
Definition at line 81 of file WireGroupDesign.h.