MarlinTPC
1.2.0
|
A reference consists of a vector of IteratorProperties structs and the corresponding begin and end iterators of the data vectors. More...
#include <PulseFinderTester.h>
Public Member Functions | |
CandidateProperties (size_t n, float first, float last, float t, int q) | |
Public Attributes | |
size_t | nSamples |
float | firstSample |
float | lastSample |
float | time |
int | quality |
A reference consists of a vector of IteratorProperties structs and the corresponding begin and end iterators of the data vectors.
A struct to store the candidate properties we are checking.