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 <calibration/CalibrationCollectorModule.h>
13#include <string>
14
15namespace Belle2 {
20 class PXDCluster;
21
27
28 public:
29
35 void prepare() override final;
37 void collect() override final;
38
39 private:
42
45
52
54 std::string m_shapeName;
66 float m_pitchV;
67 };
68
69}
CalibrationCollectorModule()
Constructor. Sets the default prefix for calibration dataobjects.
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.
The PXD Cluster class This class stores all information about reconstructed PXD clusters The position...
Definition PXDCluster.h:30
Accessor to arrays stored in the data store.
Definition StoreArray.h:113
Abstract base class for different kinds of events.