#include <L1MonitorDigi.h>
Public Member Functions | |
unsigned | cid () const |
bool | empty () const |
L1MonitorDigi () | |
L1MonitorDigi (unsigned sid, unsigned cid, unsigned x1, unsigned x2, unsigned x3, unsigned value, unsigned data) | |
unsigned | raw () const |
unsigned | reset () |
void | setCid (int cid) |
void | setLoc (unsigned x1, unsigned x2, unsigned x3) |
void | setRaw (unsigned raw) |
void | setSid (int sid) |
void | setValue (unsigned val) |
unsigned | sid () const |
unsigned | value () const |
unsigned | x1 () const |
unsigned | x2 () const |
unsigned | x3 () const |
~L1MonitorDigi () | |
Private Attributes | |
unsigned | m_cid |
unsigned | m_data |
unsigned | m_location [3] |
unsigned | m_null |
unsigned | m_sid |
unsigned | m_value |
Definition at line 14 of file L1MonitorDigi.h.
L1MonitorDigi::L1MonitorDigi | ( | ) |
L1MonitorDigi::L1MonitorDigi | ( | unsigned | sid, |
unsigned | cid, | ||
unsigned | x1, | ||
unsigned | x2, | ||
unsigned | x3, | ||
unsigned | value, | ||
unsigned | data | ||
) |
Definition at line 25 of file L1MonitorDigi.cc.
References cid(), AlCaHLTBitMon_QueryRunRegistry::data, m_cid, m_data, m_location, m_sid, m_value, reset(), sid(), value(), x1(), x2(), and x3().
{ reset(); m_sid = sid; m_cid = cid; m_location[0]=x1; m_location[1]=x2; m_location[2]=x3; m_value = value; m_data = data; }
L1MonitorDigi::~L1MonitorDigi | ( | ) |
Definition at line 35 of file L1MonitorDigi.cc.
{}
unsigned L1MonitorDigi::cid | ( | ) | const [inline] |
Definition at line 31 of file L1MonitorDigi.h.
References m_cid.
Referenced by L1MonitorDigi(), operator<<(), and setCid().
{return m_cid;}
bool L1MonitorDigi::empty | ( | ) | const |
unsigned L1MonitorDigi::raw | ( | ) | const [inline] |
Definition at line 35 of file L1MonitorDigi.h.
References m_data.
Referenced by operator<<(), and setRaw().
{return m_data;}
unsigned L1MonitorDigi::reset | ( | void | ) |
void L1MonitorDigi::setCid | ( | int | cid | ) | [inline] |
void L1MonitorDigi::setLoc | ( | unsigned | x1, |
unsigned | x2, | ||
unsigned | x3 | ||
) | [inline] |
Definition at line 25 of file L1MonitorDigi.h.
References m_location, x1(), x2(), and x3().
{ m_location[0]=x1; m_location[1]=x2; m_location[2]=x3;}
void L1MonitorDigi::setRaw | ( | unsigned | raw | ) | [inline] |
void L1MonitorDigi::setSid | ( | int | sid | ) | [inline] |
void L1MonitorDigi::setValue | ( | unsigned | val | ) | [inline] |
unsigned L1MonitorDigi::sid | ( | ) | const [inline] |
Definition at line 30 of file L1MonitorDigi.h.
References m_sid.
Referenced by L1MonitorDigi(), operator<<(), and setSid().
{return m_sid;}
unsigned L1MonitorDigi::value | ( | ) | const [inline] |
Definition at line 36 of file L1MonitorDigi.h.
References m_value.
Referenced by L1MonitorDigi(), and operator<<().
{return m_value;}
unsigned L1MonitorDigi::x1 | ( | ) | const [inline] |
Definition at line 32 of file L1MonitorDigi.h.
References m_location.
Referenced by L1MonitorDigi(), operator<<(), and setLoc().
{return m_location[0];}
unsigned L1MonitorDigi::x2 | ( | ) | const [inline] |
Definition at line 33 of file L1MonitorDigi.h.
References m_location.
Referenced by L1MonitorDigi(), operator<<(), and setLoc().
{return m_location[1];}
unsigned L1MonitorDigi::x3 | ( | ) | const [inline] |
Definition at line 34 of file L1MonitorDigi.h.
References m_location.
Referenced by L1MonitorDigi(), operator<<(), and setLoc().
{return m_location[2];}
unsigned L1MonitorDigi::m_cid [private] |
Definition at line 44 of file L1MonitorDigi.h.
Referenced by cid(), empty(), L1MonitorDigi(), reset(), and setCid().
unsigned L1MonitorDigi::m_data [private] |
Definition at line 47 of file L1MonitorDigi.h.
Referenced by L1MonitorDigi(), raw(), reset(), and setRaw().
unsigned L1MonitorDigi::m_location[3] [private] |
Definition at line 45 of file L1MonitorDigi.h.
Referenced by L1MonitorDigi(), reset(), setLoc(), x1(), x2(), and x3().
unsigned L1MonitorDigi::m_null [private] |
Definition at line 48 of file L1MonitorDigi.h.
unsigned L1MonitorDigi::m_sid [private] |
Definition at line 43 of file L1MonitorDigi.h.
Referenced by empty(), L1MonitorDigi(), reset(), setSid(), and sid().
unsigned L1MonitorDigi::m_value [private] |
Definition at line 46 of file L1MonitorDigi.h.
Referenced by empty(), L1MonitorDigi(), reset(), setValue(), and value().