Belle II Software development
AllTrackRelationFilter.h
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#pragma once
9
10#include <tracking/trackFindingCDC/filters/trackRelation/BaseTrackRelationFilter.h>
11
12namespace Belle2 {
17
18 namespace TrackingUtilities {
19 class CDCTrack;
20 }
21 namespace TrackFindingCDC {
22
25
26 private:
29
30 public:
32 TrackingUtilities::Weight operator()(const TrackingUtilities::CDCTrack& fromTrack,
33 const TrackingUtilities::CDCTrack& toTrack) final;
34 };
35 }
37}
Relation filter that lets all possible combinations pass.
TrackingUtilities::Weight operator()(const TrackingUtilities::CDCTrack &fromTrack, const TrackingUtilities::CDCTrack &toTrack) final
Implementation accepting all possible neighbors.
BaseTrackRelationFilter Super
Type of the super class.
Class representing a sequence of three dimensional reconstructed hits.
Definition CDCTrack.h:39
Abstract base class for different kinds of events.