#include "/cvmfs/nova-development.opensciencegrid.org/novasoft/releases/N21-03-08/DAQDataFormats/cxx/include/RawEvent.h"
Definition at line 48 of file RawEvent.h.
daqdataformats::RawEvent::RawEvent |
( |
const uint32_t |
buffersize = DEFAULT_EVENT_SIZE , |
|
|
const version_t |
version = raweventhdr::RAWEVENTHEADER_LATEST_VERSION |
|
) |
| |
Constructors.
Definition at line 23 of file RawEvent.cpp.
24 PREVIOUS_VERSION_CLASS_NAME(
version)
26 INITIALIZE_DEBUGGING_VARIABLES;
27 reserveInternalBuffer(
size);
28 defaultConstructorFloatingSize();
daqdataformats::RawEvent::RawEvent |
( |
const RawEvent & |
copy_in | ) |
|
The default constructor.
Definition at line 31 of file RawEvent.cpp.
32 PREVIOUS_VERSION_CLASS_NAME(copy_in)
34 INITIALIZE_DEBUGGING_VARIABLES;
35 lastOperationsInDeepCopy(copy_in);
Deep copy constructor.
Definition at line 39 of file RawEvent.cpp.
40 PREVIOUS_VERSION_CLASS_NAME(
version)
42 INITIALIZE_DEBUGGING_VARIABLES;
::xsd::cxx::tree::buffer< char > buffer
daqdataformats::RawEvent::~RawEvent |
( |
| ) |
|
Destructor.
Shallow copy constructor
Definition at line 48 of file RawEvent.cpp.
bool daqdataformats::RawEvent::addDataBlock |
( |
const void * |
buffer, |
|
|
const uint32_t |
size |
|
) |
| |
|
inline |
bool daqdataformats::RawEvent::close |
( |
const bool |
produce_crc = false | ) |
|
|
inline |
bool daqdataformats::RawEvent::setFunctionPointers |
( |
| ) |
|
|
protected |
Next event. Advance the event number and clear the DataBlocks and CRC.
Referenced by setTrigger().
bool daqdataformats::RawEvent::setTrigger |
( |
const void * |
buffer | ) |
|
|
inline |
The documentation for this class was generated from the following files:
- /cvmfs/nova-development.opensciencegrid.org/novasoft/releases/N21-03-08/DAQDataFormats/cxx/include/RawEvent.h
- /cvmfs/nova-development.opensciencegrid.org/novasoft/releases/N21-03-08/DAQDataFormats/cxx/src/RawEvent.cpp