EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GridDensityVertexFinderTests.cpp File Reference
#include <boost/test/data/test_case.hpp>
#include <boost/test/tools/output_test_stream.hpp>
#include <boost/test/unit_test.hpp>
#include "Acts/EventData/TrackParameters.hpp"
#include "Acts/Surfaces/PerigeeSurface.hpp"
#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"
#include "Acts/Utilities/Definitions.hpp"
#include "Acts/Utilities/Helpers.hpp"
#include "Acts/Utilities/UnitVectors.hpp"
#include "Acts/Utilities/Units.hpp"
#include "Acts/Vertexing/GaussianGridTrackDensity.hpp"
#include "Acts/Vertexing/GridDensityVertexFinder.hpp"
+ Include dependency graph for GridDensityVertexFinderTests.cpp:

Go to the source code of this file.

Namespaces

namespace  Acts
 Set the Geometry Context PLUGIN.
 
namespace  Acts::Test
 Namespace for ATS unit tests.
 

Functions

std::normal_distribution< double > Acts::Test::xdist (1_mm, 0.1_mm)
 
std::normal_distribution< double > Acts::Test::ydist (-0.7_mm, 0.1_mm)
 
std::normal_distribution< double > Acts::Test::z1dist (zVertexPos1 *1_mm, 1_mm)
 
std::normal_distribution< double > Acts::Test::z2dist (zVertexPos2 *1_mm, 0.5_mm)
 
std::uniform_real_distribution
< double > 
Acts::Test::pTDist (0.1_GeV, 100_GeV)
 
std::uniform_real_distribution Acts::Test::phiDist (-M_PI, M_PI)
 
std::uniform_real_distribution
< double > 
Acts::Test::etaDist (-4., 4.)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (grid_density_vertex_finder_test)
 Unit test for GridDensityVertexFinder without caching of track density values.
 
 Acts::Test::BOOST_AUTO_TEST_CASE (grid_density_vertex_finder_track_caching_test)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (grid_density_vertex_finder_seed_width_test)
 Unit test for GridDensityVertexFinder with seed with estimation.
 

Variables

const double Acts::Test::zVertexPos1 = 12.
 
const double Acts::Test::zVertexPos2 = -3.