#include <RPCWheelMap.h>
Public Member Functions | |
void | addHit (int, int, int) |
void | prepareData () |
RPCWheelMap (int) | |
int | wheelid () const |
int | wheelIdx () const |
Public Attributes | |
std::array< TTUInput, m_maxBx > | m_ttuinVec |
Private Attributes | |
int | m_bx |
bool | m_debug |
int | m_wheelid |
std::array< std::bitset< 6 >, m_maxSectors > | m_wheelMap |
std::array< std::bitset< 6 >, m_maxSectors *m_maxBx > | m_wheelMapBx |
Static Private Attributes | |
static constexpr int | m_maxBx = 7 |
static constexpr int | m_maxBxWindow = 3 |
static constexpr int | m_maxSectors = 12 |
Definition at line 14 of file RPCWheelMap.h.
RPCWheelMap::RPCWheelMap | ( | int | wheelid | ) |
void RPCWheelMap::addHit | ( | int | bx, |
int | sec, | ||
int | layer | ||
) |
Definition at line 26 of file RPCWheelMap.cc.
References m_maxBxWindow, m_maxSectors, and m_wheelMapBx.
void RPCWheelMap::prepareData | ( | ) |
Definition at line 37 of file RPCWheelMap.cc.
References gather_cfg::cout, mps_fire::i, m_debug, m_maxBx, m_maxBxWindow, m_maxSectors, m_ttuinVec, m_wheelMap, m_wheelMapBx, AlCaHLTBitMon_QueryRunRegistry::string, and PFTauMVAInputDiscriminatorTranslator_cfi::test.
|
inline |
|
inline |
|
private |
Definition at line 37 of file RPCWheelMap.h.
|
private |
Definition at line 43 of file RPCWheelMap.h.
Referenced by prepareData(), and RPCWheelMap().
|
staticprivate |
Definition at line 16 of file RPCWheelMap.h.
Referenced by prepareData().
|
staticprivate |
Definition at line 18 of file RPCWheelMap.h.
Referenced by addHit(), and prepareData().
|
staticprivate |
Definition at line 17 of file RPCWheelMap.h.
Referenced by addHit(), and prepareData().
Definition at line 30 of file RPCWheelMap.h.
Referenced by prepareData(), and wheelIdx().
|
private |
Definition at line 38 of file RPCWheelMap.h.
Referenced by RPCWheelMap(), wheelid(), and wheelIdx().
|
private |
Definition at line 40 of file RPCWheelMap.h.
Referenced by prepareData().
|
private |
Definition at line 41 of file RPCWheelMap.h.
Referenced by addHit(), and prepareData().