 |
Belle II Software
release-05-02-19
|
12 #include <framework/core/Module.h>
13 #include <framework/datastore/StoreArray.h>
14 #include <svd/calibration/SVDClusterCalibrations.h>
16 #include <tracking/spacePointCreation/SpacePoint.h>
34 class SVDSpacePointCreatorModule :
public Module {
53 virtual void event()
override;
float m_minClusterTime
clusters with time below this value are not considered to make spacePoints
bool m_useQualityEstimator
Standard is true.
bool m_useLegacyNaming
Choice between PDF naming conventions.
StoreArray< SVDCluster > m_svdClusters
the storeArray for svdClusters as member, is faster than recreating link for each event
std::string m_spacePointsName
SpacePoints collection name.
virtual void terminate() override
final output with mini-feedback
std::string m_inputPDF
File path of root file containing pdf histograms.
virtual void initialize() override
Init the module.
SVDClusterCalibrations m_ClusterCal
SVDCluster calibration db object.
Abstract base class for different kinds of events.
unsigned int m_TESTERSpacePointCtr
counts total number of SpacePoints occured
virtual void event() override
eventWise jobs (e.g.
SVDSpacePointCreatorModule()
Constructor.
unsigned int m_TESTERSVDClusterCtr
counts total number of SVDCluster occured
std::string m_svdClustersName
SVDCluster collection name.
void InitializeCounters()
initialize variables in constructor to avoid nondeterministic behavior
TFile * m_calibrationFile
Pointer to root TFile containing PDF histograms.
bool m_onlySingleClusterSpacePoints
standard is false.
This class defines the dbobject and the methods to access the calibration of the cluster reconstructi...
std::string m_nameOfInstance
allows the user to set an identifier for this module.
StoreArray< SpacePoint > m_spacePoints
the storeArray for spacePoints as member, is faster than recreating link for each event