ATLAS Offline Software
|
#include <Count.h>
Public Member Functions | |
Count (unsigned int firstBit=0, unsigned int nBits=1, unsigned int sizeCount=1) | |
~Count () | |
StatusCode | reset () |
void | setFirstBit (unsigned int startBit) |
void | setNBits (unsigned int nBits) |
void | setSizeCount (unsigned int sizeCount) |
const std::bitset< 128 > & | getCountBits () const |
unsigned int | firstBit () const |
unsigned int | lastBit () const |
unsigned int | nBits () const |
unsigned int | sizeCount () const |
Private Attributes | |
std::bitset< 128 > | m_count {0} |
unsigned int | m_firstBit {0} |
unsigned int | m_nBits {1} |
unsigned int | m_sizeCount {1} |
Definition at line 20 of file L1Topo/L1TopoInterfaces/L1TopoInterfaces/Count.h.
|
inline |
Definition at line 23 of file L1Topo/L1TopoInterfaces/L1TopoInterfaces/Count.h.
|
inline |
Definition at line 32 of file L1Topo/L1TopoInterfaces/L1TopoInterfaces/Count.h.
|
inline |
Definition at line 46 of file L1Topo/L1TopoInterfaces/L1TopoInterfaces/Count.h.
|
inline |
Definition at line 45 of file L1Topo/L1TopoInterfaces/L1TopoInterfaces/Count.h.
|
inline |
Definition at line 47 of file L1Topo/L1TopoInterfaces/L1TopoInterfaces/Count.h.
|
inline |
Definition at line 48 of file L1Topo/L1TopoInterfaces/L1TopoInterfaces/Count.h.
|
inline |
Definition at line 35 of file L1Topo/L1TopoInterfaces/L1TopoInterfaces/Count.h.
|
inline |
Definition at line 37 of file L1Topo/L1TopoInterfaces/L1TopoInterfaces/Count.h.
|
inline |
Definition at line 38 of file L1Topo/L1TopoInterfaces/L1TopoInterfaces/Count.h.
void TCS::Count::setSizeCount | ( | unsigned int | sizeCount | ) |
Definition at line 12 of file L1Topo/L1TopoInterfaces/Root/Count.cxx.
|
inline |
Definition at line 49 of file L1Topo/L1TopoInterfaces/L1TopoInterfaces/Count.h.
|
private |
Definition at line 52 of file L1Topo/L1TopoInterfaces/L1TopoInterfaces/Count.h.
|
private |
Definition at line 53 of file L1Topo/L1TopoInterfaces/L1TopoInterfaces/Count.h.
|
private |
Definition at line 54 of file L1Topo/L1TopoInterfaces/L1TopoInterfaces/Count.h.
|
private |
Definition at line 55 of file L1Topo/L1TopoInterfaces/L1TopoInterfaces/Count.h.