Belle II Software development
StereoHitContained.test.cc
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
9#include <tracking/trackFindingCDC/hough/algorithms/InPhi0CurvBox.h>
10#include <tracking/trackFindingCDC/hough/perigee/StereoHitContained.h>
11
12
13#include <gtest/gtest.h>
14
15using namespace Belle2;
16using namespace TrackFindingCDC;
17
18namespace {
19
20 TEST(TrackFindingCDCTest, hough_perigee_StereoHitContained_compile)
21 {
22 const float curlCurv = 0.013;
23 StereoHitContained<InPhi0CurvBox> stereoHitContained(curlCurv);
24 stereoHitContained.setRLWeightGain(0.1);
25 }
26}
Predicate class to check for the containment of axial and stereo hits in some hough space part.
Abstract base class for different kinds of events.