 |
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>
36 class SpacePointCreatorTestModule :
public Module {
55 void event()
override;
std::vector< std::string > m_containerSpacePointsName
intermediate storage for the names of the loaded storeArrays.
void initialize() override
Init the module.
std::string m_pxdClustersName
PXDCluster collection name.
SpacePointCreatorTestModule()
Constructor.
StoreArray< PXDCluster > m_pxdClusters
the storeArray for pxdClusters as member, is faster than recreating link for each event
StoreArray< SVDCluster > m_svdClusters
the storeArray for svdClusters as member, is faster than recreating link for each event
std::string m_svdClustersName
SVDCluster collection name.
std::string m_nameOfInstance
allows the user to set an identifier for this module.
Abstract base class for different kinds of events.
std::vector< StoreArray< SpacePoint > > m_allSpacePointStoreArrays
a vector full of StoreArray carrying spacePoints.
void event() override
eventWise jobs (e.g.
void terminate() override
final output with mini-feedback
void InitializeCounters()
initialize variables in constructor to avoid nondeterministic behavior