MarlinTPC
1.2.0
|
A helper struct to store the distance to the begin iterator and the value which should be at the iterator position. More...
#include <PulseFinderTester.h>
Public Member Functions | |
IteratorProperties (int iter1Distance, int iter2Distance, float iter1Value, float iter2Value, bool split=false) | |
Public Attributes | |
int | iterator1Distance |
int | iterator2Distance |
float | iterator1Value |
float | iterator2Value |
bool | isSplit |
A helper struct to store the distance to the begin iterator and the value which should be at the iterator position.
The split flag is only used for the split test.