#include <L1DataEmulDigi.h>
Public Member Functions | |
int | cid () const |
void | data (unsigned int *d) const |
L1MonitorDigi | data () const |
bool | empty () const |
L1MonitorDigi | emul () const |
L1DataEmulDigi () | |
L1DataEmulDigi (int sid, int cid, double x1, double x2, double x3, int n) | |
L1DataEmulDigi (int sid, int cid, double x1, double x2, double x3, int n, unsigned int dw, unsigned int ew, float dr, float er, const L1MonitorDigi &dm, const L1MonitorDigi &em) | |
void | rank (float *r) const |
int | reset () |
void | setCid (int cid) |
void | setData (unsigned int d, unsigned int e) |
void | setDEpair (const L1MonitorDigi &d, const L1MonitorDigi &e) |
void | setLocation (double x1, double x2, double x3) |
void | setRank (float d, float e) |
void | setSid (int sid) |
void | setType (int n) |
int | sid () const |
int | type () const |
double | x1 () const |
double | x2 () const |
double | x3 () const |
~L1DataEmulDigi () | |
Private Attributes | |
int | m_cid |
unsigned int | m_data [2] |
L1MonitorDigi | m_DEpair [2] |
double | m_location [3] |
int | m_null |
float | m_rank [2] |
int | m_sid |
int | m_type |
Definition at line 17 of file L1DataEmulDigi.h.
L1DataEmulDigi::L1DataEmulDigi | ( | ) |
Definition at line 27 of file L1DataEmulDigi.cc.
References reset().
L1DataEmulDigi::L1DataEmulDigi | ( | int | sid, |
int | cid, | ||
double | x1, | ||
double | x2, | ||
double | x3, | ||
int | n | ||
) |
L1DataEmulDigi::L1DataEmulDigi | ( | int | sid, |
int | cid, | ||
double | x1, | ||
double | x2, | ||
double | x3, | ||
int | n, | ||
unsigned int | dw, | ||
unsigned int | ew, | ||
float | dr, | ||
float | er, | ||
const L1MonitorDigi & | dm, | ||
const L1MonitorDigi & | em | ||
) |
Definition at line 38 of file L1DataEmulDigi.cc.
References cid(), symbols::dm, runTauDisplay::dr, m_cid, m_data, m_DEpair, m_location, m_rank, m_sid, m_type, gen::n, reset(), sid(), x1(), x2(), and x3().
L1DataEmulDigi::~L1DataEmulDigi | ( | ) |
Definition at line 50 of file L1DataEmulDigi.cc.
|
inline |
Definition at line 39 of file L1DataEmulDigi.h.
References m_cid.
Referenced by L1DataEmulDigi(), operator<<(), and setCid().
|
inline |
|
inline |
bool L1DataEmulDigi::empty | ( | ) | const |
Definition at line 4 of file L1DataEmulDigi.cc.
References mps_fire::i, m_cid, m_location, m_null, m_sid, and heppy_batch::val.
Referenced by emul(), Vispa.Gui.VispaWidget.TextField::setAutosizeFont(), and Vispa.Gui.VispaWidget.TextField::setAutotruncate().
|
inline |
|
inline |
int L1DataEmulDigi::reset | ( | void | ) |
Definition at line 13 of file L1DataEmulDigi.cc.
References def, lumiContext::fill, mps_fire::i, m_cid, m_data, m_DEpair, m_location, m_null, m_rank, m_sid, and m_type.
Referenced by L1TdeGCT::analyze(), L1TDEMON::analyze(), emul(), GltDEDigi::GltDEDigi(), and L1DataEmulDigi().
|
inline |
Definition at line 29 of file L1DataEmulDigi.h.
|
inline |
Definition at line 33 of file L1DataEmulDigi.h.
References edmIntegrityCheck::d, MillePedeFileConverter_cfg::e, and m_data.
Referenced by DEutils< T >::DEDigi().
|
inline |
Definition at line 35 of file L1DataEmulDigi.h.
References edmIntegrityCheck::d, MillePedeFileConverter_cfg::e, and m_DEpair.
Referenced by DEutils< T >::DEDigi().
|
inline |
|
inline |
Definition at line 34 of file L1DataEmulDigi.h.
References edmIntegrityCheck::d, MillePedeFileConverter_cfg::e, and m_rank.
Referenced by DEutils< T >::DEDigi().
|
inline |
Definition at line 28 of file L1DataEmulDigi.h.
|
inline |
|
inline |
Definition at line 38 of file L1DataEmulDigi.h.
References m_sid.
Referenced by L1DataEmulDigi(), operator<<(), and setSid().
|
inline |
Definition at line 43 of file L1DataEmulDigi.h.
References m_type.
Referenced by Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::inputCommands(), operator<<(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::outputCommands(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::outputEventContent(), and Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::properties().
|
inline |
Definition at line 40 of file L1DataEmulDigi.h.
References m_location.
Referenced by svgfig.Line::__repr__(), svgfig.LineGlobal::__repr__(), svgfig.HLine::__repr__(), svgfig.Rect::__repr__(), svgfig.LineAxis::__repr__(), L1DataEmulDigi(), operator<<(), svgfig.Rect::Path(), setLocation(), and svgfig.LineGlobal::SVG().
|
inline |
Definition at line 41 of file L1DataEmulDigi.h.
References m_location.
Referenced by svgfig.Line::__repr__(), svgfig.LineGlobal::__repr__(), svgfig.HLine::__repr__(), svgfig.Rect::__repr__(), svgfig.LineAxis::__repr__(), L1DataEmulDigi(), operator<<(), svgfig.Rect::Path(), setLocation(), and svgfig.LineGlobal::SVG().
|
inline |
Definition at line 42 of file L1DataEmulDigi.h.
References m_location.
Referenced by L1DataEmulDigi(), operator<<(), and setLocation().
|
private |
Definition at line 55 of file L1DataEmulDigi.h.
Referenced by cid(), empty(), L1DataEmulDigi(), reset(), and setCid().
|
private |
Definition at line 58 of file L1DataEmulDigi.h.
Referenced by data(), L1DataEmulDigi(), reset(), and setData().
|
private |
Definition at line 61 of file L1DataEmulDigi.h.
Referenced by data(), emul(), L1DataEmulDigi(), reset(), and setDEpair().
|
private |
Definition at line 56 of file L1DataEmulDigi.h.
Referenced by empty(), L1DataEmulDigi(), reset(), setLocation(), x1(), x2(), and x3().
|
private |
Definition at line 60 of file L1DataEmulDigi.h.
|
private |
Definition at line 59 of file L1DataEmulDigi.h.
Referenced by L1DataEmulDigi(), rank(), reset(), and setRank().
|
private |
Definition at line 54 of file L1DataEmulDigi.h.
Referenced by empty(), L1DataEmulDigi(), reset(), setSid(), and sid().
|
private |
Definition at line 57 of file L1DataEmulDigi.h.
Referenced by L1DataEmulDigi(), reset(), setType(), and type().