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. More...
|
|
static void | data (const std::vector< int > &oldVec, std::vector< int > &newVec, int newSlices) |
| Return modified data vector<int> More...
|
|
static void | data (const std::vector< unsigned int > &oldVec, std::vector< unsigned int > &newVec, int newSlices) |
| Return modified data vector<unsigned int> More...
|
|
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]
static void LVL1BS::ZdcModifySlices::data |
( |
const std::vector< int > & |
oldVec, |
|
|
std::vector< int > & |
newVec, |
|
|
int |
newSlices |
|
) |
| |
|
static |
◆ data() [2/2]
static void LVL1BS::ZdcModifySlices::data |
( |
const std::vector< unsigned int > & |
oldVec, |
|
|
std::vector< unsigned int > & |
newVec, |
|
|
int |
newSlices |
|
) |
| |
|
static |
Return modified data vector<unsigned int>
◆ peak()
static 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: