 |
Belle II Software
release-05-01-25
|
12 #include <tracking/trackFindingCDC/findlets/base/Findlet.h>
23 namespace TrackFindingCDC {
43 class TrackQualityAsserter:
public Findlet<CDCTrack&> {
46 using Super = Findlet<CDCTrack&>;
59 void apply(std::vector<CDCTrack>& tracks)
final;
bool m_param_onlyNotFittedTracks
Parameter : Flag to use the corrections only for not fitted tracks.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
std::vector< std::string > m_param_corrections
Parameter : The corrections to use.
std::string getDescription() override
Get the description of the findlet.
Abstract base class for different kinds of events.
TrackQualityAsserter()
Constructor setting up the default parameters.
Findlet< CDCTrack & > Super
Type of the base class.
The Module parameter list class.
void apply(std::vector< CDCTrack > &tracks) final
Main function to clean up the tracks.