Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TrackDensityVertexFinderTests.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/Definitions/Algebra.hpp"
#include "Acts/Definitions/Common.hpp"
#include "Acts/Definitions/TrackParametrization.hpp"
#include "Acts/Definitions/Units.hpp"
#include "Acts/EventData/Charge.hpp"
#include "Acts/EventData/GenericBoundTrackParameters.hpp"
#include "Acts/EventData/TrackParameters.hpp"
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/MagneticField/MagneticFieldContext.hpp"
#include "Acts/Surfaces/PerigeeSurface.hpp"
#include "Acts/Surfaces/Surface.hpp"
#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"
#include "Acts/Utilities/Intersection.hpp"
#include "Acts/Utilities/Result.hpp"
#include "Acts/Utilities/UnitVectors.hpp"
#include "Acts/Vertexing/DummyVertexFitter.hpp"
#include "Acts/Vertexing/GaussianTrackDensity.hpp"
#include "Acts/Vertexing/TrackDensityVertexFinder.hpp"
#include "Acts/Vertexing/Vertex.hpp"
#include "Acts/Vertexing/VertexingOptions.hpp"
#include <algorithm>
#include <cmath>
#include <functional>
#include <iostream>
#include <memory>
#include <random>
#include <string>
#include <system_error>
#include <vector>
+ Include dependency graph for TrackDensityVertexFinderTests.cpp:

Go to the source code of this file.

Classes

struct  Acts::Test::InputTrack
 

Namespaces

namespace  Acts
 Acts includes to create all necessary definitions.
 
namespace  Acts::Test
 

Functions

 Acts::Test::BOOST_AUTO_TEST_CASE (track_density_finder_test)
 Unit test for TrackDensityVertexFinder using same configuration and values as VertexSeedFinderTestAlg in Athena implementation, i.e. tests if reordering tracks returns the same result.
 
 Acts::Test::BOOST_AUTO_TEST_CASE (track_density_finder_constr_test)
 Unit test for TrackDensityVertexFinder using same configuration and values as VertexSeedFinderTestAlg in Athena implementation.
 
std::normal_distribution< doubleActs::Test::xdist (1_mm, 0.1_mm)
 
std::normal_distribution< doubleActs::Test::ydist (-0.7_mm, 0.1_mm)
 
std::normal_distribution< doubleActs::Test::z1dist (zVertexPos *1_mm, 1_mm)
 
std::normal_distribution< doubleActs::Test::z2dist (-3_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 (track_density_finder_random_test)
 Unit test for TrackDensityVertexFinder using same configuration and values as VertexSeedFinderTestAlg in Athena implementation.
 
 Acts::Test::BOOST_AUTO_TEST_CASE (track_density_finder_usertrack_test)
 Unit test for TrackDensityVertexFinder with user-defined input track type with same values as in other tests.
 

Variables

const double Acts::Test::zVertexPos = 12.