 |
Belle II Software
release-05-02-19
|
13 #include <framework/core/Module.h>
27 class CopyRecoTracksWithOverlapModule :
public Module {
38 virtual void event()
override;
void processRecoTrack(const RecoTrack &track) const
Check if RecoTrack has overlap hits -> if yes, copy to a new array.
virtual void initialize() override
init
virtual void event() override
Copy RecoTracks with overlaps (for particle if specified)
std::string m_particleList
Name of particle list for which associated RecoTracks should be copied.
This is the Reconstruction Event-Data Model Track.
std::string m_overlapRecoTracksArrayName
Name of StoreArray with output RecoTracks with overlaps.
Abstract base class for different kinds of events.
CopyRecoTracksWithOverlapModule()
Constructor: Sets the description, the properties and the parameters of the module.