#include <RBCId.h>
Public Member Functions | |
void | printinfo () |
RBCId () | |
Standard constructor. More... | |
RBCId (int, int *) | |
RBCId (const RBCId &) | |
int | sector (int _sec) const |
void | setid (int _wh, int *_sec) |
int | wheel () const |
int | wheelIdx () const |
virtual | ~RBCId () |
Destructor. More... | |
Private Attributes | |
int | m_sector [2] |
int | m_wheel |
RBCId::RBCId | ( | ) |
RBCId::RBCId | ( | int | _w, |
int * | _s | ||
) |
RBCId::RBCId | ( | const RBCId & | id | ) |
void RBCId::printinfo | ( | ) |
Definition at line 41 of file RBCId.cc.
References gather_cfg::cout, m_sector, and m_wheel.
Referenced by RBCEmulator::printinfo(), and setid().
|
inline |
Definition at line 31 of file RBCId.h.
References m_sector.
Referenced by geometryXMLparser.DTAlignable::index().
|
inline |
Definition at line 33 of file RBCId.h.
References m_sector, m_wheel, and printinfo().
Referenced by RBCEmulator::setid().
|
inline |
Definition at line 27 of file RBCId.h.
References m_wheel.
Referenced by RBCEmulator::emulate(), and geometryXMLparser.DTAlignable::index().
|
private |
|
private |
Definition at line 45 of file RBCId.h.
Referenced by printinfo(), RBCId(), setid(), wheel(), and wheelIdx().