Public Member Functions | |
RawEventTail (const version_t version=CURRENT_FIELDS_SUB_NAMESPACE::RAWEVENTTAIL_LATEST_VERSION) | |
Constructor. More... | |
RawEventTail (const RawEventTail ©_in) | |
Copyin Constructor. More... | |
RawEventTail (const void *buffer, const version_t version=rawdaqdataformat::DAQDATAFORMAT_UNKNOWN_VERSION) | |
Constructor with data intialization. More... | |
~RawEventTail () | |
Destructor. More... | |
Protected Member Functions | |
bool | setFunctionPointers () |
Definition at line 25 of file RawEventTail.h.
daqdataformats::RawEventTail::RawEventTail | ( | const version_t | version = CURRENT_FIELDS_SUB_NAMESPACE::RAWEVENTTAIL_LATEST_VERSION | ) |
Constructor.
After this constructor the buffer pointer is set to the internal source.
Apply the default constructor
Definition at line 22 of file RawEventTail.cpp.
daqdataformats::RawEventTail::RawEventTail | ( | const RawEventTail & | copy_in | ) |
Copyin Constructor.
Definition at line 31 of file RawEventTail.cpp.
daqdataformats::RawEventTail::RawEventTail | ( | const void * | buffer, |
const version_t | version = rawdaqdataformat::DAQDATAFORMAT_UNKNOWN_VERSION |
||
) |
Constructor with data intialization.
Use default Shallow copy constructor
Definition at line 39 of file RawEventTail.cpp.
daqdataformats::RawEventTail::~RawEventTail | ( | ) |
|
protected |