#include <FPGATrackSimBinUtil.h>
Definition at line 45 of file FPGATrackSimBinUtil.h.
◆ ParSet()
| FPGATrackSimBinUtil::ParSet::ParSet |
( |
const std::vector< double > & | val | ) |
|
Definition at line 19 of file FPGATrackSimBinUtil.cxx.
19 {
20 if (
val.size() != 5) {
21 throw std::invalid_argument(
22 "Not enough parameters in ParSet initialization");
23 }
24 std::copy(
val.begin(),
val.end(), this->begin());
25}
◆ operator const std::vector< double >()
| FPGATrackSimBinUtil::ParSet::operator const std::vector< double > |
( |
| ) |
const |
◆ elements
| T std::array< T >::elements |
|
inherited |
The documentation for this struct was generated from the following files: