#include <RPCWheelMap.h>
Public Member Functions | |
void | addHit (int, int, int) |
void | prepareData () |
RPCWheelMap () | |
Standard constructor. More... | |
RPCWheelMap (int) | |
int | wheelid () |
int | wheelIdx () |
virtual | ~RPCWheelMap () |
Destructor. More... | |
Public Attributes | |
TTUInput * | m_ttuinVec |
Private Attributes | |
int | m_bx |
bool | m_debug |
int | m_maxBx |
int | m_maxBxWindow |
int | m_maxSectors |
int | m_wheelid |
std::bitset< 6 > * | m_wheelMap |
std::bitset< 6 > * | m_wheelMapBx |
Definition at line 14 of file RPCWheelMap.h.
|
inline |
RPCWheelMap::RPCWheelMap | ( | int | wheelid | ) |
Definition at line 18 of file RPCWheelMap.cc.
References i, m_debug, m_maxBx, m_maxBxWindow, m_maxSectors, m_ttuinVec, m_wheelid, m_wheelMap, m_wheelMapBx, reset(), and wheelid().
|
virtual |
Destructor.
Definition at line 43 of file RPCWheelMap.cc.
References m_ttuinVec, m_wheelMap, and m_wheelMapBx.
void RPCWheelMap::addHit | ( | int | bx, |
int | sec, | ||
int | layer | ||
) |
Definition at line 52 of file RPCWheelMap.cc.
References m_maxBxWindow, m_maxSectors, and m_wheelMapBx.
void RPCWheelMap::prepareData | ( | ) |
Definition at line 63 of file RPCWheelMap.cc.
References hitfit::char, gather_cfg::cout, i, TTUInput::input_sec, TTUInput::m_bx, m_debug, TTUInput::m_hasHits, m_maxBx, m_maxBxWindow, m_maxSectors, m_ttuinVec, m_wheelMap, m_wheelMapBx, AlCaHLTBitMon_QueryRunRegistry::string, and run_regression::test.
|
inline |
|
inline |
|
private |
Definition at line 37 of file RPCWheelMap.h.
|
private |
Definition at line 46 of file RPCWheelMap.h.
Referenced by prepareData(), and RPCWheelMap().
|
private |
Definition at line 39 of file RPCWheelMap.h.
Referenced by prepareData(), and RPCWheelMap().
|
private |
Definition at line 41 of file RPCWheelMap.h.
Referenced by addHit(), prepareData(), and RPCWheelMap().
|
private |
Definition at line 40 of file RPCWheelMap.h.
Referenced by addHit(), prepareData(), and RPCWheelMap().
TTUInput* RPCWheelMap::m_ttuinVec |
Definition at line 29 of file RPCWheelMap.h.
Referenced by prepareData(), RPCWheelMap(), and ~RPCWheelMap().
|
private |
Definition at line 38 of file RPCWheelMap.h.
Referenced by RPCWheelMap(), wheelid(), and wheelIdx().
|
private |
Definition at line 43 of file RPCWheelMap.h.
Referenced by prepareData(), RPCWheelMap(), and ~RPCWheelMap().
|
private |
Definition at line 44 of file RPCWheelMap.h.
Referenced by addHit(), prepareData(), RPCWheelMap(), and ~RPCWheelMap().