#include <TGCConnectionSBToHPB.h>
|
| int | getHPBPortToSB (int type, int index) const |
| |
| void | setHPBPortToSB (int type, int index, int port) |
| |
| int | getHPBIdToSB (int type, int index) const |
| |
| void | setHPBIdToSB (int type, int index, int id) |
| |
| | TGCConnectionSBToHPB () |
| |
| virtual | ~TGCConnectionSBToHPB () |
| |
| | TGCConnectionSBToHPB (const TGCConnectionSBToHPB &right) |
| |
| TGCConnectionSBToHPB & | operator= (const TGCConnectionSBToHPB &right) |
| |
| int | getNumberOfType () const |
| |
| int | getNumber (const unsigned int type) const |
| |
| int | getId (const unsigned int type, const unsigned int board) const |
| |
| void | setNumberOfType (int ntype) |
| |
| void | setNumber (const unsigned int type, int nBoard) |
| |
| void | setId (const unsigned int type, const unsigned int board, int idIn) |
| |
|
| std::vector< std::vector< int > > | m_id |
| |
Definition at line 15 of file TGCConnectionSBToHPB.h.
◆ TGCConnectionSBToHPB() [1/2]
| LVL1TGCTrigger::TGCConnectionSBToHPB::TGCConnectionSBToHPB |
( |
| ) |
|
◆ ~TGCConnectionSBToHPB()
| LVL1TGCTrigger::TGCConnectionSBToHPB::~TGCConnectionSBToHPB |
( |
| ) |
|
|
virtual |
◆ TGCConnectionSBToHPB() [2/2]
◆ getHPBIdToSB()
| int LVL1TGCTrigger::TGCConnectionSBToHPB::getHPBIdToSB |
( |
int |
type, |
|
|
int |
index |
|
) |
| const |
|
inline |
Definition at line 51 of file TGCConnectionSBToHPB.h.
53 throw std::out_of_range(
"TGCConnectionSBToHPB::getHPBIdToSB: type out of range");
◆ getHPBPortToSB()
| int LVL1TGCTrigger::TGCConnectionSBToHPB::getHPBPortToSB |
( |
int |
type, |
|
|
int |
index |
|
) |
| const |
|
inline |
Definition at line 34 of file TGCConnectionSBToHPB.h.
36 throw std::out_of_range(
"TGCConnectionSBToHPB::getHPBPortToSB: type out of range");
◆ getId()
| int LVL1TGCTrigger::TGCBoardConnection::getId |
( |
const unsigned int |
type, |
|
|
const unsigned int |
board |
|
) |
| const |
|
inlineinherited |
Definition at line 41 of file TGCBoardConnection.h.
44 std::cerr <<
"TGCBoardConnection::getId : Undefined board is provided" << std::endl;
◆ getNumber()
| int LVL1TGCTrigger::TGCBoardConnection::getNumber |
( |
const unsigned int |
type | ) |
const |
|
inlineinherited |
Definition at line 33 of file TGCBoardConnection.h.
35 std::cerr <<
"TGCBoardConnection::getNumber : No defined type provided" << std::endl;
◆ getNumberOfType()
| int LVL1TGCTrigger::TGCBoardConnection::getNumberOfType |
( |
| ) |
const |
|
inlineinherited |
◆ operator=()
◆ setHPBIdToSB()
| void LVL1TGCTrigger::TGCConnectionSBToHPB::setHPBIdToSB |
( |
int |
type, |
|
|
int |
index, |
|
|
int |
id |
|
) |
| |
|
inline |
Definition at line 59 of file TGCConnectionSBToHPB.h.
61 throw std::out_of_range(
"TGCConnectionSBToHPB::setHPBIdToSB: type out of range");
◆ setHPBPortToSB()
| void LVL1TGCTrigger::TGCConnectionSBToHPB::setHPBPortToSB |
( |
int |
type, |
|
|
int |
index, |
|
|
int |
port |
|
) |
| |
|
inline |
Definition at line 42 of file TGCConnectionSBToHPB.h.
44 throw std::out_of_range(
"TGCConnectionSBToHPB::setHPBPortToSB: type out of range");
◆ setId()
| void LVL1TGCTrigger::TGCBoardConnection::setId |
( |
const unsigned int |
type, |
|
|
const unsigned int |
board, |
|
|
int |
idIn |
|
) |
| |
|
inherited |
◆ setNumber()
| void LVL1TGCTrigger::TGCBoardConnection::setNumber |
( |
const unsigned int |
type, |
|
|
int |
nBoard |
|
) |
| |
|
inherited |
◆ setNumberOfType()
| void LVL1TGCTrigger::TGCBoardConnection::setNumberOfType |
( |
int |
ntype | ) |
|
|
inherited |
◆ m_HPBIdToSB
◆ m_HPBPortToSB
◆ m_id
| std::vector<std::vector<int> > LVL1TGCTrigger::TGCBoardConnection::m_id |
|
protectedinherited |
The documentation for this class was generated from the following files: