Belle II Software development
SkimmedHitGapSegmentPairVarSet.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/segmentPair/HitGapSegmentPairVarSet.h>
11
12namespace Belle2 {
17 namespace TrackingUtilities {
18 class CDCSegmentPair;
19 }
20 namespace TrackFindingCDC {
21
31
32 private:
35
36 public:
38 bool extract(const TrackingUtilities::CDCSegmentPair* ptrSegmentPair) final;
39 };
40 }
42}
Class to compute floating point variables from an axial stereo segment pair which can be recorded as ...
Class to compute floating point variables from an axial stereo segment pair which can be recorded as ...
bool extract(const TrackingUtilities::CDCSegmentPair *ptrSegmentPair) final
Implement the skim cut, otherwise generate and assign the variables from the segment pair.
Class representing a pair of one reconstructed axial segment and one stereo segment in adjacent super...
Abstract base class for different kinds of events.