 |
Belle II Software
release-05-02-19
|
12 #include <framework/core/Module.h>
14 #include <framework/datastore/StoreArray.h>
15 #include <tracking/dataobjects/RecoTrack.h>
25 class RecoTrackStoreArrayCombinerModule :
public Module {
36 void event()
override;
StoreArray< RecoTrack > m_recoTracks
Store Array of the output tracks.
StoreArray< RecoTrack > m_temp1RecoTracks
Store Array of the input tracks.
RecoTrackStoreArrayCombinerModule()
Constructor of the module. Setting up parameters and description.
std::string m_temp1RecoTracksStoreArrayName
Name of the input CDC StoreArray.
Abstract base class for different kinds of events.
std::string m_temp2RecoTracksStoreArrayName
Name of the input VXD StoreArray.
void event() override
Event processing, combine store array.
void initialize() override
Declare required StoreArray.
Accessor to arrays stored in the data store.
StoreArray< RecoTrack > m_temp2RecoTracks
Store Array of the input tracks.
std::string m_recoTracksStoreArrayName
Name of the output StoreArray.