#include <DTuROSControlData.h>
Public Member Functions | |
DTuROSFEDData () | |
Constructor. More... | |
int | getBXId () const |
int | getevtlgth () const |
int | getfed () const |
long | getheader1 () const |
long | getheader2 () const |
int | getnslots () const |
int | getslotsize (int slot) const |
long | gettrailer () const |
int | getTTS () const |
DTuROSROSData | getuROS (int slot) const |
void | setevtlgth (int evtLgth) |
void | setfed (int fed) |
void | setheader1 (long dword) |
void | setheader2 (long dword) |
void | setnslots (int nslots) |
void | setslotsize (int slot, int size) |
void | settrailer (long dword) |
void | setuROS (int slot, DTuROSROSData rwords) |
~DTuROSFEDData () | |
Destructor. More... | |
Private Attributes | |
int | evtLgth_ |
int | fed_ |
long | header1_ |
long | header2_ |
int | nslots_ |
DTuROSROSData | rdata_ [DOCESLOTS] |
int | rsize_ [DOCESLOTS] |
long | trailer_ |
Definition at line 103 of file DTuROSControlData.h.
|
inline |
Constructor.
Definition at line 106 of file DTuROSControlData.h.
References DOCESLOTS, mps_fire::i, and rsize_.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 130 of file DTuROSControlData.h.
References fed_.
Referenced by DTDataIntegrityTask::analyze(), and DTuROSRawToDigi::fillRawData().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 142 of file DTuROSControlData.h.
References rsize_.
Referenced by DTDataIntegrityTask::analyze().
|
inline |
|
inline |
|
inline |
Definition at line 148 of file DTuROSControlData.h.
References rdata_.
Referenced by DTDataIntegrityTask::analyze().
|
inline |
Definition at line 124 of file DTuROSControlData.h.
References evtLgth_.
Referenced by DTuROSRawToDigi::process().
|
inline |
Definition at line 114 of file DTuROSControlData.h.
References fed_.
Referenced by DTuROSRawToDigi::process().
|
inline |
Definition at line 116 of file DTuROSControlData.h.
References header1_.
Referenced by DTuROSRawToDigi::process().
|
inline |
Definition at line 118 of file DTuROSControlData.h.
References header2_.
Referenced by DTuROSRawToDigi::process().
|
inline |
Definition at line 122 of file DTuROSControlData.h.
References nslots_.
Referenced by DTuROSRawToDigi::process().
|
inline |
Definition at line 126 of file DTuROSControlData.h.
References rsize_, and findQualityFiles::size.
Referenced by DTuROSRawToDigi::process().
|
inline |
Definition at line 120 of file DTuROSControlData.h.
References trailer_.
Referenced by DTuROSRawToDigi::process().
|
inline |
Definition at line 128 of file DTuROSControlData.h.
References rdata_.
Referenced by DTuROSRawToDigi::process().
|
private |
Definition at line 153 of file DTuROSControlData.h.
Referenced by getevtlgth(), and setevtlgth().
|
private |
Definition at line 153 of file DTuROSControlData.h.
|
private |
Definition at line 151 of file DTuROSControlData.h.
Referenced by getheader1(), and setheader1().
|
private |
Definition at line 151 of file DTuROSControlData.h.
Referenced by getheader2(), and setheader2().
|
private |
Definition at line 153 of file DTuROSControlData.h.
Referenced by getnslots(), and setnslots().
|
private |
Definition at line 155 of file DTuROSControlData.h.
|
private |
Definition at line 153 of file DTuROSControlData.h.
Referenced by DTuROSFEDData(), getslotsize(), and setslotsize().
|
private |
Definition at line 151 of file DTuROSControlData.h.
Referenced by gettrailer(), and settrailer().