Belle II Software  release-05-01-25
TrackFindingCDCTestWithTopology.h
1 /**************************************************************************
2  * BASF2 (Belle Analysis Framework 2) *
3  * Copyright(C) 2014 - Belle II Collaboration *
4  * *
5  * Author: The Belle II Collaboration *
6  * Contributors: Oliver Frost <oliver.frost@desy.de> *
7  * *
8  * This software is provided "as is" without any warranty. *
9  **************************************************************************/
10 #pragma once
11 
12 #include <framework/utilities/TestHelpers.h>
13 
14 #include <tracking/trackFindingCDC/geometry/Vector3D.h>
15 
16 namespace Belle2 {
21  namespace TrackFindingCDC {
45  class TrackFindingCDCTestWithTopology : public TestHelpers::TestWithGearbox {
46 
47  public:
52  static void SetUpTestCase();
53 
57  static void TearDownTestCase();
58 
59  };
60 
63  }
64 
65 
66  namespace TestHelpers {
68  template<>
69  bool allNear<TrackFindingCDC::Vector3D>(const TrackFindingCDC::Vector3D& expected,
71  double tolerance);
72  }
73 
75 }
76 
Belle2::Vector3D
HepGeom::Vector3D< double > Vector3D
3D Vector
Definition: Cell.h:35
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19
Belle2::TrackFindingCDC::DISABLED_Long_TrackFindingCDCTestWithTopology
Equivalent to.
Definition: TrackFindingCDCTestWithTopology.h:70
Belle2::TrackFindingCDC::TrackFindingCDCTestWithTopology::TearDownTestCase
static void TearDownTestCase()
Implementation of hook method to clean up the environment for all tests in this test case.
Definition: TrackFindingCDCTestWithTopology.cc:31
Belle2::TrackFindingCDC::Vector3D
A three dimensional vector.
Definition: Vector3D.h:34
Belle2::TrackFindingCDC::TrackFindingCDCTestWithTopology::SetUpTestCase
static void SetUpTestCase()
Implementation of hook method to setup the environment for all tests in this test case Unpacks the wi...
Definition: TrackFindingCDCTestWithTopology.cc:22
Belle2::TrackFindingCDC::TrackFindingCDCTestWithTopology
This class provides the declaration of the common test fixture to all test of the track finding in th...
Definition: TrackFindingCDCTestWithTopology.h:53