|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <ListWrapper.hpp>
Public Member Functions | |
| IntList ()=default | |
| IntList (const int &id, const int &gid, std::vector< int > const &l) | |
| DUNE_DAQ_SERIALIZE (IntList, list_id, generator_id, list) | |
Public Attributes | |
| int | list_id |
| int | generator_id |
| std::vector< int > | list |
Definition at line 22 of file ListWrapper.hpp.
|
default |
|
inlineexplicit |
Definition at line 29 of file ListWrapper.hpp.
| dunedaq::listrev::IntList::DUNE_DAQ_SERIALIZE | ( | IntList | , |
| list_id | , | ||
| generator_id | , | ||
| list | ) |
| int dunedaq::listrev::IntList::generator_id |
Definition at line 25 of file ListWrapper.hpp.
| std::vector<int> dunedaq::listrev::IntList::list |
Definition at line 26 of file ListWrapper.hpp.
| int dunedaq::listrev::IntList::list_id |
Definition at line 24 of file ListWrapper.hpp.