Belle II Software development
TOPGeometryParInitializerModule.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 {
35
36 public:
37
42
47 virtual void initialize() override;
48
49 private:
50
51 bool m_useDB;
53 };
54
56} // Belle2 namespace
57
Base class for Modules.
Definition: Module.h:72
Class for initializing TOPGeometryPar.
bool m_useDB
If true load the Geometry from the database instead of gearbox.
virtual void initialize() override
Initialize the Module.
Abstract base class for different kinds of events.