|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef INDET_BEAMSPOTSTATUSCODE
6 #define INDET_BEAMSPOTSTATUSCODE
29 return (
i > 0 ?
true :
false );
66 temp = (temp << 1) + 1;
68 return (word >> bit) & temp;
int getItem(int bit, int length) const
static bool fitWidth(int word)
static const int m_onlineBit
static int formBit(int bit, int word)
static void setAlgType(int type, int &word)
void setAlgType(int type)
static void setFitWidth(bool fitWidth, int &word)
static const int m_algorithmTypeBit
static void setWordBit(int flag, int &word)
static bool isOnline(int word)
static const int m_widthLength
static const int m_fitStatusLength
static void setOnlineStatus(bool isOnline, int &word)
static const int m_algorithmTypeLength
static int getItem(int word, int bit, int length)
void setFitStatus(int status)
Class to hold the definition and accessor methods for the beamspot status-word.
static int algType(int word)
static const int m_widthBit
void setFitWidth(bool fitWidth)
static const int m_fitStatusBit
void setOnlineStatus(bool isOnline)
static void setFitStatus(int status, int &word)
static int fitStatus(int word)
static const int m_onlineLength