Belle II Software  release-05-01-25
StereoHitContained.test.cc
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, Thomas Hauth <thomas.hauth@kit.edu> *
7  * *
8  * This software is provided "as is" without any warranty. *
9  **************************************************************************/
10 
11 #include <tracking/trackFindingCDC/hough/algorithms/InPhi0CurvBox.h>
12 #include <tracking/trackFindingCDC/hough/perigee/StereoHitContained.h>
13 
14 
15 #include <gtest/gtest.h>
16 
17 using namespace Belle2;
18 using namespace TrackFindingCDC;
19 
20 namespace {
21 
22  TEST(TrackFindingCDCTest, hough_perigee_StereoHitContained_compile)
23  {
24  const float curlCurv = 0.013;
25  StereoHitContained<InPhi0CurvBox> stereoHitContained(curlCurv);
26  stereoHitContained.setRLWeightGain(0.1);
27  }
28 }
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19
Belle2::TEST
TEST(TestgetDetectorRegion, TestgetDetectorRegion)
Test Constructors.
Definition: utilityFunctions.cc:18