Belle II Software
prerelease-11-00-00a
TOPWaveformFeatureExtractorModule.h
1
/**************************************************************************
2
* basf2 (Belle II Analysis Software Framework) *
3
* Author: The Belle II Collaboration *
4
* *
5
* See git log for contributors and copyright holders. *
6
* This file is licensed under LGPL-3.0, see LICENSE.md. *
7
**************************************************************************/
8
9
#pragma once
10
11
#include <framework/core/Module.h>
12
#include <string>
13
14
namespace
Belle2
{
19
28
class
TOPWaveformFeatureExtractorModule
:
public
Module
{
29
30
public
:
31
35
TOPWaveformFeatureExtractorModule
();
36
41
virtual
void
initialize
()
override
;
42
46
virtual
void
event
()
override
;
47
48
private
:
49
50
std::string
m_inputRawDigitsName
;
51
int
m_threshold
= 0;
52
int
m_hysteresis
= 0;
53
int
m_thresholdCount
= 0;
54
bool
m_setIntegral
=
false
;
55
56
};
57
59
}
// Belle2 namespace
60
Belle2::Module::Module
Module()
Constructor.
Definition
Module.cc:30
Belle2::TOPWaveformFeatureExtractorModule::m_hysteresis
int m_hysteresis
pulse height threshold hysteresis [ADC counts]
Definition
TOPWaveformFeatureExtractorModule.h:52
Belle2::TOPWaveformFeatureExtractorModule::m_threshold
int m_threshold
pulse height threshold [ADC counts]
Definition
TOPWaveformFeatureExtractorModule.h:51
Belle2::TOPWaveformFeatureExtractorModule::m_setIntegral
bool m_setIntegral
calculate and set integral for FW-extracted hits
Definition
TOPWaveformFeatureExtractorModule.h:54
Belle2::TOPWaveformFeatureExtractorModule::m_inputRawDigitsName
std::string m_inputRawDigitsName
name of TOPRawDigit store array
Definition
TOPWaveformFeatureExtractorModule.h:50
Belle2::TOPWaveformFeatureExtractorModule::m_thresholdCount
int m_thresholdCount
minimal number of samples above threshold
Definition
TOPWaveformFeatureExtractorModule.h:53
Belle2::TOPWaveformFeatureExtractorModule::TOPWaveformFeatureExtractorModule
TOPWaveformFeatureExtractorModule()
Constructor.
Definition
TOPWaveformFeatureExtractorModule.cc:44
Belle2::TOPWaveformFeatureExtractorModule::initialize
virtual void initialize() override
Initialize the Module.
Definition
TOPWaveformFeatureExtractorModule.cc:66
Belle2::TOPWaveformFeatureExtractorModule::event
virtual void event() override
Event processor.
Definition
TOPWaveformFeatureExtractorModule.cc:74
Belle2
Abstract base class for different kinds of events.
Definition
MillepedeAlgorithm.h:17
top
modules
TOPWaveformFeatureExtractor
include
TOPWaveformFeatureExtractorModule.h
Generated on Sat May 2 2026 18:55:58 for Belle II Software by
1.13.2