 |
Belle II Software
release-05-02-19
|
13 #include <framework/datastore/RelationsObject.h>
74 const std::vector<short>& data):
236 unsigned short storageDepth = 508)
const
240 for (
unsigned i = 1; i < std::min(last, size); i++) {
242 if (diff < 0) diff += storageDepth;
243 if (diff != 1)
return false;
255 int getIntegral(
int sampleRise,
int samplePeak,
int sampleFall)
const;
285 int Integral(
int sampleRise,
int samplePeak,
int sampleFall)
const;
293 std::vector<short>
m_data;
int Integral(int sampleRise, int samplePeak, int sampleFall) const
Returns integral of a peak.
Abstract base class for different kinds of events.
int featureExtraction(int threshold, int hysteresis, int thresholdCount) const
Do feature extraction.
RelationsInterface< TObject > RelationsObject
Provides interface for getting/adding relations to objects in StoreArrays.
int getIntegral(int sampleRise, int samplePeak, int sampleFall) const
Returns integral of a peak.