11 #include <framework/core/Module.h>
12 #include <framework/datastore/StoreArray.h>
13 #include <svd/calibration/SVDHitTimeSelection.h>
15 #include <tracking/spacePointCreation/SpacePoint.h>
52 virtual void event()
override;
This class defines the dbobject and the methods to access the calibration of the cluster reconstructi...
Imports Clusters of the SVD detector and converts them to spacePoints.
std::string m_eventLevelTrackingInfoName
Name of the EventLevelTrackingInfo.
std::string m_svdClustersName
SVDCluster collection name.
float m_minClusterTime
clusters with time below this value are not considered to make spacePoints
std::string m_nameOfInstance
allows the user to set an identifier for this module.
virtual void initialize() override
Init the module.
SVDHitTimeSelection m_HitTimeCut
selection based on clustr time db object
unsigned int m_numMaxSpacePoints
do not crete SPs if their number exceeds m_numMaxSpacePoints, tuned with BG19
StoreArray< SVDCluster > m_svdClusters
the storeArray for svdClusters as member, is faster than recreating link for each event
std::string m_inputPDF
File path of root file containing pdf histograms.
virtual void event() override
eventWise jobs (e.g.
void InitializeCounters()
initialize variables in constructor to avoid nondeterministic behavior
unsigned int m_TESTERSpacePointCtr
counts total number of SpacePoints occured
bool m_useQualityEstimator
Standard is true.
virtual void terminate() override
final output with mini-feedback
StoreArray< SpacePoint > m_spacePoints
the storeArray for spacePoints as member, is faster than recreating link for each event
bool m_onlySingleClusterSpacePoints
standard is false.
bool m_useLegacyNaming
Choice between PDF naming conventions.
TFile * m_calibrationFile
Pointer to root TFile containing PDF histograms.
SVDSpacePointCreatorModule()
Constructor.
std::string m_spacePointsName
SpacePoints collection name.
unsigned int m_TESTERSVDClusterCtr
counts total number of SVDCluster occured
Abstract base class for different kinds of events.