ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MaterialCollectionTests.cpp File Reference
+ Include dependency graph for MaterialCollectionTests.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.
 

Typedefs

using Acts::Test::StraightLinePropagator = Propagator< StraightLineStepper, Navigator >
 

Functions

CylindricalTrackingGeometry Acts::Test::cGeometry (tgContext)
 
BField Acts::Test::bField (0, 0, Bz)
 
EigenStepperType Acts::Test::estepper (bField)
 
EigenPropagator Acts::Test::epropagator (std::move(estepper), std::move(navigatorES))
 
StraightLinePropagator Acts::Test::slpropagator (std::move(slstepper), std::move(navigatorSL))
 
template<typename propagator_t >
void Acts::Test::runTest (const propagator_t &prop, double pT, double phi, double theta, int charge, double time, int index)
 
 Acts::Test::BOOST_DATA_TEST_CASE (test_material_collector, bdata::random((bdata::seed=20, bdata::distribution=std::uniform_real_distribution<>(0.5_GeV, 10_GeV)))^bdata::random((bdata::seed=21, bdata::distribution=std::uniform_real_distribution<>(-M_PI, M_PI)))^bdata::random((bdata::seed=22, bdata::distribution=std::uniform_real_distribution<>(1.0, M_PI-1.0)))^bdata::random((bdata::seed=23, bdata::distribution=std::uniform_int_distribution<>(0, 1)))^bdata::random((bdata::seed=24, bdata::distribution=std::uniform_int_distribution<>(0, 100)))^bdata::xrange(ntests), pT, phi, theta, charge, time, index)
 

Variables

Navigator Acts::Test::navigatorES (tGeometry)
 
Navigator Acts::Test::navigatorSL (tGeometry)
 
StraightLineStepper Acts::Test::slstepper
 
bool Acts::Test::debugModeFwd = false
 
bool Acts::Test::debugModeBwd = false
 
bool Acts::Test::debugModeFwdStep = false
 
bool Acts::Test::debugModeBwdStep = false