10 #include <tracking/trackFindingCDC/findlets/base/Findlet.h>
18 namespace TrackFindingCDC {
The Module parameter list class.
Class representing a sequence of three dimensional reconstructed hits.
Interface for a minimal algorithm part that wants to expose some parameters to a module.
Findlet for inspecting and printing out CDCtracks on a R-z plane for debug purposes.
void apply(std::vector< CDCTrack > &tracks) final
Print the tracks.
std::string getDescription() final
Short description of the findlet.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Access parameters.
void removeIncompleteTracks(std::vector< CDCTrack > &tracks)
Remove tracks with no stereo hits.
bool m_param_debugDraw
Flag to draw the CDCTrack (true) or not (false)
Abstract base class for different kinds of events.