 |
Belle II Software
release-05-02-19
|
13 #include <framework/core/Module.h>
15 #include <framework/datastore/StoreArray.h>
17 #include <tracking/dataobjects/RecoTrack.h>
32 class VXDCDCTrackMergerModule :
public Module {
48 void event()
override;
StoreArray< RecoTrack > m_CDCRecoTracks
StoreArray of the CDC Track collection.
VXDCDCTrackMergerModule()
Constructor, for setting module description and parameters.
StoreArray< RecoTrack > m_VXDRecoTracks
StoreArray of the VXD Track collection.
std::string m_CDCRecoTrackColName
StoreArray name of the CDC Track collection.
std::string m_VXDRecoTrackColName
StoreArray name of the VXD Track collection.
void event() override
Called once for each event.
double m_merge_radius
Maximum distance between extrapolated tracks on the CDC wall.
Abstract base class for different kinds of events.
double m_CDC_wall_radius
Radius of the inner CDC wall in centimeters.
Accessor to arrays stored in the data store.
void initialize() override
Use this to initialize resources or memory your module needs.