 |
Belle II Software
release-05-02-19
|
12 #include <framework/core/Module.h>
13 #include <framework/datastore/StoreArray.h>
15 #include <mdst/dataobjects/MCParticle.h>
16 #include <svd/dataobjects/SVDTrueHit.h>
17 #include <svd/dataobjects/SVDCluster.h>
19 #include <tracking/dataobjects/DATCONSVDSpacePoint.h>
36 class DATCONSVDSpacePointCreatorModule :
public Module {
53 virtual void event()
override;
virtual void initialize() override
Init the module.
virtual void event() override
eventWise jobs (e.g.
std::string m_storeTrueHitsName
SVDTrueHits StoreArray name.
std::string m_storeDATCONSVDSpacePointsName
DATCONSVDSpacePoints StoreArray name.
bool m_onlySingleClusterSpacePoints
standard is false.
Abstract base class for different kinds of events.
StoreArray< MCParticle > storeMCParticles
StoreArray of the MCParticles.
StoreArray< DATCONSVDSpacePoint > storeDATCONSVDSpacePoints
StoreArray for DATCONSVDSpacePoints that are created in this module.
StoreArray< SVDCluster > storeDATCONSVDClusters
StoreArray for the DATCONSimpleSVDCluster that serve as input for the space point creation.
std::string m_storeMCParticlesName
MCParticles StoreArray name.
StoreArray< SVDTrueHit > storeTrueHits
StoreArray of the SVDTrueHits.
std::string m_storeDATCONSVDClustersName
DATCONSimpleSVDCluster StoreArray name.
DATCONSVDSpacePointCreatorModule()
Constructor.
virtual ~DATCONSVDSpacePointCreatorModule()=default
Deconstructor.