Belle II Software  release-05-01-25
SkimmedHitGapSegmentPairVarSet.h
1 /**************************************************************************
2  * BASF2 (Belle Analysis Framework 2) *
3  * Copyright(C) 2015 - Belle II Collaboration *
4  * *
5  * Author: The Belle II Collaboration *
6  * Contributors: Oliver Frost *
7  * *
8  * This software is provided "as is" without any warranty. *
9  **************************************************************************/
10 #pragma once
11 
12 #include <tracking/trackFindingCDC/filters/segmentPair/HitGapSegmentPairVarSet.h>
13 
14 namespace Belle2 {
19  namespace TrackFindingCDC {
20  class CDCSegmentPair;
21 
30  class SkimmedHitGapSegmentPairVarSet : public HitGapSegmentPairVarSet {
31 
32  private:
34  using Super = HitGapSegmentPairVarSet;
35 
36  public:
38  bool extract(const CDCSegmentPair* ptrSegmentPair) final;
39  };
40  }
42 }
Belle2::TrackFindingCDC::CDCSegmentPair
Class representing a pair of one reconstructed axial segement and one stereo segment in adjacent supe...
Definition: CDCSegmentPair.h:44
Belle2::TrackFindingCDC::SkimmedHitGapSegmentPairVarSet::extract
bool extract(const CDCSegmentPair *ptrSegmentPair) final
Implement the skim cut, otherwise generate and assign the variables from the segment pair.
Definition: SkimmedHitGapSegmentPairVarSet.cc:15
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19
Belle2::TrackFindingCDC::SkimmedHitGapSegmentPairVarSet::Super
HitGapSegmentPairVarSet Super
Name of the base class.
Definition: SkimmedHitGapSegmentPairVarSet.h:42