 |
Belle II Software
release-05-01-25
|
12 #include <tracking/trackFindingCDC/findlets/base/Findlet.h>
23 namespace TrackFindingCDC {
27 class CDCMCCloneLookUpFiller :
public Findlet<CDCTrack&> {
31 using Super = Findlet<CDCTrack&>;
Class representing a sequence of three dimensional reconstructed hits.
std::string getDescription() final
Short description of the findlet.
void beginEvent() final
Signal the beginning of a new event.
Findlet< CDCTrack & > Super
Type of the base class.
void apply(std::vector< CDCTrack > &cdcTracks) final
Write give tracks into track store array.
Abstract base class for different kinds of events.