 |
Belle II Software
release-05-01-25
|
12 #include <tracking/trackFindingCDC/findlets/base/Findlet.h>
20 namespace TrackFindingCDC {
27 class TrackInspector :
public Findlet<CDCTrack&> {
31 using Super = Findlet<CDCTrack&>;
void removeIncompleteTracks(std::vector< CDCTrack > &tracks)
Remove tracks with no stereo hits.
Class representing a sequence of three dimensional reconstructed hits.
std::string getDescription() final
Short description of the findlet.
bool m_param_debugDraw
Flag to draw the CDCTrack (true) or not (false)
Findlet< CDCTrack & > Super
Type of the base class.
Abstract base class for different kinds of events.
void apply(std::vector< CDCTrack > &tracks) final
Print the tracks.
The Module parameter list class.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Access parameters.