#include <SectorLogic.h>
Definition at line 86 of file SectorLogic.h.
◆ InternalRegister()
| InternalRegister::InternalRegister |
( |
| ) |
|
|
default |
◆ operator<<
Definition at line 140 of file SectorLogic.cxx.
140 {
141 int j = 0;
142 for (j = 0; j <= 7; j++) {
143 stream <<
"pad[" << j <<
"] : ";
145 }
146 stream.setf(ios::hex, ios::basefield);
149 stream.setf(ios::hex, ios::basefield);
151}
std::array< DataFromPad, 8 > pad
OutputFromSectorLogic out
◆ out
◆ pad
◆ tile
The documentation for this class was generated from the following file: