5 typedef std::vector<LinkConnSpec>::const_iterator
IT;
14 if(tbInputNumber==it->triggerBoardInputNumber())
return &(*it);
21 std::vector<const LinkConnSpec* >
result;
27 result.push_back( &(*it) );
34 std::ostringstream str;
std::vector< const LinkConnSpec * > enabledLinkConns() const
not masked links belonging to this TB
void add(const LinkConnSpec &lc)
attach connection to TB
const LinkConnSpec * linkConn(int tbInputNumber) const
link attached to this TB with given input number
std::vector< LinkConnSpec >::const_iterator IT
std::string print(int depth=0) const
debud printaout, call its components with depth dectreased by one
int dccInputChannelNum() const
input channel number to DCC
TriggerBoardSpec(int num=-1, uint32_t aMask=0)
ctor with ID only
std::vector< LinkConnSpec > theLinks