Belle II Software  release-08-01-10
TrackFindingCDCTestWithTopology Class Reference

This class provides the declaration of the common test fixture to all test of the track finding in the CDC code. More...

#include <TrackFindingCDCTestWithTopology.h>

Inheritance diagram for TrackFindingCDCTestWithTopology:
Collaboration diagram for TrackFindingCDCTestWithTopology:

Static Public Member Functions

static void SetUpTestCase ()
 Implementation of hook method to setup the environment for all tests in this test case Unpacks the wire topology from the CDCGeometryPar. More...
 
static void TearDownTestCase ()
 Implementation of hook method to clean up the environment for all tests in this test case.
 

Detailed Description

This class provides the declaration of the common test fixture to all test of the track finding in the CDC code.

Reminder: You can filter for specific test by running

$ test_tracking –gtest_filter="TrackFindingCDCTest*"

which runs only for track finding in the CDC (positiv match).

Run

$ test_tracking –gtest_filter="-TrackFindingCDCTest*"

to exclude test with this fixture. Also consider test_tracking –help for more details

Alternativelly it is now possible to run

$ test_tracking_trackFindingCDC

as a seperate executable.

Definition at line 43 of file TrackFindingCDCTestWithTopology.h.

Member Function Documentation

◆ SetUpTestCase()

void SetUpTestCase ( )
static

Implementation of hook method to setup the environment for all tests in this test case Unpacks the wire topology from the CDCGeometryPar.

Manually open the database and prepare the cdc geometry parameters.

Definition at line 19 of file TrackFindingCDCTestWithTopology.cc.


The documentation for this class was generated from the following files: