#include <WalkMap.h>
|
| | WalkMap ()=default |
| | Construct emtpy mapping.
|
| |
| | ~WalkMap ()=default |
| |
| std::vector< double > | Get (int32_t modAddress, uint16_t asic) |
| | API: Mapping from module address and ASIC number to walk coefficients.
|
| |
| i32 | GetSystemTimeOffset () |
| | Get system time offset.
|
| |
Definition at line 16 of file WalkMap.h.
◆ WalkMap()
| cbm::algo::sts::WalkMap::WalkMap |
( |
| ) |
|
|
default |
◆ ~WalkMap()
| cbm::algo::sts::WalkMap::~WalkMap |
( |
| ) |
|
|
default |
◆ CBM_YAML_MERGE_PROPERTY()
| cbm::algo::sts::WalkMap::CBM_YAML_MERGE_PROPERTY |
( |
| ) |
|
|
private |
◆ CBM_YAML_PROPERTIES()
| cbm::algo::sts::WalkMap::CBM_YAML_PROPERTIES |
( |
yaml::Property &::, "", " ", ::Hex | , |
|
|
yaml::Property &::, "", " ", ::, ::Flow | ) |
|
private |
◆ Get()
| std::vector< double > WalkMap::Get |
( |
int32_t | modAddress, |
|
|
uint16_t | asic ) |
API: Mapping from module address and ASIC number to walk coefficients.
- Parameters
-
| modAddress | module address |
| asic | ASIC number within module |
- Returns
- std::vector<double> of walk coefficients
Definition at line 11 of file WalkMap.cxx.
References fWalkMap.
◆ GetSystemTimeOffset()
| i32 cbm::algo::sts::WalkMap::GetSystemTimeOffset |
( |
| ) |
|
|
inline |
◆ fWalkMap
| std::map<i32, std::vector<AdcMap> > cbm::algo::sts::WalkMap::fWalkMap |
|
private |
◆ timeOffset
| i32 cbm::algo::sts::WalkMap::timeOffset |
|
private |
The documentation for this class was generated from the following files: