#include <RPCLinkSynchroStat.h>
Public Types | |
typedef std::pair< std::string, std::string > | ChamberAndPartition |
Public Member Functions | |
int | add (const ChamberAndPartition &part) |
int | add (const LinkBoardElectronicIndex &ele) |
const std::vector < ChamberAndPartition > & | chamberAndPartitions () const |
LinkBoard (const std::string &n) | |
const std::string & | name () const |
bool | operator< (const LinkBoard &o) const |
bool | operator== (const LinkBoard &o) const |
const std::vector < LinkBoardElectronicIndex > & | paths () const |
Private Attributes | |
std::vector< ChamberAndPartition > | theChamberAndPartitions |
std::vector < LinkBoardElectronicIndex > | theElePaths |
std::string | theName |
Definition at line 29 of file RPCLinkSynchroStat.h.
typedef std::pair<std::string,std::string> RPCLinkSynchroStat::LinkBoard::ChamberAndPartition |
Definition at line 33 of file RPCLinkSynchroStat.h.
|
inline |
Definition at line 31 of file RPCLinkSynchroStat.h.
int RPCLinkSynchroStat::LinkBoard::add | ( | const ChamberAndPartition & | part | ) |
Definition at line 21 of file RPCLinkSynchroStat.cc.
Referenced by counter.Counter::register().
int RPCLinkSynchroStat::LinkBoard::add | ( | const LinkBoardElectronicIndex & | ele | ) |
Definition at line 30 of file RPCLinkSynchroStat.cc.
References LinkBoardElectronicIndex::dccId, LinkBoardElectronicIndex::dccInputChannelNum, LinkBoardElectronicIndex::lbNumInLink, and LinkBoardElectronicIndex::tbLinkInputNum.
Referenced by counter.Counter::register().
|
inline |
Definition at line 37 of file RPCLinkSynchroStat.h.
References theChamberAndPartitions.
Referenced by RPCLinkSynchroStat::dumpDelays().
|
inline |
Definition at line 32 of file RPCLinkSynchroStat.h.
References theName.
Referenced by cuy.divideElement::__init__(), cuy.plotElement::__init__(), cuy.additionElement::__init__(), cuy.superimposeElement::__init__(), cuy.graphElement::__init__(), config.CFG::__str__(), RPCLinkSynchroStat::dumpDelays(), and Vispa.Views.PropertyView.Property::valueChanged().
|
inline |
|
inline |
|
inline |
Definition at line 36 of file RPCLinkSynchroStat.h.
References theElePaths.
Referenced by RPCLinkSynchroStat::dumpDelays().
|
private |
Definition at line 42 of file RPCLinkSynchroStat.h.
Referenced by chamberAndPartitions().
|
private |
Definition at line 43 of file RPCLinkSynchroStat.h.
Referenced by paths().
|
private |
Definition at line 41 of file RPCLinkSynchroStat.h.
Referenced by twikiExport.Constituent::__str__(), twikiExport.Material::__str__(), name(), operator<(), and operator==().