ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
ECCE @ EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
blob
master
CI
Core
doc
Examples
Fatras
Plugins
Tests
Benchmarks
CommonHelpers
IntegrationTests
Fatras
Legacy
BVHNavigationTest.cpp
InterpolatedSolenoidBFieldTest.cpp
PropagationTestBase.hpp
PropagationTestHelper.hpp
PropagationTests.cpp
PropagationTestsAtlasField.cpp
UnitTests
thirdparty
analysis
coresoftware
Doxygen_Assist
ecce-detectors
fun4all_eicdetectors
geant4
macros
online_distribution
tutorials
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
BVHNavigationTest.cpp
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file BVHNavigationTest.cpp
1
// This file is part of the Acts project.
2
//
3
// Copyright (C) 2019 CERN for the benefit of the Acts project
4
//
5
// This Source Code Form is subject to the terms of the Mozilla Public
6
// License, v. 2.0. If a copy of the MPL was not distributed with this
7
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
9
#include <boost/test/data/test_case.hpp>
10
#include <boost/test/unit_test.hpp>
11
12
#include <array>
13
#include <chrono>
14
#include <fstream>
15
#include <iostream>
16
#include <limits>
17
#include <random>
18
#include <string>
19
#include <vector>
20
21
#include "
Acts/EventData/TrackParameters.hpp
"
22
#include "
Acts/Geometry/AbstractVolume.hpp
"
23
#include "
Acts/Geometry/CuboidVolumeBounds.hpp
"
24
#include "
Acts/Geometry/GeometryContext.hpp
"
25
#include "
Acts/Geometry/TrackingVolume.hpp
"
26
#include "
Acts/Geometry/Volume.hpp
"
27
#include "
Acts/Propagator/ActionList.hpp
"
28
#include "
Acts/Propagator/ConstrainedStep.hpp
"
29
#include "
Acts/Propagator/DebugOutputActor.hpp
"
30
#include "
Acts/Propagator/Navigator.hpp
"
31
#include "
Acts/Propagator/Propagator.hpp
"
32
#include "
Acts/Propagator/StandardAborters.hpp
"
33
#include "
Acts/Propagator/StraightLineStepper.hpp
"
34
#include "
Acts/Propagator/detail/SteppingLogger.hpp
"
35
#include "
Acts/Utilities/BoundingBox.hpp
"
36
#include "
Acts/Utilities/Helpers.hpp
"
37
#include "
Acts/Utilities/Ray.hpp
"
38
39
namespace
Acts {
40
namespace
IntegrationTest {
41
42
#define NBOXES 29
43
#define NTESTS 100
44
#include "../UnitTests/Core/Geometry/BVHDataTestCase.hpp"
45
46
}
// namespace IntegrationTest
47
}
// namespace Acts
acts
blob
master
Tests
IntegrationTests
BVHNavigationTest.cpp
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:25
using
1.8.2 with
ECCE GitHub integration