Belle II Software development
ChooseablePathFilter.cc
1/**************************************************************************
2 * basf2 (Belle II Analysis Software Framework) *
3 * Author: The Belle II Collaboration *
4 * *
5 * See git log for contributors and copyright holders. *
6 * This file is licensed under LGPL-3.0, see LICENSE.md. *
7 **************************************************************************/
8#include <tracking/vxdHoughTracking/filters/pathFilters/ChooseablePathFilter.h>
9#include <tracking/vxdHoughTracking/findlets/LimitedOnHitApplier.icc.h>
10#include <tracking/vxdHoughTracking/findlets/PathLengthToggledApplier.icc.h>
11#include <tracking/vxdHoughTracking/entities/VXDHoughState.h>
12#include <tracking/trackFindingCDC/filters/base/ChooseableFilter.icc.h>
13
14using namespace Belle2;
15using namespace TrackFindingCDC;
16using namespace vxdHoughTracking;
17
18template class
A special findlet, which chooses the filter based on the current path length.
Abstract base class for different kinds of events.