Belle II Software  release-08-01-10
BaseFacetRelationFilter.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/base/RelationFilter.dcl.h>
11 
12 #include <vector>
13 
14 namespace Belle2 {
19  namespace TrackFindingCDC {
20  class CDCFacet;
21 
22  // Guard to prevent repeated instantiations
23  extern template class RelationFilter<const CDCFacet>;
24 
27 
28  public:
31 
34 
39  std::vector<const CDCFacet*> getPossibleTos(
40  const CDCFacet* from,
41  const std::vector<const CDCFacet*>& facets) const final;
42  };
43  }
45 }
Base class for filtering the neighborhood of facets.
Class representing a triple of neighboring oriented wire with additional trajectory information.
Definition: CDCFacet.h:32
Abstract base class for different kinds of events.