#include <RPCTriggerBoard.h>
Public Member Functions | |
RPCTriggerBoard (RPCTriggerConfiguration *triggerConfig, int tbNum, int tcNum) | |
bool | runCone (const RPCLogCone &cone) |
L1RpcTBMuonsVec | runTBGB () |
Private Types | |
typedef std::map< int, PACsVec > | PACsAll |
typedef std::vector < boost::shared_ptr< RPCPac > > | PACsVec |
Private Attributes | |
PACsAll | m_pacs |
L1RpcTBMuonsVec | m_PacsMuonsVec |
RPCTBGhostBuster | m_TBGhostBuster |
int | m_TBNumber |
0...8 , 0 = tbn4, m_tower -16..-13, 4 = tb0 More... | |
RPCTriggerConfiguration * | m_TriggerConfig |
Class describing the Trigger Board. In hardware on one TB thera are m_PAC procesors for 3 or 4 towers of one sector. In this implementation the RPCTriggerBoard does not holds the m_PAC, but acces them through RPCTriggerConfiguration, beacouse deifferent configuration are possible (for example the same m_PAC for every Log Segment of given m_tower).
Definition at line 20 of file RPCTriggerBoard.h.
|
private |
Definition at line 48 of file RPCTriggerBoard.h.
|
private |
Definition at line 47 of file RPCTriggerBoard.h.
RPCTriggerBoard::RPCTriggerBoard | ( | RPCTriggerConfiguration * | triggerConfig, |
int | tbNum, | ||
int | tcNum | ||
) |
Definition at line 13 of file RPCTriggerBoard.cc.
References RPCTriggerConfiguration::getPac(), RPCTriggerConfiguration::getTowsCntOnTB(), i, RPCConst::l1RpcConeCrdnts::m_LogSector, RPCConst::l1RpcConeCrdnts::m_LogSegment, m_pacs, m_TBNumber, RPCConst::l1RpcConeCrdnts::m_Tower, and m_TriggerConfig.
bool RPCTriggerBoard::runCone | ( | const RPCLogCone & | cone | ) |
Runs RPCPacData::run() for cone. Converts RPCPacMuon to RPCTBMuon and puts it to the m_PacsMuonsVec.
Definition at line 52 of file RPCTriggerBoard.cc.
References MuonsGrabber::addMuon(), gather_cfg::cout, RPCTriggerConfiguration::getDebugLevel(), RPCLogCone::getLogSegment(), RPCLogCone::getTower(), MuonsGrabber::Instance(), m_pacs, m_PacsMuonsVec, m_TBNumber, m_TriggerConfig, and alignCSCRings::s.
L1RpcTBMuonsVec RPCTriggerBoard::runTBGB | ( | ) |
Creates L1RpcTBMuonsVec2 from muons from m_PacsMuonsVec. Then runs RPCTBGhostBuster::run().
Definition at line 88 of file RPCTriggerBoard.cc.
References RPCTriggerConfiguration::getTowerNumOnTb(), m_PacsMuonsVec, RPCConst::m_SEGMENTS_IN_SECTOR_CNT, m_TBGhostBuster, RPCConst::m_TOWERS_ON_TB_CNT, m_TriggerConfig, RPCTBGhostBuster::run(), and findQualityFiles::size.
|
private |
Definition at line 50 of file RPCTriggerBoard.h.
Referenced by RPCTriggerBoard(), and runCone().
|
private |
Definition at line 44 of file RPCTriggerBoard.h.
|
private |
Definition at line 42 of file RPCTriggerBoard.h.
Referenced by runTBGB().
|
private |
0...8 , 0 = tbn4, m_tower -16..-13, 4 = tb0
Definition at line 38 of file RPCTriggerBoard.h.
Referenced by RPCTriggerBoard(), and runCone().
|
private |
Definition at line 40 of file RPCTriggerBoard.h.
Referenced by RPCTriggerBoard(), runCone(), and runTBGB().