Belle II Software development
MCTruthEclSeedFilter.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/ckf/cdc/filters/states/BaseCDCStateFilter.h>
11
12#include <tracking/trackingUtilities/numerics/Weight.h>
13
14namespace Belle2 {
19
22 public:
24 TrackingUtilities::Weight operator()(const BaseCDCStateFilter::Object& pair) final;
25 };
26
27}
Give a weight based on the mc truth information (1 or NAN)
TrackingUtilities::Weight operator()(const BaseCDCStateFilter::Object &pair) final
return 1 if matched truth hit belongs to matched truth track, NAN otherwise
STL class.
TrackingUtilities::Filter< std::pair< const CDCCKFPath *, CDCCKFState * > > BaseCDCStateFilter
Base filter for CKF CDC states.
Abstract base class for different kinds of events.