Belle II Software development
TOPMCTrackMakerModule.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
24
25 public:
26
31
36 virtual void initialize() override;
37
41 virtual void event() override;
42
43 private:
44
45
46 };
47
49} // Belle2 namespace
Module()
Constructor.
Definition Module.cc:30
virtual void initialize() override
Initialize the Module.
virtual void event() override
Event processor.
Abstract base class for different kinds of events.