Belle II Software
development
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
{
25
class
InteractiveModule
:
public
Module
{
26
27
public
:
28
33
InteractiveModule
();
34
35
~InteractiveModule
();
36
37
virtual
void
event
()
override
;
38
};
39
40
}
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
MillepedeAlgorithm.h:17
framework
modules
core
include
InteractiveModule.h
Generated on Mon Sep 1 2025 02:51:29 for Belle II Software by
1.13.2