Go to the source code of this file.
|
| namespace | Acts |
| | Set the Geometry Context PLUGIN.
|
| |
| namespace | Acts::Test |
| | Namespace for ATS unit tests.
|
| |
|
| | Acts::Test::BOOST_DATA_TEST_CASE (readout_counter_test, bdata::random((bdata::seed=0, bdata::distribution=std::uniform_real_distribution<>(-halfX+sguardX, halfX-sguardX)))^bdata::random((bdata::seed=1, bdata::distribution=std::uniform_real_distribution<>(-halfX+sguardX, halfX-sguardX)))^bdata::random((bdata::seed=2, bdata::distribution=std::uniform_real_distribution<>(-halfY, halfY)))^bdata::random((bdata::seed=3, bdata::distribution=std::uniform_int_distribution<>(-halfY, halfY)))^bdata::xrange(ntests), entryX, entryY, exitX, exitY, index) |
| |
|
| double | Acts::Test::halfX = 5_mm |
| |
| double | Acts::Test::halfY = 10_mm |
| |
| double | Acts::Test::tanAlpha = tan(lAngle) |
| |
| double | Acts::Test::sguardX = 2 * hThickness * abs(tanAlpha) |
| |
| DigitizationModule | Acts::Test::pdModule (cSegmentation, hThickness, 1, lAngle, 0., true) |
| |
| DigitizationModule | Acts::Test::ndModule (cSegmentation, hThickness,-1, lAngle, 0., true) |
| |
| std::vector< DigitizationModule > | Acts::Test::testModules |
| |
| PlanarModuleStepper | Acts::Test::pmStepper |
| | The Planar module stepper.
|
| |