Belle II Software  release-06-00-14
ActivatePXDClusterPositionEstimatorModule.cc
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 #include <pxd/modules/pxdReconstruction/ActivatePXDClusterPositionEstimatorModule.h>
10 #include <pxd/reconstruction/PXDClusterPositionEstimator.h>
11 
12 using namespace Belle2;
13 using namespace Belle2::PXD;
14 using namespace std;
15 
16 //-----------------------------------------------------------------
17 // Register the Module
18 //-----------------------------------------------------------------
19 REG_MODULE(ActivatePXDClusterPositionEstimator)
20 
22 {
23  //Set module properties
24  setDescription("Initialization of PXDClusterPositionEstimator");
25  setPropertyFlags(c_ParallelProcessingCertified);
26 }
27 
28 
30 {
32 }
33 
34 
Base class for Modules.
Definition: Module.h:72
void initialize()
Initialize PXDClusterPositionEstimator from DB.
static PXDClusterPositionEstimator & getInstance()
Main (and only) way to access the PXDClusterPositionEstimator.
#define REG_MODULE(moduleName)
Register the given module (without 'Module' suffix) with the framework.
Definition: Module.h:650
Namespace to encapsulate code needed for simulation and reconstrucion of the PXD.
Abstract base class for different kinds of events.