#include <interface/TTUInput.h>
Public Member Functions | |
void | force (const std::vector< int > &) |
void | mask (const std::vector< int > &) |
TTUInput & | operator= (const TTUInput &rhs) |
void | reset () |
TTUInput () | |
Standard constructor. More... | |
TTUInput (const TTUInput &in) | |
virtual | ~TTUInput () |
Public Attributes | |
std::bitset< 6 > * | input_sec |
int | m_bx |
bool | m_hasHits |
std::bitset< 12 > | m_rbcDecision |
int | m_wheelId |
Private Attributes | |
bool | m_debug |
TTUInput::TTUInput | ( | ) |
Standard constructor.
Destructor
Definition at line 18 of file TTUInput.cc.
References i, input_sec, m_bx, m_debug, m_hasHits, m_rbcDecision, m_wheelId, and reset().
|
virtual |
|
inline |
Definition at line 26 of file TTUInput.h.
References i, input_sec, m_bx, m_hasHits, m_rbcDecision, and m_wheelId.
void TTUInput::force | ( | const std::vector< int > & | forcevec | ) |
Definition at line 68 of file TTUInput.cc.
void TTUInput::mask | ( | const std::vector< int > & | maskvec | ) |
Definition at line 57 of file TTUInput.cc.
Referenced by TTUBasicConfig::preprocess().
Definition at line 37 of file TTUInput.h.
References i, input_sec, m_bx, m_hasHits, m_rbcDecision, m_wheelId, and mathSSE::return().
void TTUInput::reset | ( | void | ) |
Definition at line 43 of file TTUInput.cc.
References i, input_sec, m_bx, m_hasHits, m_rbcDecision, and m_wheelId.
Referenced by RPCWheel::retrieveWheelMap(), and TTUInput().
std::bitset<6>* TTUInput::input_sec |
Definition at line 58 of file TTUInput.h.
Referenced by operator=(), RPCWheelMap::prepareData(), RPCWheel::print_wheel(), TTUWedgeORLogic::process(), reset(), RPCWheel::retrieveWheelMap(), TTUTrackingAlg::runSeedBuster(), TTUInput(), and ~TTUInput().
int TTUInput::m_bx |
Definition at line 52 of file TTUInput.h.
Referenced by operator=(), RPCWheelMap::prepareData(), RPCWheel::print_wheel(), TTUTrackingAlg::process(), reset(), and TTUInput().
|
private |
Definition at line 68 of file TTUInput.h.
Referenced by TTUInput().
bool TTUInput::m_hasHits |
Definition at line 56 of file TTUInput.h.
Referenced by operator=(), RPCWheelMap::prepareData(), reset(), TTUInput(), and ~TTUInput().
std::bitset<12> TTUInput::m_rbcDecision |
Definition at line 59 of file TTUInput.h.
Referenced by operator=(), TTUSectorORLogic::process(), reset(), RPCWheel::retrieveWheelMap(), and TTUInput().
int TTUInput::m_wheelId |
Definition at line 54 of file TTUInput.h.
Referenced by operator=(), RPCWheel::print_wheel(), TTUWedgeORLogic::process(), reset(), RPCWheel::retrieveWheelMap(), and TTUInput().