Belle II Software prerelease-11-00-00a
TOPTriggerDigitizerModule.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
13namespace Belle2 {
18
26
27 public:
28
33
38 virtual void initialize() override;
39
43 virtual void event() override;
44
45 private:
46
50 enum {c_SamplingCycle = 8,
52 };
53
54 // module steering parameters
59 };
60
62} // Belle2 namespace
63
Module()
Constructor.
Definition Module.cc:30
int m_hysteresis
pulse height threshold hysteresis [ADC counts]
int m_threshold
pulse height threshold [ADC counts]
@ c_SamplingCycle
timestamp sampling period [samples]
@ c_Frame9Period
number of sampling cycles per frame9 marker
int m_gateWidth
width of discriminator gate [samples]
int m_samplingPhase
sampling phase [samples]
virtual void initialize() override
Initialize the Module.
virtual void event() override
Event processor.
Abstract base class for different kinds of events.