Belle II Software  release-05-01-25
ActivatePXDGainCalibratorModule.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/ActivatePXDGainCalibratorModule.h>
13 #include <pxd/reconstruction/PXDGainCalibrator.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(ActivatePXDGainCalibrator)
23 
25 {
26  //Set module properties
27  setDescription("Initialization of PXDGainCalibrator");
28  setPropertyFlags(c_ParallelProcessingCertified);
29 }
30 
31 
33 {
35 }
36 
37 
REG_MODULE
#define REG_MODULE(moduleName)
Register the given module (without 'Module' suffix) with the framework.
Definition: Module.h:652
Belle2::PXD::PXDGainCalibrator::initialize
void initialize()
Initialize the PXDGainCalibrator.
Definition: PXDGainCalibrator.cc:18
Belle2::PXD::ActivatePXDGainCalibratorModule
The ActivatePXDGainCalibrator module.
Definition: ActivatePXDGainCalibratorModule.h:41
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::ActivatePXDGainCalibratorModule::initialize
void initialize() override final
Initialize the module.
Definition: ActivatePXDGainCalibratorModule.cc:32
Belle2::PXD::PXDGainCalibrator::getInstance
static PXDGainCalibrator & getInstance()
Main (and only) way to access the PXDGainCalibrator.
Definition: PXDGainCalibrator.cc:29