 |
Belle II Software
release-05-01-25
|
10 #include <tracking/trackFindingCDC/findlets/minimal/CDCMCCloneLookUpFiller.h>
12 #include <tracking/trackFindingCDC/mclookup/CDCMCCloneLookUp.h>
14 #include <tracking/trackFindingCDC/eventdata/tracks/CDCTrack.h>
17 using namespace TrackFindingCDC;
21 return "Fill CDCTracks into CDCMCCloneLookUp singleton, which stores lookup table if track is clone";
std::string getDescription() final
Short description of the findlet.
void beginEvent() final
Signal the beginning of a new event.
void fill(std::vector< CDCTrack > &cdcTracks)
fill with all cdcTracks in an event
void apply(std::vector< CDCTrack > &cdcTracks) final
Write give tracks into track store array.
Abstract base class for different kinds of events.
static CDCMCCloneLookUp & getInstance()
Getter for the singletone instance.
void clear()
Clear eventwise lookup tables.