 |
Belle II Software
release-05-02-19
|
12 #include <framework/core/Module.h>
13 #include <framework/datastore/StoreArray.h>
15 #include <tracking/spacePointCreation/SpacePoint.h>
33 class PXDSpacePointCreatorModule :
public Module {
52 virtual void event()
override;
unsigned int m_TESTERPXDClusterCtr
counts total number of PXDClusters occured
void InitializeCounters()
initialize variables in constructor to avoid nondeterministic behavior
virtual void event() override
eventWise jobs (e.g.
std::string m_pxdClustersName
PXDCluster collection name.
StoreArray< SpacePoint > m_spacePoints
the storeArray for spacePoints as member, is faster than recreating link for each event
std::string m_nameOfInstance
allows the user to set an identifier for this module.
StoreArray< PXDCluster > m_pxdClusters
the storeArray for pxdClusters as member, is faster than recreating link for each event
std::string m_spacePointsName
SpacePoints collection name.
virtual void initialize() override
Init the module.
virtual void terminate() override
final output with mini-feedback
Abstract base class for different kinds of events.
unsigned int m_TESTERSpacePointCtr
counts total number of SpacePoints occured
PXDSpacePointCreatorModule()
Constructor.