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