#include <DAQHeader.h>
|
| DAQHeader () |
|
| DAQHeader (unsigned int status) |
|
| DAQHeader (unsigned int status, int fixed, unsigned short format, unsigned short software, unsigned short run, unsigned short subrun, unsigned short event, time_t time, short spare, uint32_t nchan) |
|
| DAQHeader (unsigned int status, int fixed, unsigned short format, unsigned short software, unsigned short run, unsigned short event, time_t time, short spare, uint32_t nchan) |
|
void | SetStatus (unsigned int i) |
|
void | SetFixedWord (int i) |
|
void | SetFileFormat (unsigned short i) |
|
void | SetSoftwareVersion (unsigned short i) |
|
void | SetRun (unsigned short i) |
|
void | SetSubRun (unsigned short i) |
|
void | SetEvent (unsigned short i) |
|
void | SetTimeStamp (time_t t) |
|
void | SetSpareWord (short s) |
|
void | SetNChannels (uint32_t i) |
|
unsigned int | GetStatus () const |
|
int | GetFixedWord () const |
|
unsigned short | GetFileFormat () const |
|
unsigned short | GetSoftwareVersion () const |
|
unsigned short | GetRun () const |
|
unsigned short | GetSubRun () const |
|
unsigned short | GetEvent () const |
|
time_t | GetTimeStamp () const |
|
short | GetSpareWord () const |
|
uint32_t | GetNChannels () const |
|
Definition at line 20 of file DAQHeader.h.
raw::DAQHeader::DAQHeader |
( |
| ) |
|
raw::DAQHeader::DAQHeader |
( |
unsigned int |
status | ) |
|
raw::DAQHeader::DAQHeader |
( |
unsigned int |
status, |
|
|
int |
fixed, |
|
|
unsigned short |
format, |
|
|
unsigned short |
software, |
|
|
unsigned short |
run, |
|
|
unsigned short |
subrun, |
|
|
unsigned short |
event, |
|
|
time_t |
time, |
|
|
short |
spare, |
|
|
uint32_t |
nchan |
|
) |
| |
Definition at line 46 of file DAQHeader.cxx.
static bool format(QChar::Decomposition tag, QString &str, int index, int len)
Event finding and building.
raw::DAQHeader::DAQHeader |
( |
unsigned int |
status, |
|
|
int |
fixed, |
|
|
unsigned short |
format, |
|
|
unsigned short |
software, |
|
|
unsigned short |
run, |
|
|
unsigned short |
event, |
|
|
time_t |
time, |
|
|
short |
spare, |
|
|
uint32_t |
nchan |
|
) |
| |
Definition at line 72 of file DAQHeader.cxx.
static bool format(QChar::Decomposition tag, QString &str, int index, int len)
Event finding and building.
unsigned short raw::DAQHeader::GetEvent |
( |
| ) |
const |
|
inline |
unsigned short raw::DAQHeader::GetFileFormat |
( |
| ) |
const |
|
inline |
int raw::DAQHeader::GetFixedWord |
( |
| ) |
const |
|
inline |
uint32_t raw::DAQHeader::GetNChannels |
( |
| ) |
const |
|
inline |
unsigned short raw::DAQHeader::GetRun |
( |
| ) |
const |
|
inline |
unsigned short raw::DAQHeader::GetSoftwareVersion |
( |
| ) |
const |
|
inline |
short raw::DAQHeader::GetSpareWord |
( |
| ) |
const |
|
inline |
unsigned int raw::DAQHeader::GetStatus |
( |
void |
| ) |
const |
|
inline |
unsigned short raw::DAQHeader::GetSubRun |
( |
| ) |
const |
|
inline |
time_t raw::DAQHeader::GetTimeStamp |
( |
| ) |
const |
|
inline |
void raw::DAQHeader::SetEvent |
( |
unsigned short |
i | ) |
|
|
inline |
void raw::DAQHeader::SetFileFormat |
( |
unsigned short |
i | ) |
|
|
inline |
void raw::DAQHeader::SetFixedWord |
( |
int |
i | ) |
|
|
inline |
void raw::DAQHeader::SetNChannels |
( |
uint32_t |
i | ) |
|
|
inline |
void raw::DAQHeader::SetRun |
( |
unsigned short |
i | ) |
|
|
inline |
void raw::DAQHeader::SetSoftwareVersion |
( |
unsigned short |
i | ) |
|
|
inline |
void raw::DAQHeader::SetSpareWord |
( |
short |
s | ) |
|
|
inline |
void raw::DAQHeader::SetStatus |
( |
unsigned int |
i | ) |
|
|
inline |
void raw::DAQHeader::SetSubRun |
( |
unsigned short |
i | ) |
|
|
inline |
void raw::DAQHeader::SetTimeStamp |
( |
time_t |
t | ) |
|
|
inline |
unsigned short raw::DAQHeader::fEvent |
|
private |
int raw::DAQHeader::fFixed |
|
private |
unsigned short raw::DAQHeader::fFormat |
|
private |
uint32_t raw::DAQHeader::fNchan |
|
private |
unsigned short raw::DAQHeader::fRun |
|
private |
unsigned short raw::DAQHeader::fSoftware |
|
private |
short raw::DAQHeader::fSpare |
|
private |
unsigned int raw::DAQHeader::fStatus |
|
private |
unsigned short raw::DAQHeader::fSubRun |
|
private |
time_t raw::DAQHeader::fTime |
|
private |
The documentation for this class was generated from the following files: