11#include <framework/datastore/RelationsObject.h>
72 const std::vector<short>& data):
234 unsigned short storageDepth = 508)
const
238 for (
unsigned i = 1; i < std::min(last, size); i++) {
240 if (diff < 0) diff += storageDepth;
241 if (diff != 1)
return false;
253 int getIntegral(
int sampleRise,
int samplePeak,
int sampleFall)
const;
283 int Integral(
int sampleRise,
int samplePeak,
int sampleFall)
const;
Defines interface for accessing relations of objects in StoreArray.
int getIntegral(int sampleRise, int samplePeak, int sampleFall) const
Returns integral of a peak.
int Integral(int sampleRise, int samplePeak, int sampleFall) const
Returns integral of a peak.
int featureExtraction(int threshold, int hysteresis, int thresholdCount) const
Do feature extraction.
Abstract base class for different kinds of events.