ATLAS Offline Software
|
Helper class to map the input/output ports of a chip. More...
#include <SCT_PortMap.h>
Public Member Functions | |
SCT_PortMap (SCT_Parameters::ChipType in0, SCT_Parameters::ChipType in1, SCT_Parameters::ChipType out0, SCT_Parameters::ChipType out1) | |
Constuctor from input and output chip types. More... | |
~SCT_PortMap ()=default | |
SCT_Parameters::ChipType | input (int port) const |
Functions to retrieve the chip mapped to the input and output ports. More... | |
SCT_Parameters::ChipType | output (int port) const |
Private Attributes | |
SCT_Parameters::ChipType | m_input [2] |
Port type for the chip's two inputs. More... | |
SCT_Parameters::ChipType | m_output [2] |
Port type for the chip's two outputs. More... | |
Helper class to map the input/output ports of a chip.
Definition at line 26 of file SCT_PortMap.h.
|
inline |
|
default |
|
inline |
Functions to retrieve the chip mapped to the input and output ports.
Definition at line 41 of file SCT_PortMap.h.
|
inline |
Definition at line 42 of file SCT_PortMap.h.
|
private |
Port type for the chip's two inputs.
Definition at line 46 of file SCT_PortMap.h.
|
private |
Port type for the chip's two outputs.
Definition at line 47 of file SCT_PortMap.h.