#include <LinkBoardSpec.h>
Public Member Functions | |
void | add (const FebConnectorSpec &feb) |
attach feb More... | |
const FebConnectorSpec * | feb (int febInputNum) const |
get Feb by its connection number to this board More... | |
const std::vector < FebConnectorSpec > & | febs () const |
std::string | linkBoardName () const |
LB name as in OMDS. More... | |
int | linkBoardNumInLink () const |
this LB number in link More... | |
LinkBoardSpec () | |
dummy More... | |
LinkBoardSpec (bool master, int linkBoardNumInLin, int lbCode) | |
bool | master () |
true if master LB (is it of any use?) More... | |
std::string | print (int depth=0) const |
debud printout More... | |
Private Attributes | |
int | theCode |
std::vector< FebConnectorSpec > | theFebs |
int | theLinkBoardNumInLink |
bool | theMaster |
RPC LinkBoard Specification for readout decoding. Provide chamber location specification (as in DB throught FEBs)
Definition at line 11 of file LinkBoardSpec.h.
|
inline |
LinkBoardSpec::LinkBoardSpec | ( | bool | master, |
int | linkBoardNumInLin, | ||
int | lbCode | ||
) |
real ctor specifyig LB if this LB is master, its number in link, and which chamber it is serving
Definition at line 5 of file LinkBoardSpec.cc.
void LinkBoardSpec::add | ( | const FebConnectorSpec & | feb | ) |
attach feb
Definition at line 8 of file LinkBoardSpec.cc.
References theFebs.
Referenced by RPCEMap::convert().
const FebConnectorSpec * LinkBoardSpec::feb | ( | int | febInputNum | ) | const |
get Feb by its connection number to this board
Definition at line 13 of file LinkBoardSpec.cc.
References theFebs.
Referenced by RPCReadOutMapping::detUnitFrame(), RPCReadOutMapping::getLBforChamber(), and RPCReadOutMapping::getRAWSpecForCMSChamberSrip().
|
inline |
Definition at line 34 of file LinkBoardSpec.h.
References theFebs.
Referenced by RPCReadOutMapping::rawDataFrame().
std::string LinkBoardSpec::linkBoardName | ( | ) | const |
LB name as in OMDS.
Definition at line 23 of file LinkBoardSpec.cc.
References AlCaHLTBitMon_QueryRunRegistry::string, theCode, and theLinkBoardNumInLink.
|
inline |
this LB number in link
Definition at line 24 of file LinkBoardSpec.h.
References theLinkBoardNumInLink.
Referenced by RPCReadOutMappingWithFastSearch::init(), and RPCReadOutMapping::rawDataFrame().
|
inline |
true if master LB (is it of any use?)
Definition at line 21 of file LinkBoardSpec.h.
References theMaster.
std::string LinkBoardSpec::print | ( | int | depth = 0 | ) | const |
debud printout
Definition at line 42 of file LinkBoardSpec.cc.
References AlCaHLTBitMon_QueryRunRegistry::string, theFebs, theLinkBoardNumInLink, and theMaster.
Referenced by RPCReadOutMapping::detUnitFrame().
|
private |
Definition at line 42 of file LinkBoardSpec.h.
Referenced by linkBoardName().
|
private |
|
private |
Definition at line 41 of file LinkBoardSpec.h.
Referenced by linkBoardName(), linkBoardNumInLink(), and print().
|
private |
Definition at line 40 of file LinkBoardSpec.h.