Belle II Software
development
AllClusterFilter.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/trackFindingCDC/filters/cluster/AllClusterFilter.h>
9
10
#include <tracking/trackingUtilities/eventdata/segments/CDCWireHitCluster.h>
11
12
using namespace
Belle2
;
13
using namespace
TrackFindingCDC;
14
using namespace
TrackingUtilities;
15
16
Weight
AllClusterFilter::operator()
(
const
CDCWireHitCluster
& cluster)
17
{
18
return
cluster.size();
19
}
Belle2::TrackFindingCDC::AllClusterFilter::operator()
TrackingUtilities::Weight operator()(const TrackingUtilities::CDCWireHitCluster &cluster) final
Basic filter method to override. All implementation rejects all clusters.
Definition
AllClusterFilter.cc:16
Belle2::TrackingUtilities::CDCWireHitCluster
An aggregation of CDCWireHits.
Definition
CDCWireHitCluster.h:21
Belle2
Abstract base class for different kinds of events.
Definition
MillepedeAlgorithm.h:17
tracking
trackFindingCDC
filters
cluster
src
AllClusterFilter.cc
Generated on Wed Dec 24 2025 03:02:12 for Belle II Software by
1.13.2