Belle II Software  release-08-01-10
PXDClusterPositionCollectorModule.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/datastore/StoreArray.h>
12 #include <pxd/dataobjects/PXDCluster.h>
13 #include <calibration/CalibrationCollectorModule.h>
14 #include <string>
15 
16 namespace Belle2 {
26 
27  public:
28 
34  void prepare() override final;
36  void collect() override final;
37 
38  private:
41 
43  std::string m_storeClustersName;
44 
48  int m_binsU;
50  int m_binsV;
51 
53  std::string m_shapeName;
55  std::string m_mirroredShapeName;
57  float m_clusterEta;
63  int m_sizeV;
65  float m_pitchV;
66  };
68 }
Calibration collector module base class.
Calibration collector module for PXD cluster position estimation.
std::string m_mirroredShapeName
Name of mirrored cluster shape.
StoreArray< PXDCluster > m_pxdCluster
< Required input for PXDCluster
std::string m_storeClustersName
Name of the collection to use for PXDClusters.
PXDClusterPositionCollectorModule()
Constructor: Sets the description, the properties and the parameters of the module.
Abstract base class for different kinds of events.