Belle II Software development
MVARealisticSegmentRelationFilter.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/segmentRelation/BaseSegmentRelationFilter.h>
11
12#include <tracking/trackFindingCDC/filters/segmentRelation/MVAFeasibleSegmentRelationFilter.h>
13
14#include <tracking/trackFindingCDC/filters/segmentRelation/BasicSegmentRelationVarSet.h>
15#include <tracking/trackFindingCDC/filters/segmentRelation/FitlessSegmentRelationVarSet.h>
16#include <tracking/trackFindingCDC/filters/segmentRelation/FitSegmentRelationVarSet.h>
17
18#include <tracking/trackFindingCDC/filters/base/MVAFilter.dcl.h>
19
20#include <tracking/trackFindingCDC/varsets/VariadicUnionVarSet.h>
21
22namespace Belle2 {
27 namespace TrackFindingCDC {
28
30 class MVARealisticSegmentRelationFilter : public MVA<BaseSegmentRelationFilter> {
31
32 private:
35
40
41 public:
44
46 using Super::operator();
47
48 private:
50 Weight operator()(const Relation<const CDCSegment2D>& segmentRelation) override;
51
52 private:
55 };
56 }
58}
Class to compute floating point variables from a segment relation which can be recorded as a flat TNt...
Class to compute floating point variables from a segment relation which can be recorded as a flat TNt...
Class to compute floating point variables from a segment relation which can be recorded as a flat TNt...
Filter for the constuction of segment pairs based on simple criteria without the common fit.
Weight operator()(const Relation< const CDCSegment2D > &segmentRelation) override
Function to object for its signalness.
MVAFeasibleSegmentRelationFilter m_feasibleSegmentRelationFilter
Feasibility filter applied first before invoking the main cut.
MVARealisticSegmentRelationFilter()
Constructor initialising the MVAFilter with standard training name for this filter.
Filter based on a mva method.
Definition: MVAFilter.dcl.h:36
Type for two related objects.
Definition: Relation.h:21
Class that accomodates many variable sets and presents them as on set of variables.
Abstract base class for different kinds of events.