#include <FPGATrackSimBinUtil.h>
Definition at line 50 of file FPGATrackSimBinUtil.h.
◆ IdxSet()
| FPGATrackSimBinUtil::IdxSet::IdxSet |
( |
const std::vector< unsigned > & | val | ) |
|
Definition at line 30 of file FPGATrackSimBinUtil.cxx.
30 {
31 if (
val.size() != 5) {
32 throw std::invalid_argument(
33 "Not enough parameters in IdxSet initialization");
34 }
35 std::copy(
val.begin(),
val.end(), this->begin());
36}
◆ operator const std::vector< unsigned >()
| FPGATrackSimBinUtil::IdxSet::operator const std::vector< unsigned > |
( |
| ) |
const |
◆ elements
| T std::array< T >::elements |
|
inherited |
The documentation for this struct was generated from the following files: