11#include <framework/core/Module.h>
12#include <framework/datastore/StoreArray.h>
14#include <tracking/spacePointCreation/SpacePoint.h>
51 void event()
override;
Tester module for the validity of the SpacePointCreatorModule.
std::string m_svdClustersName
SVDCluster collection name.
std::string m_nameOfInstance
allows the user to set an identifier for this module.
void initialize() override
Init the module.
std::vector< StoreArray< SpacePoint > > m_allSpacePointStoreArrays
a vector full of StoreArray carrying spacePoints.
StoreArray< SVDCluster > m_svdClusters
the storeArray for svdClusters as member, is faster than recreating link for each event
void event() override
eventWise jobs (e.g.
void InitializeCounters()
initialize variables in constructor to avoid nondeterministic behavior
SpacePointCreatorTestModule()
Constructor.
void terminate() override
final output with mini-feedback
std::string m_pxdClustersName
PXDCluster collection name.
std::vector< std::string > m_containerSpacePointsName
intermediate storage for the names of the loaded storeArrays.
StoreArray< PXDCluster > m_pxdClusters
the storeArray for pxdClusters as member, is faster than recreating link for each event
Accessor to arrays stored in the data store.
Abstract base class for different kinds of events.