 |
Belle II Software
release-05-02-19
|
12 #include <framework/core/Module.h>
14 #include <tracking/mcMatcher/TrackMatchLookUp.h>
15 #include <tracking/dataobjects/RecoTrack.h>
17 #include <framework/datastore/StoreArray.h>
33 class MCRelationCreatorModule :
public Module {
43 void event()
override;
MCRelationCreatorModule()
Constructor of the module. Setting up parameters and description.
void initialize() override
Declare required StoreArray.
std::string m_cdcRecoTracksStoreArrayName
Name of the input CDC StoreArray.
Abstract base class for different kinds of events.
StoreArray< RecoTrack > m_vxdRecoTracks
Store Array of the input tracks.
std::unique_ptr< TrackMatchLookUp > m_vxdTrackMatchLookUp
TrackMatchLookUp for the matching (VXD)
void event() override
Event processing, combine store array.
std::string m_vxdRecoTracksStoreArrayName
Name of the input VXD StoreArray.
Accessor to arrays stored in the data store.
std::unique_ptr< TrackMatchLookUp > m_cdcTrackMatchLookUp
TrackMatchLookUp for the matching (CDC)
StoreArray< RecoTrack > m_cdcRecoTracks
Store Array of the input tracks.