#include <RPCStripsRing.h>
Public Member Functions | |
bool | isVirtual () const |
TStrip () | |
TStrip (int rawId, int stripNo) | |
Public Attributes | |
uint32_t | m_detRawId |
unsigned char | m_strip |
Definition at line 30 of file RPCStripsRing.h.
TStrip::TStrip | ( | ) | [inline] |
Definition at line 31 of file RPCStripsRing.h.
: m_detRawId(0), m_strip(0) {};
TStrip::TStrip | ( | int | rawId, |
int | stripNo | ||
) | [inline] |
Definition at line 32 of file RPCStripsRing.h.
: m_detRawId(rawId), m_strip(stripNo) {};
bool TStrip::isVirtual | ( | ) | const [inline] |
Definition at line 33 of file RPCStripsRing.h.
{return m_detRawId==0;};
uint32_t TStrip::m_detRawId |
Definition at line 33 of file RPCStripsRing.h.
unsigned char TStrip::m_strip |
Definition at line 35 of file RPCStripsRing.h.