Belle II Software development
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
16namespace Belle2 {
26
27 public:
28
34 void prepare() override final;
36 void collect() override final;
37
38 private:
41
44
51
53 std::string m_shapeName;
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.
Accessor to arrays stored in the data store.
Definition: StoreArray.h:113
Abstract base class for different kinds of events.