Belle II Software
release-05-02-19
ActivatePXDClusterPositionEstimatorModule.cc
1
/**************************************************************************
2
* BASF2 (Belle Analysis Framework 2) *
3
* Copyright(C) 2017 - Belle II Collaboration *
4
* *
5
* Author: The Belle II Collaboration *
6
* Contributors: Benjamin Schwenker *
7
* *
8
* *
9
* This software is provided "as is" without any warranty. *
10
**************************************************************************/
11
12
#include <pxd/modules/pxdReconstruction/ActivatePXDClusterPositionEstimatorModule.h>
13
#include <pxd/reconstruction/PXDClusterPositionEstimator.h>
14
15
using namespace
Belle2
;
16
using namespace
Belle2::PXD
;
17
using namespace
std;
18
19
//-----------------------------------------------------------------
20
// Register the Module
21
//-----------------------------------------------------------------
22
REG_MODULE
(ActivatePXDClusterPositionEstimator)
23
24
ActivatePXDClusterPositionEstimatorModule
::
ActivatePXDClusterPositionEstimatorModule
() :
Module
()
25
{
26
//Set module properties
27
setDescription(
"Initialization of PXDClusterPositionEstimator"
);
28
setPropertyFlags(c_ParallelProcessingCertified);
29
}
30
31
32
void
ActivatePXDClusterPositionEstimatorModule::initialize
()
33
{
34
PXDClusterPositionEstimator::getInstance
().
initialize
();
35
}
36
37
Belle2::PXD::ActivatePXDClusterPositionEstimatorModule
The ActivatePXDClusterPositionEstimator module.
Definition:
ActivatePXDClusterPositionEstimatorModule.h:41
REG_MODULE
#define REG_MODULE(moduleName)
Register the given module (without 'Module' suffix) with the framework.
Definition:
Module.h:652
Belle2::PXD::PXDClusterPositionEstimator::getInstance
static PXDClusterPositionEstimator & getInstance()
Main (and only) way to access the PXDClusterPositionEstimator.
Definition:
PXDClusterPositionEstimator.cc:51
Belle2::Module
Base class for Modules.
Definition:
Module.h:74
Belle2::PXD
Namespace to encapsulate code needed for simulation and reconstrucion of the PXD.
Definition:
PXDCalibrationUtilities.h:28
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:19
Belle2::PXD::PXDClusterPositionEstimator::initialize
void initialize()
Initialize PXDClusterPositionEstimator from DB.
Definition:
PXDClusterPositionEstimator.cc:25
Belle2::PXD::ActivatePXDClusterPositionEstimatorModule::initialize
void initialize() override final
Initialize the module.
Definition:
ActivatePXDClusterPositionEstimatorModule.cc:32
pxd
modules
pxdReconstruction
src
ActivatePXDClusterPositionEstimatorModule.cc
Generated on Tue Jan 4 2022 03:01:07 for Belle II Software by
1.8.17