ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ZScanVertexFinderTests.cpp File Reference
+ Include dependency graph for ZScanVertexFinderTests.cpp:

Go to the source code of this file.

Classes

struct  Acts::Test::InputTrack
 

Namespaces

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

Typedefs

using Acts::Test::Linearizer_t = HelicalTrackLinearizer< Propagator >
 

Functions

std::uniform_real_distribution Acts::Test::vXYDist (-0.1_mm, 0.1_mm)
 
std::uniform_real_distribution Acts::Test::vZDist (-20_mm, 20_mm)
 
std::uniform_real_distribution Acts::Test::d0Dist (-0.01_mm, 0.01_mm)
 
std::uniform_real_distribution Acts::Test::z0Dist (-0.2_mm, 0.2_mm)
 
std::uniform_real_distribution Acts::Test::pTDist (0.4_GeV, 10_GeV)
 
std::uniform_real_distribution Acts::Test::phiDist (-M_PI, M_PI)
 
std::uniform_real_distribution Acts::Test::thetaDist (1.0, M_PI-1.0)
 
std::uniform_real_distribution Acts::Test::qDist (-1, 1)
 
std::uniform_real_distribution Acts::Test::resIPDist (0., 100_um)
 
std::uniform_real_distribution Acts::Test::resAngDist (0., 0.1)
 
std::uniform_real_distribution Acts::Test::resQoPDist (-0.1, 0.1)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (zscan_finder_test)
 Unit test for ZScanVertexFinder.
 
 Acts::Test::BOOST_AUTO_TEST_CASE (zscan_finder_usertrack_test)
 Unit test for ZScanVertexFinder with user-defined input track type.