Utility to modify the number of slices.
More...
#include <ZdcModifySlices.h>
|
| static int | peak (int oldPeak, int oldSlices, int newSlices) |
| | Return new triggered slice offset.
|
| static void | data (const std::vector< int > &oldVec, std::vector< int > &newVec, int newSlices) |
| | Return modified data vector<int>
|
| static void | data (const std::vector< unsigned int > &oldVec, std::vector< unsigned int > &newVec, int newSlices) |
| | Return modified data vector<unsigned int>
|
Utility to modify the number of slices.
- Author
- Peter Faulkner
Not sure we will ever need this. But it is also a good candidate to be included as a link
TRY_LINK_LVL1 Marco Leite
Definition at line 23 of file ZdcModifySlices.h.
◆ ZdcModifySlices()
| LVL1BS::ZdcModifySlices::ZdcModifySlices |
( |
| ) |
|
◆ ~ZdcModifySlices()
| LVL1BS::ZdcModifySlices::~ZdcModifySlices |
( |
| ) |
|
◆ data() [1/2]
| void LVL1BS::ZdcModifySlices::data |
( |
const std::vector< int > & | oldVec, |
|
|
std::vector< int > & | newVec, |
|
|
int | newSlices ) |
|
static |
◆ data() [2/2]
| void LVL1BS::ZdcModifySlices::data |
( |
const std::vector< unsigned int > & | oldVec, |
|
|
std::vector< unsigned int > & | newVec, |
|
|
int | newSlices ) |
|
static |
◆ peak()
| int LVL1BS::ZdcModifySlices::peak |
( |
int | oldPeak, |
|
|
int | oldSlices, |
|
|
int | newSlices ) |
|
static |
Return new triggered slice offset.
The documentation for this class was generated from the following file: