Belle II Software  release-08-01-10
UnionRecordingAxialSegmentPairFilter.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/axialSegmentPair/AxialSegmentPairFilterFactory.h>
11 
12 #include <tracking/trackFindingCDC/filters/base/UnionRecordingFilter.dcl.h>
13 
14 #include <vector>
15 #include <string>
16 #include <memory>
17 
18 namespace Belle2 {
23  namespace TrackFindingCDC {
24  class CDCAxialSegmentPair;
25 
26  extern template class TrackFindingCDC::UnionRecordingFilter<AxialSegmentPairFilterFactory>;
27 
30 
31  private:
34 
35  public:
37  std::vector<std::string> getValidVarSetNames() const final;
38 
40  std::unique_ptr<BaseVarSet<CDCAxialSegmentPair> >
41  createVarSet(const std::string& name) const final;
42  };
43  }
45 }
Generic class that generates some named float values from a given object.
Definition: BaseVarSet.h:33
Class representing a pair of reconstructed axial segements in adjacent superlayer.
Filter to record multiple chooseable variable sets for axial segment pairs.
Abstract base class for different kinds of events.