Belle II Software release-09-00-00
ActivatePXDClusterPositionEstimatorModule.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
14namespace Belle2 {
19 namespace PXD {
20
30
31 public:
32
35
37 void initialize() override final;
38
39 }; //end class declaration
40
41 } //end PXD namespace;
43} // end namespace Belle2
44
45
Base class for Modules.
Definition: Module.h:72
Abstract base class for different kinds of events.