#include <RPCAMC13Record.h>
Public Member Functions | |
AMCPayload () | |
void | clear () |
AMCHeader const & | getAMCHeader () const |
AMCHeader & | getAMCHeader () |
std::vector< std::uint64_t > const & | getData () const |
std::vector< std::uint64_t > & | getData () |
void | insert (std::uint64_t const *word_begin, unsigned int size) |
bool | isValid () const |
void | setAMCHeader (AMCHeader const &header) |
void | setValid (bool valid) |
Protected Attributes | |
AMCHeader | amc_header_ |
std::vector< std::uint64_t > | data_ |
bool | valid_ |
Definition at line 152 of file RPCAMC13Record.h.
rpcamc13::AMCPayload::AMCPayload | ( | ) |
Definition at line 63 of file RPCAMC13Record.cc.
void rpcamc13::AMCPayload::clear | ( | ) |
Referenced by Vispa.Views.WidgetView.WidgetView::closeEvent(), Vispa.Views.BoxDecayView.BoxDecayView::closeEvent(), Vispa.Share.FindAlgorithm.FindAlgorithm::findUsingFindDialog(), Vispa.Views.LineDecayView.LineDecayView::setDataObjects(), Vispa.Views.WidgetView.WidgetView::setDataObjects(), Vispa.Views.TreeView.TreeView::updateContent(), Vispa.Views.TableView.TableView::updateContent(), Vispa.Views.BoxDecayView.BoxDecayView::updateContent(), and Vispa.Views.PropertyView.PropertyView::updateContent().
AMCHeader const& rpcamc13::AMCPayload::getAMCHeader | ( | ) | const |
Referenced by RPCAMCRawToDigi::processBlocks().
AMCHeader& rpcamc13::AMCPayload::getAMCHeader | ( | ) |
std::vector<std::uint64_t> const& rpcamc13::AMCPayload::getData | ( | ) | const |
Referenced by RPCAMCRawToDigi::processBlocks(), and RPCCPPFUnpacker::processCPPF().
std::vector<std::uint64_t>& rpcamc13::AMCPayload::getData | ( | ) |
void rpcamc13::AMCPayload::insert | ( | std::uint64_t const * | word_begin, |
unsigned int | size | ||
) |
Referenced by RPCAMCRawToDigi::processBlocks().
bool rpcamc13::AMCPayload::isValid | ( | ) | const |
void rpcamc13::AMCPayload::setAMCHeader | ( | AMCHeader const & | header | ) |
Referenced by RPCAMCRawToDigi::processBlocks().
void rpcamc13::AMCPayload::setValid | ( | bool | valid | ) |
Referenced by RPCAMCRawToDigi::processBlocks().
|
protected |
Definition at line 170 of file RPCAMC13Record.h.
|
protected |
Definition at line 171 of file RPCAMC13Record.h.
|
protected |
Definition at line 169 of file RPCAMC13Record.h.