Belle II Software
light-2505-deimos
InteractiveModule.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
13
14
namespace
Belle2
{
28
class
InteractiveModule
:
public
Module
{
29
30
public
:
31
36
InteractiveModule
();
37
38
~InteractiveModule
();
39
40
virtual
void
event
()
override
;
41
};
42
43
}
Belle2::InteractiveModule::event
virtual void event() override
This method is the core of the module.
Definition
InteractiveModule.cc:33
Belle2::InteractiveModule::InteractiveModule
InteractiveModule()
Constructor.
Definition
InteractiveModule.cc:26
Belle2::Module::Module
Module()
Constructor.
Definition
Module.cc:30
Belle2
Abstract base class for different kinds of events.
Definition
ClusterUtils.h:26
framework
modules
core
include
InteractiveModule.h
Generated on Tue Jun 3 2025 05:44:27 for Belle II Software by
1.13.2