#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 | ||
) |
L1MonitorDigi::~L1MonitorDigi | ( | ) |
Definition at line 35 of file L1MonitorDigi.cc.
|
inline |
Definition at line 31 of file L1MonitorDigi.h.
References m_cid.
Referenced by L1MonitorDigi(), and setCid().
bool L1MonitorDigi::empty | ( | ) | const |
|
inline |
unsigned L1MonitorDigi::reset | ( | void | ) |
Definition at line 10 of file L1MonitorDigi.cc.
References mps_fire::i, m_cid, m_data, m_location, m_null, m_sid, and m_value.
Referenced by L1MonitorDigi().
|
inline |
Definition at line 21 of file L1MonitorDigi.h.
|
inline |
|
inline |
Definition at line 27 of file L1MonitorDigi.h.
|
inline |
Definition at line 20 of file L1MonitorDigi.h.
|
inline |
Definition at line 28 of file L1MonitorDigi.h.
References m_value, and heppy_batch::val.
Referenced by Types._ProxyParameter::__init__().
|
inline |
Definition at line 30 of file L1MonitorDigi.h.
References m_sid.
Referenced by L1MonitorDigi(), and setSid().
|
inline |
Definition at line 36 of file L1MonitorDigi.h.
References m_value.
Referenced by Types.int32::__nonzero__(), Types.uint32::__nonzero__(), Types.int64::__nonzero__(), Types.uint64::__nonzero__(), Types.double::__nonzero__(), Types.bool::__nonzero__(), Types.string::__nonzero__(), average.Average::average(), Types.string::configValue(), Types.FileInPath::configValue(), Mixins.UsingBlock::dumpPython(), Mixins.UsingBlock::insertInto(), Types.int32::insertInto(), Types.uint32::insertInto(), Types.int64::insertInto(), Types.uint64::insertInto(), Types.double::insertInto(), Types.bool::insertInto(), Types.string::insertInto(), Types.FileInPath::insertInto(), Types.vint32::insertInto(), Types.vuint32::insertInto(), Types.vint64::insertInto(), Types.vuint64::insertInto(), Types.vdouble::insertInto(), Types.vbool::insertInto(), Types.vstring::insertInto(), and L1MonitorDigi().
|
inline |
Definition at line 32 of file L1MonitorDigi.h.
References m_location.
Referenced by svgfig.Line::__repr__(), svgfig.LineGlobal::__repr__(), svgfig.HLine::__repr__(), svgfig.Rect::__repr__(), svgfig.LineAxis::__repr__(), L1MonitorDigi(), svgfig.Rect::Path(), setLoc(), and svgfig.LineGlobal::SVG().
|
inline |
Definition at line 33 of file L1MonitorDigi.h.
References m_location.
Referenced by svgfig.Line::__repr__(), svgfig.LineGlobal::__repr__(), svgfig.HLine::__repr__(), svgfig.Rect::__repr__(), svgfig.LineAxis::__repr__(), L1MonitorDigi(), svgfig.Rect::Path(), setLoc(), and svgfig.LineGlobal::SVG().
|
inline |
Definition at line 34 of file L1MonitorDigi.h.
References m_location.
Referenced by L1MonitorDigi(), and setLoc().
|
private |
Definition at line 43 of file L1MonitorDigi.h.
Referenced by cid(), empty(), L1MonitorDigi(), reset(), and setCid().
|
private |
Definition at line 46 of file L1MonitorDigi.h.
Referenced by L1MonitorDigi(), raw(), reset(), and setRaw().
|
private |
Definition at line 44 of file L1MonitorDigi.h.
Referenced by L1MonitorDigi(), reset(), setLoc(), x1(), x2(), and x3().
|
private |
Definition at line 47 of file L1MonitorDigi.h.
|
private |
Definition at line 42 of file L1MonitorDigi.h.
Referenced by empty(), L1MonitorDigi(), reset(), setSid(), and sid().
|
private |
Definition at line 45 of file L1MonitorDigi.h.
Referenced by empty(), L1MonitorDigi(), reset(), setValue(), and value().