6 std::ostringstream
str;
10 typedef std::vector<LinkBoardSpec>::const_iterator ILB;
11 for (ILB it =
theLBs.begin(); it !=
theLBs.end(); it++) str << (*it).print(depth);
24 typedef std::vector<LinkBoardSpec>::const_iterator
IT;
26 if(linkBoardNumInLink==it->linkBoardNumInLink())
return &(*it);
const LinkBoardSpec * linkBoard(int linkBoardNumInLink) const
LB served by this link, identified by its position in link.
void add(const LinkBoardSpec &lb)
attach LinkBoard to this link
int theTriggerBoardInputNumber
std::vector< LinkConnSpec >::const_iterator IT
std::string print(int depth=0) const
debud printaout, call its components with depth dectreased by one
std::vector< LinkBoardSpec > theLBs