1 #ifndef CondFormatsRPCObjectsTriggerBoardSpec_H 2 #define CondFormatsRPCObjectsTriggerBoardSpec_H int dccInputChannelNum() const
input channel number to DCC
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::string print(int depth=0) const
debud printaout, call its components with depth dectreased by one
void setMaskedLinks(uint32_t aMask)
set mask links
#define COND_SERIALIZABLE
std::vector< const LinkConnSpec * > enabledLinkConns() const
not masked links belonging to this TB
TriggerBoardSpec(int num=-1, uint32_t aMask=0)
ctor with ID only
const std::vector< LinkConnSpec > linkConns() const
all links kept by this TB
std::vector< LinkConnSpec > theLinks