EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::Test Namespace Reference

Namespace for ATS unit tests. More...

Namespaces

namespace  benchmark_tools_internal
 
namespace  events
 
namespace  float_compare_internal
 
namespace  Layers
 
namespace  states
 

Classes

struct  MicroBenchmarkResult
 
struct  CubicTrackingGeometry
 
struct  CylindricalTrackingGeometry
 
class  DetectorElementStub
 
class  LineSurfaceStub
 
struct  meas_factory
 
struct  meas_factory2
 
struct  TestTrackState
 
class  AlignmentContext
 
class  AlignableDetectorElement
 
struct  StepVolumeCollector
 
struct  LayerCreatorFixture
 
struct  SurfaceArrayCreatorFixture
 
struct  NavigatorState
 
struct  PropagatorState
 mockup of propagtor state More...
 
struct  Stepper
 This is a struct to mimic the stepper. More...
 
struct  Result
 
struct  ActorA
 
struct  ActorB
 
struct  AborterWithResultA
 
struct  AborterWithResultInvalid
 
struct  AborterWithResultB
 
struct  AborterWithoutResult
 
struct  AborterWithoutResultInvalid
 
struct  DistanceObserver
 A distance observer struct as an actor. More...
 
struct  CallCounter
 A call counter struct as an actor. More...
 
struct  MockPropagatorState
 Simplified propagator state. More...
 
struct  PlaneSelector
 
struct  StepWiseActor
 the bound state propagation More...
 
struct  SteppingState
 mockup of stepping state More...
 
struct  NavigationState
 mockup of navigation state More...
 
struct  Options
 mockup of the Propagator Options More...
 
struct  PerpendicularMeasure
 An observer that measures the perpendicular distance. More...
 
struct  SurfaceObserver
 An observer that measures the perpendicular distance. More...
 
struct  PropState
 Simplified propagator state. More...
 
struct  EndOfWorld
 Aborter for the case that a particle leaves the detector or reaches a custom made threshold. More...
 
struct  StepCollector
 Data collector while propagation. More...
 
struct  StepperState
 Simplified stepper state. More...
 
struct  State
 Simplified propgator state. More...
 
struct  SurfaceArrayFixture
 
struct  ExtendedMinimalSourceLink
 
struct  MeasurementCreator
 This struct creates FittableMeasurements on the detector surfaces, according to the given smearing xxparameters. More...
 
struct  MaterialScattering
 Simplified material interaction effect by pure gaussian deflection. More...
 
struct  MinimalOutlierFinder
 
struct  Object
 
struct  fsm
 
struct  fsm2
 
struct  S1
 
struct  S2
 
struct  S3
 
struct  E1
 
struct  E2
 
class  E3
 
struct  fsm3
 
struct  MyStruct
 
struct  functor
 
struct  variadic_struct
 
struct  tuple_helper
 
struct  NoCopy
 
struct  E
 
struct  M
 
struct  M2
 
struct  M3
 
struct  M4
 
class  M5
 
struct  N
 
struct  N2
 
struct  N3
 
struct  A
 
struct  A2
 
struct  B
 
struct  C
 
struct  D
 
struct  InputTrack
 
struct  VertexInfo
 Helper struct to store reference vertex related information. More...
 
struct  PlyElement
 Ply element struct. More...
 
struct  RootGeometry
 struct to load the global geometry More...
 

Typedefs

using par_t = BoundIndices
 
using Source = MinimalSourceLink
 
using freePar_t = FreeIndices
 
using SourceLink = MinimalSourceLink
 
template<BoundIndices... params>
using MeasurementType = Measurement< SourceLink, BoundIndices, params...>
 
using FittableMeasurement = FittableMeasurement< SourceLink >
 
using Parameters = BoundVector
 
using Covariance = BoundSymMatrix
 
using ParVec_t = BoundTrackParameters::ParametersVector
 
using CovMat_t = BoundTrackParameters::CovarianceMatrix
 
template<BoundIndices... params>
using ParSet = ParameterSet< BoundIndices, params...>
 
template<FreeIndices... params>
using FreeParSet = ParameterSet< FreeIndices, params...>
 
using SrfVec = std::vector< std::shared_ptr< const Surface >>
 
using Box = Acts::Volume::BoundingBox
 
using Ray = Acts::Ray< double, 3 >
 
using grid_t = detail::Grid< ActsVectorF< 5 >, detail::EquidistantAxis, detail::EquidistantAxis >
 
using RecordedMaterial = std::vector< std::pair< Acts::Material, Acts::Vector3D >>
 
using EAxis = Acts::detail::EquidistantAxis
 
using Grid2D = Acts::detail::Grid< Acts::AccumulatedVolumeMaterial, EAxis, EAxis >
 
using Grid3D = Acts::detail::Grid< Acts::AccumulatedVolumeMaterial, EAxis, EAxis, EAxis >
 
using MaterialGrid2D = Acts::detail::Grid< Acts::ActsVectorF< 5 >, EAxis, EAxis >
 
using MaterialGrid3D = Acts::detail::Grid< Acts::ActsVectorF< 5 >, EAxis, EAxis, EAxis >
 
using PathLimit = PathLimitReached
 
using EndOfWorld = EndOfWorldReached
 
using Jacobian = BoundMatrix
 
using Stepper = AtlasStepper< ConstantBField >
 
using BField = ConstantBField
 
using ReferencePropagator = Propagator< Stepper, Navigator >
 
using DirectPropagator = Propagator< Stepper, DirectNavigator >
 
using path_limit = PathLimitReached
 
using BFieldType = ConstantBField
 
using EigenStepperType = EigenStepper< BFieldType >
 
using EigenPropagatorType = Propagator< EigenStepperType, Navigator >
 
using AtlasStepperType = AtlasStepper< BFieldType >
 
using EigenStepper = EigenStepper< BField >
 
using EigenPropagator = Propagator< EigenStepper >
 
using StraightLinePropagator = Propagator< StraightLineStepper, Navigator >
 
using Resolution = std::pair< BoundIndices, double >
 
using ElementResolution = std::vector< Resolution >
 
using VolumeResolution = std::map< GeometryIdentifier::Value, ElementResolution >
 
using DetectorResolution = std::map< GeometryIdentifier::Value, VolumeResolution >
 
using ObjectBBox = Acts::AxisAlignedBoundingBox< Object, float, 3 >
 
template<typename T >
using member_a_t = decltype(std::declval< T >().member_a)
 
template<typename T >
using member_b_t = decltype(std::declval< T >().member_b)
 
template<typename T >
using nested_a_t = typename T::NestedA
 
template<typename T >
using nested_b_t = typename T::NestedB
 
template<typename T >
using member_t = decltype(std::declval< T >().member)
 
template<typename T >
using nested_t = typename T::Nested
 
template<typename T >
using meta_t = typename T::template meta< void, void >
 
using Propagator = Propagator< EigenStepper< ConstantBField >>
 
using Linearizer = HelicalTrackLinearizer< Propagator >
 
using Linearizer_t = HelicalTrackLinearizer< Propagator >
 

Enumerations

enum  VertexCsvData { BeamSpotData, VerticesData, TracksData }
 

Functions

Vector3D origin (0., 0., 0.)
 
Vector3D originStraw (0.3_m,-0.2_m, 11_m)
 
template<typename surface_t >
MicroBenchmarkResult intersectionTest (const surface_t &surface, double phi, double theta)
 
 BOOST_DATA_TEST_CASE (benchmark_surface_intersections, 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<>(-0.3, 0.3)))^bdata::xrange(ntests), phi, theta, index)
 
template<typename T >
void assumeAccessed (T &&clobber)
 
template<typename T >
void assumeRead (const T &clobber)
 
template<typename T >
void assumeWritten (T &clobber)
 
template<typename Callable >
MicroBenchmarkResult microBenchmark (Callable &&iteration, size_t iters_per_run, size_t num_runs=20000, std::chrono::milliseconds warmup_time=std::chrono::milliseconds(2000))
 
template<typename Callable , typename Input >
MicroBenchmarkResult microBenchmark (Callable &&iterationWithInput, const std::vector< Input > &inputs, size_t num_runs=20000, std::chrono::milliseconds warmup_time=std::chrono::milliseconds(2000))
 
std::string getDataPath (const std::string &relativePath)
 
template<typename T , typename U >
boost::test_tools::predicate_result checkCloseRel (const T &val, const U &ref, double reltol)
 
template<typename T , typename U >
boost::test_tools::predicate_result checkCloseAbs (const T &val, const U &ref, double abstol)
 
template<typename T >
boost::test_tools::predicate_result checkSmall (const T &val, double small)
 
template<typename T , typename U >
boost::test_tools::predicate_result checkCloseOrSmall (const T &val, const U &ref, double reltol, double small)
 
template<typename Scalar , int dim>
boost::test_tools::predicate_result checkCloseCovariance (const ActsSymMatrix< Scalar, dim > &val, const ActsSymMatrix< Scalar, dim > &ref, double tol)
 
Material makeBeryllium ()
 
Material makeSilicon ()
 
MaterialSlab makeUnitSlab ()
 Build material slab corresponding to 1 radiation and interaction length.
 
MaterialSlab makePercentSlab ()
 Build material slab corresponding to 1% of radiation and interaction length.
 
 BOOST_AUTO_TEST_CASE (assume_accessed)
 
 BOOST_AUTO_TEST_CASE (assume_read)
 
 BOOST_AUTO_TEST_CASE (assume_written)
 
 BOOST_AUTO_TEST_CASE (micro_benchmark_result)
 
 BOOST_AUTO_TEST_CASE (micro_benchmark)
 
 BOOST_AUTO_TEST_CASE (index_combination_generation_test)
 
constexpr par_t operator""_p (unsigned long long i)
 
 BOOST_AUTO_TEST_CASE (variant_bound_measurement_generation_test)
 
constexpr freePar_t operator""_fp (unsigned long long i)
 
 BOOST_AUTO_TEST_CASE (variant_free_measurement_generation_test)
 
 BOOST_AUTO_TEST_CASE (getSurface_test)
 
 BOOST_AUTO_TEST_CASE (getSize_test)
 
 BOOST_AUTO_TEST_CASE (MinimalSourceLinkTest)
 
 BOOST_AUTO_TEST_CASE (visit_measurement_test)
 
 BOOST_AUTO_TEST_CASE (measurement_initialization)
 Unit test for creation of Measurement object.
 
CurvilinearTrackParameters make_params ()
 
template<typename track_state_t >
auto fillTrackState (track_state_t &ts, TrackStatePropMask mask, size_t dim=3)
 Fills a TrackStateProxy object.
 
 BOOST_AUTO_TEST_CASE (multitrajectory_build)
 
 BOOST_AUTO_TEST_CASE (visit_apply_abort)
 
 BOOST_AUTO_TEST_CASE (trackstate_add_bitmask_operators)
 
 BOOST_AUTO_TEST_CASE (trackstate_add_bitmask_method)
 
 BOOST_AUTO_TEST_CASE (trackstate_proxy_cross_talk)
 
 BOOST_AUTO_TEST_CASE (trackstate_reassignment)
 
 BOOST_AUTO_TEST_CASE (storage_consistency)
 
 BOOST_AUTO_TEST_CASE (add_trackstate_allocations)
 
 BOOST_AUTO_TEST_CASE (trackstateproxy_getmask)
 
 BOOST_AUTO_TEST_CASE (trackstateproxy_copy)
 
 BOOST_AUTO_TEST_CASE (parset_consistency_tests)
 Unit test for checking consistency of ParameterSet class.
 
 BOOST_AUTO_TEST_CASE (parset_copy_assignment_tests)
 Unit test for copy/assignment in ParameterSet class.
 
 BOOST_AUTO_TEST_CASE (parset_comparison_tests)
 Unit test for comparison operators in ParameterSet.
 
 BOOST_AUTO_TEST_CASE (parset_projection_tests)
 Unit test for projection matrices in ParameterSet.
 
 BOOST_AUTO_TEST_CASE (parset_residual_tests)
 Unit test for residuals between different ParameterSet objects.
 
 BOOST_AUTO_TEST_CASE (parset_parID_mapping)
 Unit test for index-/type-based access of coordinates.
 
 BOOST_AUTO_TEST_CASE (free_parset_consistency_tests)
 Unit test for checking consistency of ParameterSet class.
 
 BOOST_AUTO_TEST_CASE (free_parset_copy_assignment_tests)
 Unit test for copy/assignment in ParameterSet class.
 
 BOOST_AUTO_TEST_CASE (free_parset_comparison_tests)
 Unit test for comparison operators in ParameterSet.
 
 BOOST_AUTO_TEST_CASE (free_parset_projection_tests)
 Unit test for projection matrices in ParameterSet.
 
 BOOST_AUTO_TEST_CASE (free_parset_residual_tests)
 Unit test for residuals between different ParameterSet objects.
 
 BOOST_AUTO_TEST_CASE (free_parset_parID_mapping)
 Unit test for index-/type-based access of coordinates.
 
template<typename Parameter >
void consistencyCheck (const Parameter &pars, const Vector3D &position, const Vector3D &momentum, double charge, double time, std::array< double, eBoundSize > values)
 
 BOOST_AUTO_TEST_CASE (AlignmentContextTests)
 Unit test for creating compliant/non-compliant Surface object.
 
 BOOST_AUTO_TEST_CASE (ConeVolumeBoundsTests)
 
 BOOST_AUTO_TEST_CASE (ConeVolumeBoundsSurfaceOrientation)
 
 BOOST_AUTO_TEST_CASE (CuboidVolumeConstruction)
 
 BOOST_AUTO_TEST_CASE (CuboidVolumeRecreation)
 
 BOOST_AUTO_TEST_CASE (CuboidVolumeException)
 
 BOOST_AUTO_TEST_CASE (CuboidVolumeProperties)
 
 BOOST_AUTO_TEST_CASE (CuboidVolumeBoundarySurfaces)
 
 BOOST_AUTO_TEST_CASE (CuboidVolumeBuilderTest)
 
 BOOST_AUTO_TEST_CASE (CutoutCylinderVolumeBoundsConstruction)
 
 BOOST_AUTO_TEST_CASE (CutoutCylinderVolumeBoundsRecreation)
 
 BOOST_AUTO_TEST_CASE (CutoutCylinderVolumeBoundsExceptions)
 
 BOOST_AUTO_TEST_CASE (CutoutCylinderVolumeBoundsAccess)
 
 BOOST_AUTO_TEST_CASE (CutoutCylinderVolumeBoundsInside)
 
 BOOST_AUTO_TEST_CASE (CutoutCylinderVolumeBoundsBoundingBox)
 
 BOOST_AUTO_TEST_CASE (CutoutCylinderVolumeOrientedBoundaries)
 
 BOOST_AUTO_TEST_CASE (CylinderVolumeBoundsConstruction)
 
 BOOST_AUTO_TEST_CASE (CylinderVolumeBoundsRecreation)
 
 BOOST_AUTO_TEST_CASE (CylinderVolumeBoundsExceptions)
 
 BOOST_AUTO_TEST_CASE (CylinderVolumeBoundsAccess)
 
 BOOST_DATA_TEST_CASE (CylinderVolumeBoundsOrientedSurfaces, bdata::random(-M_PI, M_PI)^bdata::random(-M_PI, M_PI)^bdata::random(-M_PI, M_PI)^bdata::random(-10., 10.)^bdata::random(-10., 10.)^bdata::random(-10., 10.)^bdata::xrange(100), alpha, beta, gamma, posX, posY, posZ, index)
 Unit test for testing the orientedSurfaces() function.
 
 BOOST_AUTO_TEST_CASE (CylinderVolumeBoundsBoundingBox)
 
 BOOST_AUTO_TEST_CASE (CylinderVolumeOrientedBoundaries)
 
 BOOST_DATA_TEST_CASE (CylinderVolumeBuilder_wraps, bdata::random(-11.,-15.)^bdata::random(11., 15.)^bdata::random(-10., 10.)^bdata::random(0., 4.)^bdata::random(11., 15.)^bdata::random(10., 15.)^bdata::xrange(100), left, right, central, inner, outer, length, index)
 Unit test for testing the wraps() function of the CylinderVolumeBuilder.
 
 BOOST_DATA_TEST_CASE (CylinderVolumeBuilder_containes, bdata::random(-11.,-15.)^bdata::random(11., 15.)^bdata::random(-10., 10.)^bdata::random(0., 4.)^bdata::random(10., 15.)^bdata::random(10., 15.)^bdata::xrange(100), left, right, central, inner, outer, length, index)
 
 BOOST_DATA_TEST_CASE (CylinderVolumeBuilder_overlapsInR, bdata::random(0., 4.)^bdata::random(11., 15.)^bdata::xrange(100), inner, outer, index)
 
 BOOST_DATA_TEST_CASE (CylinderVolumeBuilder_overlapsInZ, bdata::random(-11.,-15.)^bdata::random(11., 15.)^bdata::random(0., 4.)^bdata::xrange(100), left, right, inner, index)
 
 BOOST_AUTO_TEST_CASE (ExtentTest)
 Unit tests for Polyderon construction & operator +=.
 
 BOOST_AUTO_TEST_CASE (ExtentTestIntersects)
 
 BOOST_AUTO_TEST_CASE (construction_test)
 
 BOOST_AUTO_TEST_CASE (GenericCuboidBoundsOrientedSurfaces)
 
 BOOST_AUTO_TEST_CASE (ply_test)
 
 BOOST_AUTO_TEST_CASE (bounding_box_creation)
 
 BOOST_AUTO_TEST_CASE (GenericCuboidVolumeBoundarySurfaces)
 
 BOOST_AUTO_TEST_CASE (GeometryIdentifier_construct_default)
 
 BOOST_AUTO_TEST_CASE (GeometryIdentifier_construct_encoded)
 
 BOOST_AUTO_TEST_CASE (GeometryIdentifier_max_values)
 
 BOOST_AUTO_TEST_CASE (GeometryIdentifier_order)
 
void draw_surfaces (const SrfVec &surfaces, const std::string &fname)
 
 BOOST_FIXTURE_TEST_CASE (LayerCreator_createCylinderLayer, LayerCreatorFixture)
 
 BOOST_FIXTURE_TEST_CASE (LayerCreator_createDiscLayer, LayerCreatorFixture)
 
 BOOST_FIXTURE_TEST_CASE (LayerCreator_barrelStagger, LayerCreatorFixture)
 
 BOOST_AUTO_TEST_CASE (PolyhedronTest)
 Unit tests for Polyderon construction & operator +=.
 
 BOOST_AUTO_TEST_CASE (PolyhedronExtent)
 Unit tests for Polyderon construction & operator +=.
 
 BOOST_AUTO_TEST_CASE (SimpleGeometryTest)
 Unit test for a three layer detector parameters Testing the Tool chain in the geometry building process.
 
void draw_surfaces (SrfVec surfaces, const std::string &fname)
 
 BOOST_FIXTURE_TEST_CASE (SurfaceArrayCreator_createEquidistantAxis_Phi, SurfaceArrayCreatorFixture)
 
 BOOST_FIXTURE_TEST_CASE (SurfaceArrayCreator_createEquidistantAxis_Z, SurfaceArrayCreatorFixture)
 
 BOOST_FIXTURE_TEST_CASE (SurfaceArrayCreator_createEquidistantAxis_R, SurfaceArrayCreatorFixture)
 
 BOOST_FIXTURE_TEST_CASE (SurfaceArrayCreator_dependentBinCounts, SurfaceArrayCreatorFixture)
 
 BOOST_FIXTURE_TEST_CASE (SurfaceArrayCreator_completeBinning, SurfaceArrayCreatorFixture)
 
 BOOST_FIXTURE_TEST_CASE (SurfaceArrayCreator_barrelStagger, SurfaceArrayCreatorFixture)
 
 BOOST_AUTO_TEST_CASE (PlaneSurfaceMatcher)
 
 BOOST_AUTO_TEST_CASE (GeometryIdentifier_closeGeometry_test)
 
 BOOST_AUTO_TEST_CASE (TrackingGeometry_testVisitSurfaces)
 
 BOOST_AUTO_TEST_CASE (CylindricalTrackingGeometryTest)
 
 BOOST_AUTO_TEST_CASE (CubicTrackingGeometryTest)
 
 BOOST_AUTO_TEST_CASE (GeometryIdentifier_innervolume_test)
 
 BOOST_AUTO_TEST_CASE (GeometryIdentifier_outervolume_test)
 
 BOOST_AUTO_TEST_CASE (GeometryIdentifier_containervolume_test)
 pre-check on GeometryIdentifier
 
std::tuple< std::vector< const
Volume * >, std::shared_ptr
< TrackingGeometry > > 
gridBoxFactory (size_t n=NBOXES, double hl=1000, size_t octd=5)
 
 BOOST_DATA_TEST_CASE (bvhnavigation_test, bdata::random((bdata::seed=7, bdata::engine=std::mt19937(), bdata::distribution=std::uniform_real_distribution<>(-5, 5)))^bdata::random((bdata::seed=2, bdata::engine=std::mt19937(), bdata::distribution=std::uniform_real_distribution<>(-M_PI, M_PI)))^bdata::random((bdata::seed=3, bdata::engine=std::mt19937(), bdata::distribution=std::uniform_real_distribution<>(-100, 100)))^bdata::random((bdata::seed=4, bdata::engine=std::mt19937(), bdata::distribution=std::uniform_real_distribution<>(-100, 100)))^bdata::random((bdata::seed=5, bdata::engine=std::mt19937(), bdata::distribution=std::uniform_real_distribution<>(-100, 100)))^bdata::xrange(NTESTS), eta, phi, x, y, z, index)
 
 BOOST_AUTO_TEST_CASE (TrapezoidVolumeBoundarySurfaces)
 
 BOOST_AUTO_TEST_CASE (VolumeBoundsTest)
 
 BOOST_AUTO_TEST_CASE (VolumeTest)
 
 BOOST_DATA_TEST_CASE (ConstantBField_components, bdata::random(-2_T, 2_T)^bdata::random(-1_T, 4_T)^bdata::random(0_T, 10_T)^bdata::random(-10_m, 10_m)^bdata::random(-10_m, 10_m)^bdata::random(-10_m, 10_m)^bdata::xrange(10), x, y, z, bx, by, bz, index)
 unit test for construction of constant magnetic field
 
 BOOST_DATA_TEST_CASE (ConstantBField_update, bdata::random(-2_T, 2_T)^bdata::random(-1_T, 4_T)^bdata::random(0_T, 10_T)^bdata::random(-10_m, 10_m)^bdata::random(-10_m, 10_m)^bdata::random(-10_m, 10_m)^bdata::xrange(10), x, y, z, bx, by, bz, index)
 unit test for update of constant magnetic field
 
 BOOST_AUTO_TEST_CASE (InterpolatedBFieldMap_rz)
 
template<class BField_t >
void testInterfaceConsistency (const BField_t &field)
 
 BOOST_AUTO_TEST_CASE (TestConstantBFieldInterfaceConsistency)
 
 BOOST_AUTO_TEST_CASE (TestSolenoidBFieldInterfaceConsistency)
 
 BOOST_AUTO_TEST_CASE (TestInterpolatedBFieldMapInterfaceConsistency)
 
 BOOST_AUTO_TEST_CASE (TestSharedBFieldInterfaceConsistency)
 
 BOOST_AUTO_TEST_CASE (TestSolenoidBField)
 
 BOOST_AUTO_TEST_CASE (AccumulatedSurfaceMaterial_construction_test)
 Test the constructors.
 
 BOOST_AUTO_TEST_CASE (AccumulatedSurfaceMaterial_fill_convert_0D)
 Test the filling and conversion.
 
 BOOST_AUTO_TEST_CASE (AccumulatedSurfaceMaterial_fill_convert_1D)
 Test the filling and conversion.
 
 BOOST_AUTO_TEST_CASE (vacuum)
 
 BOOST_AUTO_TEST_CASE (single_material)
 
 BOOST_AUTO_TEST_CASE (two_materials)
 
 BOOST_AUTO_TEST_CASE (two_materials_different_lengh)
 
 BOOST_AUTO_TEST_CASE (BinnedSurfaceMaterial_construction_test)
 Test the constructors.
 
 BOOST_AUTO_TEST_CASE (HomogeneousSurfaceMaterial_construction_test)
 Test the constructors.
 
 BOOST_AUTO_TEST_CASE (HomogeneousSurfaceMaterial_scaling_test)
 
 BOOST_AUTO_TEST_CASE (HomogeneousSurfaceMaterial_access_test)
 
 BOOST_AUTO_TEST_CASE (HomogeneousVolumeMaterial_construction_test)
 Test the constructors.
 
 BOOST_AUTO_TEST_CASE (HomogeneousVolumeMaterial_access_test)
 
ActsVectorD< dimtrafoGlobalToLocal (const Vector3D &global)
 
 BOOST_AUTO_TEST_CASE (InterpolatedMaterialMap_MaterialCell_test)
 
 BOOST_AUTO_TEST_CASE (InterpolatedMaterialMap_MaterialMapper_test)
 
 BOOST_AUTO_TEST_CASE (InterpolatedMaterialMap_test)
 
 BOOST_AUTO_TEST_CASE (construct_element_fraction)
 
 BOOST_AUTO_TEST_CASE (construct_with_fractions)
 
 BOOST_AUTO_TEST_CASE (construct_with_weights)
 
 BOOST_AUTO_TEST_CASE (Square_Grid_test)
 Various test for the Material in the case of a Cuboid volume and 2D Grid.
 
 BOOST_AUTO_TEST_CASE (PhiZ_Grid_test)
 Various test for the Material in the case of a Cylindrical volume with a 2D grid.
 
 BOOST_AUTO_TEST_CASE (Cubic_Grid_test)
 Various test for the Material in the case of a Cuboid volume.
 
 BOOST_AUTO_TEST_CASE (Cylindrical_Grid_test)
 Various test for the Material in the case of a Cylindrical volume.
 
 BOOST_AUTO_TEST_CASE (ProtoSurfaceMaterial_construction_test)
 Test the constructors.
 
 BOOST_AUTO_TEST_CASE (ProtoVolumeMaterial_construction_test)
 Test the constructors.
 
 BOOST_AUTO_TEST_CASE (SurfaceMaterialMapper_tests)
 Test the filling and conversion.
 
 BOOST_AUTO_TEST_CASE (VolumeMaterialMapper_comparison_tests)
 Test case for comparison between the mapped material and the associated material by propagation.
 
 BOOST_AUTO_TEST_CASE (AbortListTest_PathLimit)
 
 BOOST_AUTO_TEST_CASE (AbortListSignatureTest)
 
 BOOST_AUTO_TEST_CASE (ActionListTest_Distance)
 
 BOOST_AUTO_TEST_CASE (ActionListTest_TwoActions)
 
static const Vector4D pos4 (1_mm,-1_mm, 2_mm, 2_ns)
 
 BOOST_AUTO_TEST_CASE (ConstructState)
 
 BOOST_AUTO_TEST_CASE (ConstructStateWithCovariance)
 
 BOOST_AUTO_TEST_CASE (Getters)
 
 BOOST_AUTO_TEST_CASE (UpdateFromBound)
 
 BOOST_AUTO_TEST_CASE (UpdateFromComponents)
 
 BOOST_AUTO_TEST_CASE (BuildBound)
 
 BOOST_AUTO_TEST_CASE (BuildCurvilinear)
 
 BOOST_AUTO_TEST_CASE (Step)
 
 BOOST_AUTO_TEST_CASE (StepWithCovariance)
 
 BOOST_AUTO_TEST_CASE (Reset)
 
 BOOST_AUTO_TEST_CASE (StepSize)
 
 BOOST_AUTO_TEST_CASE (StepSizeSurface)
 
 BOOST_AUTO_TEST_CASE (AuctioneerTest_VoidAuctioneer)
 
 BOOST_AUTO_TEST_CASE (AuctioneerTest_FirstValidAuctioneer)
 
 BOOST_AUTO_TEST_CASE (AuctioneerTest_HighestValidAuctioneer)
 
 BOOST_AUTO_TEST_CASE (ConstrainedStepTest)
 
 BOOST_AUTO_TEST_CASE (covariance_engine_test)
 
ReferencePropagator rpropagator (std::move(estepper), std::move(navigator))
 
DirectPropagator dpropagator (std::move(dstepper), std::move(dnavigator))
 
template<typename rpropagator_t , typename dpropagator_t >
void runTest (const rpropagator_t &rprop, const dpropagator_t &dprop, double pT, double phi, double theta, int charge, double time, int index)
 
 BOOST_DATA_TEST_CASE (test_direct_navigator, bdata::random((bdata::seed=20, bdata::distribution=std::uniform_real_distribution<>(0.15_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)
 
CylindricalTrackingGeometry cGeometry (tgContext)
 
Navigator navigator (tGeometry)
 
BFieldType bField (0, 0, 2_T)
 
EigenStepperType estepper (bField)
 
EigenPropagatorType epropagator (std::move(estepper), std::move(navigator))
 
 BOOST_DATA_TEST_CASE (test_extrapolation_, bdata::random((bdata::seed=0, bdata::distribution=std::uniform_real_distribution<>(0.4_GeV, 10_GeV)))^bdata::random((bdata::seed=1, bdata::distribution=std::uniform_real_distribution<>(-M_PI, M_PI)))^bdata::random((bdata::seed=2, bdata::distribution=std::uniform_real_distribution<>(1.0, M_PI-1.0)))^bdata::random((bdata::seed=3, bdata::distribution=std::uniform_int_distribution<>(0, 1)))^bdata::random((bdata::seed=4, bdata::distribution=std::uniform_int_distribution<>(0, 100)))^bdata::xrange(ntests), pT, phi, theta, charge, time, index)
 
 BOOST_DATA_TEST_CASE (test_surface_collection_, bdata::random((bdata::seed=10, bdata::distribution=std::uniform_real_distribution<>(0.4_GeV, 10_GeV)))^bdata::random((bdata::seed=11, bdata::distribution=std::uniform_real_distribution<>(-M_PI, M_PI)))^bdata::random((bdata::seed=12, bdata::distribution=std::uniform_real_distribution<>(1.0, M_PI-1.0)))^bdata::random((bdata::seed=13, bdata::distribution=std::uniform_int_distribution<>(0, 1)))^bdata::random((bdata::seed=14, bdata::distribution=std::uniform_int_distribution<>(0, 100)))^bdata::xrange(ntests), pT, phi, theta, charge, time, index)
 
 BOOST_DATA_TEST_CASE (test_material_interactor_, bdata::random((bdata::seed=20, bdata::distribution=std::uniform_real_distribution<>(0.4_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)
 
 BOOST_DATA_TEST_CASE (loop_protection_test, bdata::random((bdata::seed=20, bdata::distribution=std::uniform_real_distribution<>(0.1_GeV, 0.5_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)
 
Transform3D createCylindricTransform (const Vector3D &nposition, double angleX, double angleY)
 
Transform3D createPlanarTransform (const Vector3D &nposition, const Vector3D &nnormal, double angleT, double angleU)
 
BoundToFreeMatrix convertToMatrix (const std::array< double, 60 > P)
 
template<typename Parameters >
void testJacobianToGlobal (const Parameters &pars)
 
 BOOST_AUTO_TEST_CASE (JacobianCurvilinearToGlobalTest)
 This tests the jacobian of local curvilinear -> global.
 
 BOOST_AUTO_TEST_CASE (JacobianCylinderToGlobalTest)
 This tests the jacobian of local cylinder -> global.
 
 BOOST_AUTO_TEST_CASE (JacobianDiscToGlobalTest)
 This tests the jacobian of local disc -> global.
 
 BOOST_AUTO_TEST_CASE (JacobianPlaneToGlobalTest)
 This tests the jacobian of local plane -> global.
 
 BOOST_AUTO_TEST_CASE (JacobianPerigeeToGlobalTest)
 This tests the jacobian of local perigee -> global.
 
 BOOST_AUTO_TEST_CASE (JacobianStrawToGlobalTest)
 This tests the jacobian of local straw -> global.
 
 BOOST_AUTO_TEST_CASE (kalman_extrapolator)
 Unit test for Kalman fitter propagation.
 
 BOOST_DATA_TEST_CASE (loop_aborter_test, 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<>(-M_PI, M_PI)))^bdata::xrange(1), phi, deltaPhi, index)
 
 BOOST_DATA_TEST_CASE (propagator_loop_protection_test, 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::xrange(ntests), pT, phi, theta, charge, index)
 
BField bField (0, 0, Bz)
 
EigenPropagator epropagator (std::move(estepper), std::move(navigatorES))
 
StraightLinePropagator slpropagator (std::move(slstepper), std::move(navigatorSL))
 
template<typename propagator_t >
void runTest (const propagator_t &prop, double pT, double phi, double theta, int charge, double time, int index)
 
 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)
 
template<typename stepper_state_t >
void step (stepper_state_t &sstate)
 
bool testNavigatorStateVectors (Navigator::State &state, size_t navSurf, size_t navLay, size_t navBound, size_t extSurf)
 Method for testing vectors in Navigator::State.
 
bool testNavigatorStatePointers (Navigator::State &state, const TrackingVolume *worldVol, const TrackingVolume *startVol, const Layer *startLay, const Surface *startSurf, const Surface *currSurf, const TrackingVolume *currVol, const TrackingVolume *targetVol, const Layer *targetLay, const Surface *targetSurf)
 Method for testing pointers in Navigator::State.
 
 BOOST_AUTO_TEST_CASE (Navigator_status_methods)
 
 BOOST_AUTO_TEST_CASE (Navigator_target_methods)
 
EigenPropagatorType epropagator (std::move(estepper))
 
 BOOST_AUTO_TEST_CASE (PropagatorOptions_)
 
 BOOST_DATA_TEST_CASE (cylinder_passage_observer_, bdata::random((bdata::seed=0, bdata::distribution=std::uniform_real_distribution<>(0.4_GeV, 10_GeV)))^bdata::random((bdata::seed=1, bdata::distribution=std::uniform_real_distribution<>(-M_PI, M_PI)))^bdata::random((bdata::seed=2, bdata::distribution=std::uniform_real_distribution<>(1.0, M_PI-1.0)))^bdata::random((bdata::seed=3, bdata::distribution=std::uniform_int_distribution<>(0, 1)))^bdata::random((bdata::seed=4, bdata::distribution=std::uniform_int_distribution<>(0, 100)))^bdata::xrange(ntests), pT, phi, theta, charge, time, index)
 
 BOOST_DATA_TEST_CASE (curvilinear_additive_, bdata::random((bdata::seed=0, bdata::distribution=std::uniform_real_distribution<>(0.4_GeV, 10_GeV)))^bdata::random((bdata::seed=1, bdata::distribution=std::uniform_real_distribution<>(-M_PI, M_PI)))^bdata::random((bdata::seed=2, bdata::distribution=std::uniform_real_distribution<>(1.0, M_PI-1.0)))^bdata::random((bdata::seed=3, bdata::distribution=std::uniform_int_distribution<>(0, 1)))^bdata::random((bdata::seed=4, bdata::distribution=std::uniform_int_distribution<>(0, 100)))^bdata::xrange(ntests), pT, phi, theta, charge, time, index)
 
 BOOST_DATA_TEST_CASE (cylinder_additive_, bdata::random((bdata::seed=0, bdata::distribution=std::uniform_real_distribution<>(0.4_GeV, 10_GeV)))^bdata::random((bdata::seed=1, bdata::distribution=std::uniform_real_distribution<>(-M_PI, M_PI)))^bdata::random((bdata::seed=2, bdata::distribution=std::uniform_real_distribution<>(1.0, M_PI-1.0)))^bdata::random((bdata::seed=3, bdata::distribution=std::uniform_int_distribution<>(0, 1)))^bdata::random((bdata::seed=4, bdata::distribution=std::uniform_int_distribution<>(0, 100)))^bdata::xrange(ntests), pT, phi, theta, charge, time, index)
 
 BOOST_AUTO_TEST_CASE (eigen_stepper_state_test)
 These tests are aiming to test whether the state setup is working properly.
 
 BOOST_AUTO_TEST_CASE (eigen_stepper_test)
 
 BOOST_AUTO_TEST_CASE (step_extension_vacuum_test)
 This function tests the EigenStepper with the DefaultExtension and the DenseEnvironmentExtension. The focus of this tests lies in the choosing of the right extension for the individual use case. This is performed with three different detectors: a) Pure vaccuum -> DefaultExtension needs to act b) Pure Be -> DenseEnvironmentExtension needs to act c) Vacuum - Be - Vacuum -> Both should act and switch during the propagation.
 
 BOOST_AUTO_TEST_CASE (step_extension_material_test)
 
 BOOST_AUTO_TEST_CASE (step_extension_vacmatvac_test)
 
 BOOST_AUTO_TEST_CASE (step_extension_trackercalomdt_test)
 
 BOOST_AUTO_TEST_CASE (straight_line_stepper_state_test)
 These tests are aiming to test whether the state setup is working properly.
 
 BOOST_AUTO_TEST_CASE (straight_line_stepper_test)
 
 BOOST_AUTO_TEST_CASE (volume_material_interaction_test)
 
 BOOST_AUTO_TEST_CASE (alignment_helper_test)
 
Vector2D offset (-2., 2.)
 
 BOOST_AUTO_TEST_CASE (AnnulusBoundsConstruction)
 
 BOOST_AUTO_TEST_CASE (AnnulusBoundsRecreation)
 
 BOOST_AUTO_TEST_CASE (AnnulusBoundsExcpetion)
 
 BOOST_AUTO_TEST_CASE (AnnulusBoundsProperties)
 Unit tests for AnnulusBounds properties.
 
 BOOST_AUTO_TEST_CASE (BoundaryCheckBoxSimple)
 
 BOOST_AUTO_TEST_CASE (BoundaryCheckBoxToleranceLoc0)
 
 BOOST_AUTO_TEST_CASE (BoundaryCheckBoxDistance)
 
 BOOST_AUTO_TEST_CASE (BoundaryCheckBoxCovariance)
 
 BOOST_AUTO_TEST_CASE (BoundaryCheckPolyDistance)
 
 BOOST_AUTO_TEST_CASE (BoundaryCheckTriangleSimple)
 
 BOOST_AUTO_TEST_CASE (BoundaryCheckTriangleCovariance)
 
 BOOST_AUTO_TEST_CASE (ConeBoundsConstruction)
 Unit test for creating compliant/non-compliant ConeBounds object.
 
 BOOST_AUTO_TEST_CASE (ConeBoundsRecreation)
 
 BOOST_AUTO_TEST_CASE (ConeBoundsExceptions)
 
 BOOST_AUTO_TEST_CASE (ConeBoundsProperties)
 Unit tests for properties of ConeBounds object.
 
 BOOST_AUTO_TEST_CASE (ConeBoundsAssignment)
 
 BOOST_AUTO_TEST_CASE (ConeSurfaceConstruction)
 Unit test for creating compliant/non-compliant ConeSurface object.
 
 BOOST_AUTO_TEST_CASE (ConeSurfaceProperties)
 Unit test for testing ConeSurface properties.
 
 BOOST_AUTO_TEST_CASE (ConeSurfaceEqualityOperators)
 
 BOOST_AUTO_TEST_CASE (ConeSurfaceExtent)
 
 BOOST_AUTO_TEST_CASE (ConeSurfaceAlignment)
 Unit test for testing ConeSurface alignment derivatives.
 
 BOOST_AUTO_TEST_CASE (ConvexPolygonBoundsConvexity)
 
 BOOST_AUTO_TEST_CASE (ConvexPolygonBoundsConstruction)
 
 BOOST_AUTO_TEST_CASE (ConvexPolygonBoundsRecreation)
 
 BOOST_AUTO_TEST_CASE (ConvexPolygonBoundsDynamicTest)
 
 BOOST_AUTO_TEST_CASE (CylinderBoundsConstruction)
 Unit test for creating compliant/non-compliant CylinderBounds object.
 
 BOOST_AUTO_TEST_CASE (CylinderBoundsRecreation)
 
 BOOST_AUTO_TEST_CASE (CylinderBoundsException)
 
 BOOST_AUTO_TEST_CASE (CylinderBoundsProperties)
 Unit tests for CylinderBounds properties.
 
 BOOST_AUTO_TEST_CASE (CylinderBoundsAssignment)
 Unit test for testing CylinderBounds assignment.
 
 BOOST_AUTO_TEST_CASE (CylinderSurfaceConstruction)
 Unit test for creating compliant/non-compliant CylinderSurface object.
 
 BOOST_AUTO_TEST_CASE (CylinderSurfaceProperties)
 Unit test for testing CylinderSurface properties.
 
 BOOST_AUTO_TEST_CASE (CylinderSurfaceEqualityOperators)
 
 BOOST_AUTO_TEST_CASE (CylinderSurfaceExtent)
 Unit test for testing CylinderSurface properties.
 
 BOOST_AUTO_TEST_CASE (CylinderSurfaceAlignment)
 Unit test for testing CylinderSurface alignment derivatives.
 
 BOOST_AUTO_TEST_CASE (DiamondBoundsConstruction)
 Unit test for creating compliant/non-compliant DiamondBounds object.
 
 BOOST_AUTO_TEST_CASE (DiamondBoundsProperties)
 Unit tests for DiamondBounds properties.
 
 BOOST_AUTO_TEST_CASE (DiamondBoundsAssignment)
 Unit test for testing DiamondBounds assignment.
 
 BOOST_AUTO_TEST_CASE (DiscSurfaceConstruction)
 Unit tests for creating DiscSurface object.
 
 BOOST_AUTO_TEST_CASE (DiscSurfaceProperties,*utf::expected_failures(2))
 Unit tests of all named methods.
 
 BOOST_AUTO_TEST_CASE (DiscSurfaceAssignment)
 Unit test for testing DiscSurface assignment and equality.
 
 BOOST_AUTO_TEST_CASE (DiscSurfaceExtent)
 Unit test for testing DiscSurface assignment and equality.
 
 BOOST_AUTO_TEST_CASE (DiscSurfaceAlignment)
 Unit test for testing DiscSurface alignment derivatives.
 
 BOOST_AUTO_TEST_CASE (DiscTrapezoidBoundsConstruction)
 Unit tests for DiscTrapezoidBounds constrcuctors.
 
 BOOST_AUTO_TEST_CASE (DiscTrapezoidBoundsRecreation)
 
 BOOST_AUTO_TEST_CASE (DiscTrapezoidBoundsExceptions)
 
 BOOST_AUTO_TEST_CASE (DiscTrapezoidBoundsProperties)
 Unit tests for DiscTrapezoidBounds properties.
 
 BOOST_AUTO_TEST_CASE (DiscTrapezoidBoundsAssignment)
 Unit test for testing DiscTrapezoidBounds assignment.
 
 BOOST_AUTO_TEST_CASE (EllipseBoundsConstruction)
 Unit test for creating compliant/non-compliant EllipseBounds object.
 
 BOOST_AUTO_TEST_CASE (EllipseBoundsRecreation)
 
 BOOST_AUTO_TEST_CASE (EllipseBoundsProperties)
 Unit tests for EllipseBounds properties.
 
 BOOST_AUTO_TEST_CASE (EllipseBoundsAssignment)
 Unit test for testing EllipseBounds assignment.
 
 BOOST_AUTO_TEST_CASE (InfiniteBoundsConstruction)
 Unit test for creating compliant/non-compliant InfiniteBounds object.
 
 BOOST_AUTO_TEST_CASE (InfiniteBoundsProperties)
 Unit tests for InfiniteBounds properties.
 
void basicChecks (bool circleCase=false)
 
 BOOST_AUTO_TEST_CASE (LineLineIntersection)
 Unit test for creating Ellipse intersection.
 
 BOOST_AUTO_TEST_CASE (EllipseIntersection)
 Unit test for creating Ellipse intersection.
 
 BOOST_AUTO_TEST_CASE (CircleIntersection)
 Unit test for creating Circle intersection.
 
 BOOST_AUTO_TEST_CASE (LineBoundsConstruction)
 Unit test for creating compliant/non-compliant LineBounds object.
 
 BOOST_AUTO_TEST_CASE (LineBoundsRecreation)
 Unit test for testing LineBounds recreation from streaming.
 
 BOOST_AUTO_TEST_CASE (LineBoundsExceptions)
 Unit test for testing LineBounds exceptions.
 
 BOOST_AUTO_TEST_CASE (LineBoundsAssignment)
 Unit test for testing LineBounds assignment.
 
 BOOST_AUTO_TEST_CASE (LineBoundsProperties)
 Unit tests for LineBounds properties.
 
 BOOST_AUTO_TEST_CASE (LineSurface_Constructors_test)
 Unit test for creating compliant/non-compliant LineSurface object.
 
 BOOST_AUTO_TEST_CASE (LineSurface_allNamedMethods_test)
 Unit tests of all named methods.
 
 BOOST_AUTO_TEST_CASE (LineSurface_assignment_test)
 Unit test for testing LineSurface assignment.
 
 BOOST_AUTO_TEST_CASE (LineSurfaceAlignment)
 Unit test for testing LineSurface alignment derivatives.
 
 BOOST_AUTO_TEST_CASE (PerigeeSurfaceConstruction)
 Unit test for creating compliant/non-compliant PerigeeSurface object.
 
 BOOST_AUTO_TEST_CASE (PerigeeSurfaceProperties)
 Unit test for testing PerigeeSurface properties.
 
 BOOST_AUTO_TEST_CASE (EqualityOperators)
 
 BOOST_AUTO_TEST_CASE (PlaneSurfaceConstruction)
 Unit test for creating compliant/non-compliant PlaneSurface object.
 
 BOOST_AUTO_TEST_CASE (PlaneSurfaceProperties)
 Unit test for testing PlaneSurface properties.
 
 BOOST_AUTO_TEST_CASE (PlaneSurfaceEqualityOperators)
 
 BOOST_AUTO_TEST_CASE (PlaneSurfaceExtent)
 Unit test for testing PlaneSurface extent via Polyhedron representation.
 
 BOOST_AUTO_TEST_CASE (PlaneSurfaceAlignment)
 Unit test for testing PlaneSurface alignment derivatives.
 
 BOOST_AUTO_TEST_CASE (ConeSurfacePolyhedrons)
 Unit tests for Cone Surfaces.
 
 BOOST_AUTO_TEST_CASE (CylinderSurfacePolyhedrons)
 Unit tests for Cylinder Surfaces.
 
 BOOST_AUTO_TEST_CASE (DiscSurfacePolyhedrons)
 Unit tests for Disc Surfaces.
 
 BOOST_AUTO_TEST_CASE (PlaneSurfacePolyhedrons)
 Unit tests for Plane Surfaces.
 
 BOOST_AUTO_TEST_CASE (RadialBoundsConstruction)
 Unit tests for RadialBounds constrcuctors.
 
 BOOST_AUTO_TEST_CASE (RadialBoundsRecreation)
 
 BOOST_AUTO_TEST_CASE (RadialBoundsException)
 
 BOOST_AUTO_TEST_CASE (RadialBoundsProperties)
 Unit tests for RadialBounds properties.
 
 BOOST_AUTO_TEST_CASE (RadialBoundsAssignment)
 Unit test for testing RadialBounds assignment.
 
void dumpVertices (const RectangleBounds &r)
 
bool approximatelyEqual (const Vector2D &a, const Vector2D &b)
 
 BOOST_AUTO_TEST_CASE (RectangleBoundsConstruction)
 Unit test for creating compliant/non-compliant RectangleBounds object.
 
 BOOST_AUTO_TEST_CASE (RectangleBoundsRecreation)
 Recreation.
 
 BOOST_AUTO_TEST_CASE (RectangleBoundsProperties)
 Unit test for testing RectangleBounds properties.
 
 BOOST_AUTO_TEST_CASE (RectangleBoundsAssignment)
 
 BOOST_AUTO_TEST_CASE (StrawSurfaceConstruction)
 Unit test for creating compliant/non-compliant StrawSurface object.
 
 BOOST_AUTO_TEST_CASE (StrawSurfaceProperties)
 Unit test for testing StrawSurface properties.
 
 BOOST_FIXTURE_TEST_CASE (SurfaceArray_create, SurfaceArrayFixture)
 
 BOOST_AUTO_TEST_CASE (SurfaceArray_singleElement)
 
 BOOST_AUTO_TEST_CASE (SurfaceBoundsConstruction)
 Unit test for creating compliant/non-compliant SurfaceBounds object.
 
 BOOST_AUTO_TEST_CASE (SurfaceBoundsProperties)
 
 BOOST_AUTO_TEST_CASE (SurfaceBoundsEquality)
 Unit test for testing SurfaceBounds properties.
 
 BOOST_AUTO_TEST_CASE (CylinderIntersectionTests)
 
 BOOST_AUTO_TEST_CASE (ConeIntersectionTest)
 
 BOOST_AUTO_TEST_CASE (PlanarIntersectionTest)
 
 BOOST_AUTO_TEST_CASE (LineIntersectionTest)
 
 BOOST_AUTO_TEST_CASE (SurfaceConstruction)
 todo: make test fixture; separate out different cases
 
 BOOST_AUTO_TEST_CASE (SurfaceProperties,*utf::expected_failures(1))
 Unit test for testing Surface properties.
 
 BOOST_AUTO_TEST_CASE (TrapezoidBoundsConstruction)
 Unit test for creating compliant/non-compliant TrapezoidBounds object.
 
 BOOST_AUTO_TEST_CASE (TrapezoidBoundsRecreated)
 Unit test for creating compliant/non-compliant TrapezoidBounds object.
 
 BOOST_AUTO_TEST_CASE (TrapezoidBoundsException)
 
 BOOST_AUTO_TEST_CASE (TrapezoidBoundsProperties,*utf::expected_failures(3))
 Unit tests for TrapezoidBounds properties.
 
 BOOST_AUTO_TEST_CASE (TrapezoidBoundsAssignment)
 Unit test for testing TrapezoidBounds assignment.
 
GeometryIdentifier makeId (int volume=0, int layer=0, int sensitive=0)
 
std::normal_distribution< double > gauss (0., 1.)
 
std::default_random_engine generator (42)
 
 BOOST_AUTO_TEST_CASE (comb_kalman_filter_zero_field)
 Unit test for CombinatorialKalmanFilter with measurements along the x-axis.
 
 BOOST_AUTO_TEST_CASE (gain_matrix_smoother)
 
 BOOST_AUTO_TEST_CASE (gain_matrix_updater)
 
 BOOST_AUTO_TEST_CASE (kalman_fitter_zero_field)
 Unit test for Kalman fitter with measurements along the x-axis.
 
 BOOST_AUTO_TEST_CASE (annealing_tool_singleChi2_tests)
 
 BOOST_AUTO_TEST_CASE (annealing_tool_multiChi2_tests)
 
 BOOST_AUTO_TEST_CASE (equidistant_axis)
 
 BOOST_AUTO_TEST_CASE (variable_axis)
 
 BOOST_AUTO_TEST_CASE (open_axis)
 
 BOOST_AUTO_TEST_CASE (closed_axis)
 
 BOOST_AUTO_TEST_CASE (neighborhood)
 
 BOOST_AUTO_TEST_CASE (wrapBin)
 
 BOOST_AUTO_TEST_CASE (bfield_creation)
 
 BOOST_AUTO_TEST_CASE (bfield_symmetry)
 
 BOOST_DATA_TEST_CASE (bfield_symmetry_random, bdata::random((bdata::seed=0, bdata::distribution=std::uniform_real_distribution<>(-10., 10.)))^bdata::random((bdata::seed=0, bdata::distribution=std::uniform_real_distribution<>(-10., 10.)))^bdata::random((bdata::seed=0, bdata::distribution=std::uniform_real_distribution<>(-20., 20.)))^bdata::xrange(10), x, y, z, index)
 Unit test for symmetric data.
 
 BOOST_AUTO_TEST_CASE (BinAdjustment_Radial)
 
 BOOST_AUTO_TEST_CASE (BinAdjustment_Cylinder)
 
 BOOST_AUTO_TEST_CASE (BinAdjustmentVolume_Cylinder)
 
 BOOST_AUTO_TEST_CASE (BinAdjustmentVolume_CutoutCylinder)
 
 BOOST_AUTO_TEST_CASE (BinAdjustmentVolume_Cuboid)
 
Vector3D xyzPosition (0.5, 1.5, 2.5)
 
Vector3D xyzPositionOutside (30.,-30., 200.)
 
Vector3D phi0Position (0.5, 0., 2.5)
 
Vector3D phiPihPosition (0., 1.5, 2.5)
 
Vector3D eta0Position (0.5, 1.5, 0.)
 
Vector2D xyPosition (0.5, 1.5)
 
Vector2D rphizPosition (0.1, 2.5)
 
Vector2D rphiPosition (3.5, M_PI/8.)
 
BinningData xData_add (open, binX, main_sstr, std::move(xData_sstr_add))
 
 BOOST_AUTO_TEST_CASE (BinningData_BinningValue)
 
 BOOST_AUTO_TEST_CASE (BinningData_bins)
 
 BOOST_AUTO_TEST_CASE (BinningData_inside_outside)
 
 BOOST_AUTO_TEST_CASE (BinningData_open_close)
 
 BOOST_AUTO_TEST_CASE (BinningData_boundaries)
 
 BOOST_AUTO_TEST_CASE (BinningData_bincenter)
 
 BOOST_AUTO_TEST_CASE (BinningData_phi_modules)
 
 BOOST_AUTO_TEST_CASE (BinUtility_equidistant_binning)
 
 BOOST_AUTO_TEST_CASE (BinUtility_transform)
 
 BOOST_AUTO_TEST_CASE (box_construction)
 
 BOOST_AUTO_TEST_CASE (intersect_points)
 
 BOOST_AUTO_TEST_CASE (intersect_rays)
 
 BOOST_AUTO_TEST_CASE (ray_obb_intersect)
 
 BOOST_AUTO_TEST_CASE (frustum_intersect)
 
 BOOST_AUTO_TEST_CASE (Extendable_)
 
 BOOST_AUTO_TEST_CASE (Transitions)
 
 BOOST_AUTO_TEST_CASE (Terminted)
 
 BOOST_AUTO_TEST_CASE (Arguments)
 
 BOOST_AUTO_TEST_CASE (InternalTransitions)
 
 BOOST_AUTO_TEST_CASE (frustum_construction)
 
 BOOST_AUTO_TEST_CASE (grid_test_1d_equidistant)
 
 BOOST_AUTO_TEST_CASE (grid_test_2d_equidistant)
 
 BOOST_AUTO_TEST_CASE (grid_test_3d_equidistant)
 
 BOOST_AUTO_TEST_CASE (grid_test_1d_variable)
 
 BOOST_AUTO_TEST_CASE (grid_test_2d_variable)
 
 BOOST_AUTO_TEST_CASE (grid_test_3d_variable)
 
 BOOST_AUTO_TEST_CASE (grid_test_2d_mixed)
 
 BOOST_AUTO_TEST_CASE (grid_test_2d_mixed_at)
 
 BOOST_AUTO_TEST_CASE (grid_interpolation)
 
 BOOST_AUTO_TEST_CASE (closestPoints)
 
 BOOST_AUTO_TEST_CASE (bitset_to_matrix_to_bitset)
 
 BOOST_AUTO_TEST_CASE (phi_helper_test)
 
 BOOST_AUTO_TEST_CASE (perp_helper_test)
 
 BOOST_AUTO_TEST_CASE (theta_eta_test_helper)
 
 BOOST_AUTO_TEST_CASE (cross_test_helper)
 
 BOOST_AUTO_TEST_CASE (toString_test_helper)
 
 BOOST_AUTO_TEST_CASE (shared_vector_helper_test)
 
 BOOST_AUTO_TEST_CASE (VectorHelpersPosition)
 
 BOOST_AUTO_TEST_CASE (test_matrix_dimension_switch)
 
 BOOST_AUTO_TEST_CASE (interpolation_1d)
 
 BOOST_AUTO_TEST_CASE (interpolation_2d)
 
 BOOST_AUTO_TEST_CASE (interpolation_3d)
 
 BOOST_AUTO_TEST_CASE (interpolation_mixed_point_values)
 
 BOOST_AUTO_TEST_CASE (IntersectionTest)
 test of the intersection class
 
 BOOST_AUTO_TEST_CASE (ObjectIntersectionTest)
 test of the object intersection class
 
 BOOST_AUTO_TEST_CASE (FATAL_test)
 unit test for FATAL debug level
 
 BOOST_AUTO_TEST_CASE (ERROR_test)
 unit test for ERROR debug level
 
 BOOST_AUTO_TEST_CASE (WARNING_test)
 unit test for WARNING debug level
 
 BOOST_AUTO_TEST_CASE (INFO_test)
 unit test for INFO debug level
 
 BOOST_AUTO_TEST_CASE (DEBUG_test)
 unit test for DEBUG debug level
 
 BOOST_AUTO_TEST_CASE (VERBOSE_test)
 unit test for VERBOSE debug level
 
 BOOST_AUTO_TEST_CASE (materialmap_creation)
 
 BOOST_AUTO_TEST_CASE (all_of_test)
 
 BOOST_AUTO_TEST_CASE (hana_set_union_test)
 
 BOOST_AUTO_TEST_CASE (hana_set_to_tuple_test)
 
 BOOST_AUTO_TEST_CASE (unpack_boost_set_as_template_test)
 
 BOOST_AUTO_TEST_CASE (type_collector_test)
 
 BOOST_AUTO_TEST_CASE (has_duplicates_test)
 
 BOOST_AUTO_TEST_CASE (any_of_test)
 
 BOOST_AUTO_TEST_CASE (are_sorted_helper_tests)
 Unit test for Acts::anonymous_namespace{ParameterSet.h}::are_sorted helper.
 
 BOOST_AUTO_TEST_CASE (are_within_helper_tests)
 Unit test for Acts::anonymous_namespace{ParameterSet.h}::are_within helper.
 
 BOOST_AUTO_TEST_CASE (at_index_helper_tests)
 Unit test for Acts::details::at_index helper.
 
 BOOST_AUTO_TEST_CASE (ray_construction)
 
 BOOST_AUTO_TEST_CASE (RealQuadraticEquationConstruction)
 Unit test for creating RealQuadraticEquation object.
 
 BOOST_AUTO_TEST_CASE (RealQuadraticEquationProperties)
 Unit test for RealQuadraticEquation properties.
 
 BOOST_AUTO_TEST_CASE (RealQuadraticEquationAssignment)
 Unit test for testing RealQuadraticEquation assignment.
 
 BOOST_AUTO_TEST_CASE (TestConstruction)
 
 BOOST_AUTO_TEST_CASE (TestErrorCodes)
 
Result< NoCopymake_nocopy (int i, bool v=true)
 
 BOOST_AUTO_TEST_CASE (CopyBehaviour)
 
Result< void > void_res_func (int b)
 
 BOOST_AUTO_TEST_CASE (VoidResult)
 
 BOOST_AUTO_TEST_CASE (BoolResult)
 
 METHOD_TRAIT (foo_method_t, foo)
 
 METHOD_TRAIT (bar_method_t, bar)
 
 BOOST_AUTO_TEST_CASE (TypeTraitsMethods)
 
 BOOST_AUTO_TEST_CASE (TypeTraitsMember)
 
 BOOST_AUTO_TEST_CASE (TypeTraitsNestedType)
 
 BOOST_AUTO_TEST_CASE (TypeTraitsConcepts)
 
 BOOST_AUTO_TEST_CASE (adaptive_multi_vertex_finder_test)
 AMVF test with Gaussian seed finder.
 
 BOOST_AUTO_TEST_CASE (adaptive_multi_vertex_finder_usertype_test)
 AMVF test with user-defined input track type.
 
 BOOST_AUTO_TEST_CASE (adaptive_multi_vertex_finder_grid_seed_finder_test)
 AMVF test with grid seed finder.
 
std::uniform_real_distribution vXYDist (-0.1_mm, 0.1_mm)
 
std::uniform_real_distribution vZDist (-20_mm, 20_mm)
 
std::uniform_real_distribution d0Dist (-0.01_mm, 0.01_mm)
 
std::uniform_real_distribution z0Dist (-0.2_mm, 0.2_mm)
 
std::uniform_real_distribution pTDist (1._GeV, 30._GeV)
 
std::uniform_real_distribution phiDist (-M_PI, M_PI)
 
std::uniform_real_distribution thetaDist (1.0, M_PI-1.0)
 
std::uniform_real_distribution qDist (-1, 1)
 
std::uniform_real_distribution resIPDist (0., 100._um)
 
std::uniform_real_distribution resAngDist (0., 0.1)
 
std::uniform_real_distribution resQoPDist (-0.1, 0.1)
 
std::uniform_int_distribution nTracksDist (3, 10)
 
 BOOST_AUTO_TEST_CASE (adaptive_multi_vertex_fitter_test)
 Unit test for AdaptiveMultiVertexFitter.
 
 BOOST_AUTO_TEST_CASE (adaptive_multi_vertex_fitter_test_athena)
 Unit test for AdaptiveMultiVertexFitter based on Athena unit test, i.e. same setting and test values are used here.
 
 BOOST_AUTO_TEST_CASE (billoir_vertex_fitter_empty_input_test)
 Unit test for FullBilloirVertexFitter.
 
std::uniform_real_distribution pTDist (0.4_GeV, 10_GeV)
 
std::uniform_real_distribution resIPDist (0., 100_um)
 
 BOOST_AUTO_TEST_CASE (billoir_vertex_fitter_defaulttrack_test)
 Unit test for FullBilloirVertexFitter with default input track type (= BoundTrackParameters)
 
 BOOST_AUTO_TEST_CASE (billoir_vertex_fitter_usertrack_test)
 Unit test for FullBilloirVertexFitter with user-defined InputTrack type.
 
 BOOST_AUTO_TEST_CASE (gaussian_grid_density_test)
 
 BOOST_AUTO_TEST_CASE (gaussian_grid_sum_max_densitytest)
 Tests the functionality of the useHighestSumZPosition option.
 
 BOOST_AUTO_TEST_CASE (gaussian_grid_seed_width_test)
 Tests the seed width.
 
std::normal_distribution< double > xdist (1_mm, 0.1_mm)
 
std::normal_distribution< double > ydist (-0.7_mm, 0.1_mm)
 
std::normal_distribution< double > z1dist (zVertexPos1 *1_mm, 1_mm)
 
std::normal_distribution< double > z2dist (zVertexPos2 *1_mm, 0.5_mm)
 
std::uniform_real_distribution
< double > 
pTDist (0.1_GeV, 100_GeV)
 
std::uniform_real_distribution
< double > 
etaDist (-4., 4.)
 
 BOOST_AUTO_TEST_CASE (grid_density_vertex_finder_test)
 Unit test for GridDensityVertexFinder without caching of track density values.
 
 BOOST_AUTO_TEST_CASE (grid_density_vertex_finder_track_caching_test)
 
 BOOST_AUTO_TEST_CASE (grid_density_vertex_finder_seed_width_test)
 Unit test for GridDensityVertexFinder with seed with estimation.
 
std::uniform_real_distribution pTDist (0.4_GeV, 10._GeV)
 
 BOOST_AUTO_TEST_CASE (impactpoint_estimator_params_distance_test)
 Unit test for ImpactPointEstimator params and distance.
 
 BOOST_AUTO_TEST_CASE (impactpoint_estimator_compatibility_test)
 Unit test for ImpactPointEstimator compatibility estimator.
 
 BOOST_AUTO_TEST_CASE (impactpoint_estimator_athena_test)
 Unit test for ImpactPoint 3d estimator, using same configuration and test values as in Athena unit test algorithm Tracking/TrkVertexFitter/TrkVertexFitterUtils/test/ImpactPointEstimator_test.
 
 BOOST_AUTO_TEST_CASE (impactpoint_estimator_parameter_estimation_test)
 Unit test for impact parameter estimation.
 
std::uniform_int_distribution nVertexDist (1, 6)
 
std::uniform_int_distribution nTracksDist (5, 15)
 
 BOOST_AUTO_TEST_CASE (iterative_finder_test)
 Unit test for IterativeVertexFinder for BoundTrackParameters.
 
 BOOST_AUTO_TEST_CASE (iterative_finder_test_user_track_type)
 Unit test for IterativeVertexFinder for user defined InputTrack track type.
 
 BOOST_AUTO_TEST_CASE (iterative_finder_test_athena_reference)
 Unit test for IterativeVertexFinder with Athena reference data.
 
 BOOST_AUTO_TEST_CASE (Kalman_Vertex_TrackUpdater)
 Unit test for KalmanVertexTrackUpdater.
 
 BOOST_AUTO_TEST_CASE (Kalman_Vertex_Updater)
 Unit test for KalmanVertexUpdater.
 
 BOOST_AUTO_TEST_CASE (linearized_track_factory_test)
 Unit test for HelicalTrackLinearizer.
 
 BOOST_AUTO_TEST_CASE (linearized_track_factory_straightline_test)
 Unit test for HelicalTrackLinearizer.
 
 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.
 
 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< double > z1dist (zVertexPos *1_mm, 1_mm)
 
std::normal_distribution< double > z2dist (-3_mm, 0.5_mm)
 
 BOOST_AUTO_TEST_CASE (track_density_finder_random_test)
 Unit test for TrackDensityVertexFinder using same configuration and values as VertexSeedFinderTestAlg in Athena implementation.
 
 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.
 
std::tuple< Vertex
< BoundTrackParameters >
, std::vector< VertexInfo >
, std::vector
< BoundTrackParameters > > 
readTracksAndVertexCSV (std::string toolString, std::string fileBase="vertexing_event_mu20")
 
 BOOST_AUTO_TEST_CASE (zscan_finder_test)
 Unit test for ZScanVertexFinder.
 
 BOOST_AUTO_TEST_CASE (zscan_finder_usertrack_test)
 Unit test for ZScanVertexFinder with user-defined input track type.
 
 BOOST_AUTO_TEST_CASE (BoundTrackParametersVisualizationObj)
 
 BOOST_AUTO_TEST_CASE (BoundTrackParametersVisualizationPly)
 
 BOOST_AUTO_TEST_CASE (MultiTrajectoryVisualizationObj)
 
 BOOST_AUTO_TEST_CASE (MultiTrajectoryVisualizationPly)
 
 BOOST_AUTO_TEST_CASE (Visualization3DHelpers)
 
 BOOST_AUTO_TEST_CASE (PrimitivesView3DObj)
 
 BOOST_AUTO_TEST_CASE (PrimitivesView3DPly)
 
 BOOST_AUTO_TEST_CASE (SurfaceView3DObj)
 This tests if the corresponding obj output is well formatted.
 
 BOOST_AUTO_TEST_CASE (SurfaceView3DPly)
 This tests if the corresponding ply output is well formatted.
 
 BOOST_AUTO_TEST_CASE (TrackingGeometryView3DObj)
 This tests if the corresponding obj output is well formatted.
 
static std::vector< std::string > testObjString (const std::string &tString, bool triMesh=false)
 
static std::vector< std::string > testPlyString (const std::string &tString, bool triMesh=false)
 
 BOOST_AUTO_TEST_CASE (Visualization3DTesterObj)
 
 BOOST_AUTO_TEST_CASE (Visualization3DTesterPly)
 
 BOOST_AUTO_TEST_CASE (Visualization3DConstruction)
 
 BOOST_AUTO_TEST_CASE (PlyOutputTest)
 
 BOOST_AUTO_TEST_CASE (ObjOutputTest)
 
 BOOST_AUTO_TEST_CASE (VolumeView3DObj)
 
 BOOST_AUTO_TEST_CASE (VolumeView3DPly)
 
 BOOST_AUTO_TEST_CASE (cartesian_segmentation)
 Unit test for the Cartesian segmentation.
 
 BOOST_AUTO_TEST_CASE (create_Clusters1)
 
 BOOST_AUTO_TEST_CASE (create_Clusters2)
 
 BOOST_DATA_TEST_CASE (DoubleHitsSpacePointBuilder_basic, bdata::xrange(1), index)
 
 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)
 
 BOOST_DATA_TEST_CASE (SingleHitSpacePointBuilder_basic, bdata::xrange(1), index)
 
 BOOST_AUTO_TEST_CASE (TGeoArb8_to_PlaneSurface)
 Unit test to convert a TGeoTrd2 into a Plane.
 
ViewConfig red ({200, 0, 0})
 
ViewConfig green ({0, 200, 0})
 
ViewConfig blue ({0, 0, 200})
 
 BOOST_AUTO_TEST_CASE (TGeoBBox_to_PlaneSurface)
 Unit test to convert a Bbox into a Plane.
 
 BOOST_AUTO_TEST_CASE (TGeoLayerBuilderTests)
 Unit test checking the match probability.
 
 BOOST_AUTO_TEST_CASE (TGeoParser_Pixel)
 Unit test Parsing a TGeo geometry.
 
 BOOST_AUTO_TEST_CASE (TGeoParser_Pixel_SelectInnermost)
 Unit test Parsing a TGeo geometrys.
 
 BOOST_AUTO_TEST_CASE (TGeoPrimitivesHelper_match)
 Unit test checking the match probability.
 
 BOOST_AUTO_TEST_CASE (TGeoTrd1_to_PlaneSurface)
 Unit test to convert a TGeoTrd1 into a Plane.
 
 BOOST_AUTO_TEST_CASE (TGeoTrd2_xz_to_PlaneSurface)
 Unit test to convert a TGeoTrd2 into a Plane.
 
 BOOST_AUTO_TEST_CASE (TGeoTrd2_yz_to_PlaneSurface)
 Unit test to convert a TGeoTrd2 into a Plane.
 
 BOOST_AUTO_TEST_CASE (TGeoTube_to_CylinderSurface)
 Unit test to convert a TGeoTube into a CylinderSurface.
 
 BOOST_AUTO_TEST_CASE (TGeoTube_to_DiscSurface)
 Unit test to convert a TGeoTube into a DiscSurface.
 

Variables

unsigned int ntests = 10
 
unsigned int nrepts = 2000
 
const bool boundaryCheck = false
 
const bool testPlane = true
 
const bool testDisc = true
 
const bool testCylinder = true
 
const bool testStraw = true
 
GeometryContext tgContext = GeometryContext()
 
Transform3D at
 
auto rb = std::make_shared<RectangleBounds>(1_m, 1_m)
 
auto aPlane = Surface::makeShared<PlaneSurface>(at, std::move(rb))
 
auto db = std::make_shared<RadialBounds>(0.2_m, 1.2_m)
 
auto aDisc = Surface::makeShared<DiscSurface>(at, std::move(db))
 
auto cb = std::make_shared<CylinderBounds>(10_m, 100_m)
 
auto aCylinder = Surface::makeShared<CylinderSurface>(at, std::move(cb))
 
auto aStraw = Surface::makeShared<StrawSurface>(at, 50_cm, 2_m)
 
constexpr size_t bench_iters = 1'000
 
GeometryContext gctx = GeometryContext()
 
double hx {10.}
 
double hy {20.}
 
double hz {30.}
 
double surfaceHalfLengthZ = 50_mm
 
double surfaceRstagger = 5_mm
 
double surfaceZoverlap = 10_mm
 
double layerEnvelope = 0.5_mm
 
double volumeEnvelope = 10_mm
 
double iiv_surfaceR = 25_mm
 
double iiv_volumeR
 
double iov_surfaceR = 100_mm
 inner outer volume defininitions
 
double iov_volumeR
 
auto iiVolume
 inner inner volume
 
auto ioVolume
 inner outer volume
 
double volumeHalfZ
 
auto iVolume
 the inner volume
 
double ov_surfaceR = 150_mm
 
double ov_volumeR
 
auto oVolume
 inner outer volume
 
auto volume
 the inner volume
 
TrackingGeometry tGeometry (volume) = cGeometry()
 
auto world = tGeometry.highestTrackingVolume()
 
double iVsurfaceHalfLengthZ = 50_mm
 
double iVsurfaceR = 25_mm
 
double iVsurfaceRstagger = 5_mm
 
double iVsurfaceZoverlap = 10_mm
 
double iVlayerEnvelope = 0.5_mm
 
double iVvolumeEnvelope = 10_mm
 
double iVvolumeR
 
double oVsurfaceHalfLengthZ = 50_mm
 the surface radius (will also be the layer radius)
 
double oVsurfaceR = 100_mm
 
double oVsurfaceRstagger = 5_mm
 
double oVsurfaceZoverlap = 10_mm
 
double oVlayerEnvelope = 0.5_mm
 
double oVvolumeEnvelope = 10_mm
 
double oVvolumeR
 
double oVvolumeHalfZ
 
auto hVolume
 
MagneticFieldContext mfContext = MagneticFieldContext()
 
 auto [volumes, tg] = gridBoxFactory()
 
constexpr unsigned int dim = 2
 
constexpr float eps = 1.0f / 255u
 
template<typename P , typename S , typename... As>
constexpr bool signature_check
 
static constexpr auto stepSize = 10_mm
 
static constexpr auto tolerance = 10_um
 
static constexpr
NavigationDirection 
navDir = backward
 
static const ConstantBField magneticField (Vector3D(0.1_T,-0.2_T, 2_T))
 
static const Vector3D pos = pos4.segment<3>(ePos0)
 
static const auto time = pos4[eTime]
 
static const Vector3D unitDir = Vector3D(-2, 2, 1).normalized()
 
static constexpr auto absMom = 1_GeV
 
static constexpr auto charge = -1_e
 
static const Covariance cov = Covariance::Identity()
 
static const GeometryContext geoCtx = GeometryContext()
 
static const MagneticFieldContext magCtx
 
CylindricalTrackingGeometry cGeometry (tgContext)
 
Navigator navigator (tGeometry)
 
DirectNavigator dnavigator
 
const double Bz = 2_T
 
BField bField (0, 0, Bz)
 
Stepper estepper (bField)
 
Stepper dstepper (bField)
 
const int skip = 0
 
bool debugMode = false
 
bool referenceTiming = false
 
bool oversteppingTest = false
 
double oversteppingMaxStepSize = 1_mm
 
std::vector< std::unique_ptr
< const Surface > > 
stepState
 
Navigator navigatorES (tGeometry)
 
Navigator navigatorSL (tGeometry)
 
StraightLineStepper slstepper
 
bool debugModeFwd = false
 
bool debugModeBwd = false
 
bool debugModeFwdStep = false
 
bool debugModeBwdStep = false
 
bool debug = true
 
auto mCylinder = std::make_shared<CylinderBounds>(10_mm, 1000_mm)
 
auto mSurface
 
auto cCylinder = std::make_shared<CylinderBounds>(150_mm, 1000_mm)
 
auto cSurface
 
double minRadius = 7.2
 
double maxRadius = 12.0
 
double minPhi = 0.74195
 
double maxPhi = 1.33970
 
GeometryContext testContext = GeometryContext()
 
std::vector< std::tuple
< std::string, bool, unsigned
int > > 
testModes
 
auto transform = std::make_shared<Transform3D>(Transform3D::Identity())
 
ActsSymMatrixD< 1 > cov1D
 
SymMatrix2D cov2D
 
CalibrationContext calContext = CalibrationContext()
 
double dX
 
double dY
 
const Surfacesur
 
BinningData xData_eq (open, binX, 10, 0., 10.)
 
BinningData yData_eq (open, binY, 10, 0., 10.)
 
BinningData zData_eq (open, binZ, 10, 0., 10.)
 
BinningData rData_eq (open, binR, 10, 0., 10.)
 
BinningData phiData_eq (closed, binPhi, 5,-M_PI, M_PI)
 
BinningData rPhiData_eq (closed, binRPhi, 5,-M_PI, M_PI)
 
BinningData hData_eq (open, binH, 5, 0., 10.)
 
BinningData etaData_eq (open, binEta, 5,-2.5, 2.5)
 
std::vector< float > values = {0., 1., 2., 3., 4., 10.}
 
BinningData xData_arb (open, binX, values)
 
BinningData yData_arb (open, binY, values)
 
std::vector< float > phiValues = {-M_PI, -2., -1., 1., 2., M_PI}
 
BinningData phiData_arb (closed, binPhi, phiValues)
 
size_t nBins_binary = 59
 
double valueMin = 0.
 
double phiMin = -M_PI
 
double delta = 0.5
 
double phiDelta = 0.1064
 
std::vector< float > sstr = {0., 1., 1.5, 2., 3.}
 
auto xData_sstr_mult = std::make_unique<const BinningData>(open, binX, sstr)
 
BinningData xData_mult (open, binX, 3, 0., 9., std::move(xData_sstr_mult))
 
std::vector< float > main_sstr = {0., 3., 4., 5.}
 additive
 
auto xData_sstr_add = std::make_unique<const BinningData>(open, binX, sstr)
 
template<typename T >
constexpr bool SomeConcept
 
GeometryContext geoContext = GeometryContext()
 
MagneticFieldContext magFieldContext = MagneticFieldContext()
 
const std::string toolString = "AMVF"
 
const double zVertexPos1 = 12.
 
const double zVertexPos2 = -3.
 
const double zVertexPos = 12.
 
size_t nbinsx = 100
 
size_t nbinsy = 200
 
double hThickness = 75_um
 
double lAngle = 0.1
 
auto moduleBounds = std::make_shared<const RectangleBounds>(5_mm, 10_mm)
 
CartesianSegmentation cSegmentation (moduleBounds, nbinsx, nbinsy)
 
double halfX = 5_mm
 
double halfY = 10_mm
 
double tanAlpha = tan(lAngle)
 
double sguardX = 2 * hThickness * abs(tanAlpha)
 
DigitizationModule pdModule (cSegmentation, hThickness, 1, lAngle, 0., true)
 
DigitizationModule ndModule (cSegmentation, hThickness,-1, lAngle, 0., true)
 
std::vector< DigitizationModuletestModules
 
PlanarModuleStepper pmStepper
 The Planar module stepper.
 
ViewConfig red ({200, 0, 0})
 
ViewConfig green ({0, 200, 0})
 
ViewConfig blue ({0, 0, 200})
 
RootGeometry rGeometry = RootGeometry()
 
std::vector< std::string > allowedAxes
 
std::vector< std::string > notAllowedAxes = {"YZ*", "ZX*", "ZY*"}
 

Detailed Description

Namespace for ATS unit tests.

Typedef Documentation

Definition at line 35 of file JacobianTests.cpp.

View newest version in sPHENIX GitHub at line 35 of file JacobianTests.cpp

Definition at line 46 of file DirectNavigatorTests.cpp.

View newest version in sPHENIX GitHub at line 46 of file DirectNavigatorTests.cpp

Definition at line 53 of file ExtrapolatorTests.cpp.

View newest version in sPHENIX GitHub at line 53 of file ExtrapolatorTests.cpp

Definition at line 11 of file TrackingVolumeTests.cpp.

View newest version in sPHENIX GitHub at line 11 of file TrackingVolumeTests.cpp

Definition at line 33 of file MultiTrajectoryTests.cpp.

View newest version in sPHENIX GitHub at line 33 of file MultiTrajectoryTests.cpp

Definition at line 43 of file MultiTrajectoryTests.cpp.

View newest version in sPHENIX GitHub at line 43 of file MultiTrajectoryTests.cpp

Definition at line 81 of file CombinatorialKalmanFilterTests.cpp.

View newest version in sPHENIX GitHub at line 81 of file CombinatorialKalmanFilterTests.cpp

Definition at line 49 of file DirectNavigatorTests.cpp.

View newest version in sPHENIX GitHub at line 49 of file DirectNavigatorTests.cpp

Definition at line 24 of file MaterialGridHelperTests.cpp.

View newest version in sPHENIX GitHub at line 24 of file MaterialGridHelperTests.cpp

Definition at line 143 of file LoopProtectionTests.cpp.

View newest version in sPHENIX GitHub at line 143 of file LoopProtectionTests.cpp

Definition at line 55 of file ExtrapolatorTests.cpp.

View newest version in sPHENIX GitHub at line 55 of file ExtrapolatorTests.cpp

Definition at line 142 of file LoopProtectionTests.cpp.

View newest version in sPHENIX GitHub at line 142 of file LoopProtectionTests.cpp

Definition at line 54 of file ExtrapolatorTests.cpp.

View newest version in sPHENIX GitHub at line 54 of file ExtrapolatorTests.cpp

Definition at line 78 of file CombinatorialKalmanFilterTests.cpp.

View newest version in sPHENIX GitHub at line 78 of file CombinatorialKalmanFilterTests.cpp

Definition at line 34 of file AbortListTests.cpp.

View newest version in sPHENIX GitHub at line 34 of file AbortListTests.cpp

Definition at line 25 of file MeasurementHelpersTests.cpp.

View newest version in sPHENIX GitHub at line 25 of file MeasurementHelpersTests.cpp

Definition at line 152 of file FittableTypeTests.cpp.

View newest version in sPHENIX GitHub at line 152 of file FittableTypeTests.cpp

template<FreeIndices... params>
using Acts::Test::FreeParSet = typedef ParameterSet<FreeIndices, params...>

Definition at line 1123 of file ParameterSetTests.cpp.

View newest version in sPHENIX GitHub at line 1123 of file ParameterSetTests.cpp

Definition at line 26 of file MaterialGridHelperTests.cpp.

View newest version in sPHENIX GitHub at line 26 of file MaterialGridHelperTests.cpp

Definition at line 28 of file MaterialGridHelperTests.cpp.

View newest version in sPHENIX GitHub at line 28 of file MaterialGridHelperTests.cpp

Definition at line 28 of file InterpolatedMaterialMapTests.cpp.

View newest version in sPHENIX GitHub at line 28 of file InterpolatedMaterialMapTests.cpp

Definition at line 29 of file AtlasStepperTests.cpp.

View newest version in sPHENIX GitHub at line 29 of file AtlasStepperTests.cpp

Definition at line 38 of file AdaptiveMultiVertexFinderTests.cpp.

View newest version in sPHENIX GitHub at line 38 of file AdaptiveMultiVertexFinderTests.cpp

Definition at line 36 of file ZScanVertexFinderTests.cpp.

View newest version in sPHENIX GitHub at line 36 of file ZScanVertexFinderTests.cpp

Definition at line 29 of file MaterialGridHelperTests.cpp.

View newest version in sPHENIX GitHub at line 29 of file MaterialGridHelperTests.cpp

Definition at line 31 of file MaterialGridHelperTests.cpp.

View newest version in sPHENIX GitHub at line 31 of file MaterialGridHelperTests.cpp

template<BoundIndices... params>
typedef Measurement< SourceLink, BoundIndices, params...> Acts::Test::MeasurementType

Definition at line 24 of file MeasurementHelpersTests.cpp.

View newest version in sPHENIX GitHub at line 24 of file MeasurementHelpersTests.cpp

template<typename T >
using Acts::Test::member_a_t = typedef decltype(std::declval<T>().member_a)

Definition at line 89 of file TypeTraitsTest.cpp.

View newest version in sPHENIX GitHub at line 89 of file TypeTraitsTest.cpp

template<typename T >
using Acts::Test::member_b_t = typedef decltype(std::declval<T>().member_b)

Definition at line 92 of file TypeTraitsTest.cpp.

View newest version in sPHENIX GitHub at line 92 of file TypeTraitsTest.cpp

template<typename T >
using Acts::Test::member_t = typedef decltype(std::declval<T>().member)

Definition at line 168 of file TypeTraitsTest.cpp.

View newest version in sPHENIX GitHub at line 168 of file TypeTraitsTest.cpp

template<typename T >
using Acts::Test::meta_t = typedef typename T::template meta<void, void>

Definition at line 176 of file TypeTraitsTest.cpp.

View newest version in sPHENIX GitHub at line 176 of file TypeTraitsTest.cpp

template<typename T >
using Acts::Test::nested_a_t = typedef typename T::NestedA

Definition at line 138 of file TypeTraitsTest.cpp.

View newest version in sPHENIX GitHub at line 138 of file TypeTraitsTest.cpp

template<typename T >
using Acts::Test::nested_b_t = typedef typename T::NestedB

Definition at line 140 of file TypeTraitsTest.cpp.

View newest version in sPHENIX GitHub at line 140 of file TypeTraitsTest.cpp

template<typename T >
using Acts::Test::nested_t = typedef typename T::Nested

Definition at line 172 of file TypeTraitsTest.cpp.

View newest version in sPHENIX GitHub at line 172 of file TypeTraitsTest.cpp

Definition at line 32 of file BoundingBoxTest.cpp.

View newest version in sPHENIX GitHub at line 32 of file BoundingBoxTest.cpp

Definition at line 73 of file FittableTypeTests.cpp.

View newest version in sPHENIX GitHub at line 73 of file FittableTypeTests.cpp

Definition at line 32 of file MultiTrajectoryTests.cpp.

View newest version in sPHENIX GitHub at line 32 of file MultiTrajectoryTests.cpp

template<BoundIndices... params>
using Acts::Test::ParSet = typedef ParameterSet<BoundIndices, params...>

Definition at line 712 of file ParameterSetTests.cpp.

View newest version in sPHENIX GitHub at line 712 of file ParameterSetTests.cpp

Definition at line 42 of file MultiTrajectoryTests.cpp.

View newest version in sPHENIX GitHub at line 42 of file MultiTrajectoryTests.cpp

Definition at line 43 of file ExtrapolatorTests.cpp.

View newest version in sPHENIX GitHub at line 43 of file ExtrapolatorTests.cpp

Definition at line 31 of file AbortListTests.cpp.

View newest version in sPHENIX GitHub at line 31 of file AbortListTests.cpp

Definition at line 37 of file AdaptiveMultiVertexFinderTests.cpp.

View newest version in sPHENIX GitHub at line 37 of file AdaptiveMultiVertexFinderTests.cpp

using Acts::Test::Ray = typedef Acts::Ray<double, 3>

Definition at line 12 of file TrackingVolumeTests.cpp.

View newest version in sPHENIX GitHub at line 12 of file TrackingVolumeTests.cpp

Definition at line 23 of file MaterialGridHelperTests.cpp.

View newest version in sPHENIX GitHub at line 23 of file MaterialGridHelperTests.cpp

Definition at line 48 of file DirectNavigatorTests.cpp.

View newest version in sPHENIX GitHub at line 48 of file DirectNavigatorTests.cpp

typedef std::pair< BoundIndices, double > Acts::Test::Resolution

Definition at line 77 of file CombinatorialKalmanFilterTests.cpp.

View newest version in sPHENIX GitHub at line 77 of file CombinatorialKalmanFilterTests.cpp

Definition at line 74 of file FittableTypeTests.cpp.

View newest version in sPHENIX GitHub at line 74 of file FittableTypeTests.cpp

Definition at line 21 of file MeasurementHelpersTests.cpp.

View newest version in sPHENIX GitHub at line 21 of file MeasurementHelpersTests.cpp

using Acts::Test::SrfVec = typedef std::vector<std::shared_ptr<const Surface>>

Definition at line 47 of file LayerCreatorTests.cpp.

View newest version in sPHENIX GitHub at line 47 of file LayerCreatorTests.cpp

Definition at line 30 of file AtlasStepperTests.cpp.

View newest version in sPHENIX GitHub at line 30 of file AtlasStepperTests.cpp

Definition at line 57 of file MaterialCollectionTests.cpp.

View newest version in sPHENIX GitHub at line 57 of file MaterialCollectionTests.cpp

Definition at line 79 of file CombinatorialKalmanFilterTests.cpp.

View newest version in sPHENIX GitHub at line 79 of file CombinatorialKalmanFilterTests.cpp

Enumeration Type Documentation

Enumerator:
BeamSpotData 
VerticesData 
TracksData 

Definition at line 28 of file VertexingDataHelper.hpp.

View newest version in sPHENIX GitHub at line 28 of file VertexingDataHelper.hpp

Function Documentation

bool Acts::Test::approximatelyEqual ( const Vector2D &  a,
const Vector2D &  b 
)

Definition at line 33 of file RectangleBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 33 of file RectangleBoundsTests.cpp

References kdfinder::abs(), and Acts::UnitConstants::e.

+ Here is the call graph for this function:

template<typename T >
void Acts::Test::assumeAccessed ( T &&  clobber)

Definition at line 128 of file BenchmarkTools.hpp.

View newest version in sPHENIX GitHub at line 128 of file BenchmarkTools.hpp

Referenced by assumeRead(), assumeWritten(), and BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:

template<typename T >
void Acts::Test::assumeRead ( const T clobber)
inline

Definition at line 151 of file BenchmarkTools.hpp.

View newest version in sPHENIX GitHub at line 151 of file BenchmarkTools.hpp

References assumeAccessed().

Referenced by BOOST_AUTO_TEST_CASE(), Acts::Test::benchmark_tools_internal::MicroBenchmarkIterImpl< Callable, Input, Result >::iter(), and Acts::Test::benchmark_tools_internal::MicroBenchmarkIterImpl< Callable, void, Result >::iter().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

template<typename T >
void Acts::Test::assumeWritten ( T clobber)
inline

Definition at line 167 of file BenchmarkTools.hpp.

View newest version in sPHENIX GitHub at line 167 of file BenchmarkTools.hpp

References assumeAccessed().

Referenced by BOOST_AUTO_TEST_CASE(), Acts::Test::benchmark_tools_internal::MicroBenchmarkIterImpl< Callable, Input, Result >::iter(), Acts::Test::benchmark_tools_internal::MicroBenchmarkIterImpl< Callable, Input, void >::iter(), Acts::Test::benchmark_tools_internal::MicroBenchmarkIterImpl< Callable, void, Result >::iter(), and Acts::Test::benchmark_tools_internal::MicroBenchmarkIterImpl< Callable, void, void >::iter().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void Acts::Test::basicChecks ( bool  circleCase = false)

Definition at line 25 of file IntersectionHelper2DTests.cpp.

View newest version in sPHENIX GitHub at line 25 of file IntersectionHelper2DTests.cpp

References CHECK_CLOSE_ABS, Acts::detail::IntersectionHelper2D::intersectCircle(), Acts::detail::IntersectionHelper2D::intersectEllipse(), Acts::s_epsilon, and start().

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

BFieldType Acts::Test::bField ( ,
,
2_T   
)
BField Acts::Test::bField ( ,
,
Bz   
)
ViewConfig Acts::Test::blue ( {0, 0, 200}  )
Acts::Test::BOOST_AUTO_TEST_CASE ( GeometryIdentifier_construct_default  )

Definition at line 16 of file GeometryIdentifierTests.cpp.

View newest version in sPHENIX GitHub at line 16 of file GeometryIdentifierTests.cpp

References G4TTL::layer, Acts::UnitConstants::u, and volume.

Acts::Test::BOOST_AUTO_TEST_CASE ( ProtoVolumeMaterial_construction_test  )

Test the constructors.

Definition at line 18 of file ProtoVolumeMaterialTests.cpp.

View newest version in sPHENIX GitHub at line 18 of file ProtoVolumeMaterialTests.cpp

References Acts::binX, Acts::binY, Acts::binZ, and Acts::open.

Acts::Test::BOOST_AUTO_TEST_CASE ( AuctioneerTest_VoidAuctioneer  )

Definition at line 18 of file AuctioneerTests.cpp.

View newest version in sPHENIX GitHub at line 18 of file AuctioneerTests.cpp

Acts::Test::BOOST_AUTO_TEST_CASE ( equidistant_axis  )

Definition at line 19 of file AxesTests.cpp.

View newest version in sPHENIX GitHub at line 19 of file AxesTests.cpp

References Acts::UnitConstants::u.

Acts::Test::BOOST_AUTO_TEST_CASE ( vacuum  )

Definition at line 20 of file AccumulatedVolumeMaterialTests.cpp.

View newest version in sPHENIX GitHub at line 20 of file AccumulatedVolumeMaterialTests.cpp

References Acts::AccumulatedVolumeMaterial::accumulate(), and Acts::AccumulatedVolumeMaterial::average().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( AccumulatedSurfaceMaterial_construction_test  )

Test the constructors.

Definition at line 20 of file AccumulatedSurfaceMaterialTests.cpp.

View newest version in sPHENIX GitHub at line 20 of file AccumulatedSurfaceMaterialTests.cpp

References Acts::AccumulatedSurfaceMaterial::accumulatedMaterial(), Acts::binX, Acts::binY, Acts::open, and Acts::UnitConstants::u.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( ProtoSurfaceMaterial_construction_test  )

Test the constructors.

Definition at line 20 of file ProtoSurfaceMaterialTests.cpp.

View newest version in sPHENIX GitHub at line 20 of file ProtoSurfaceMaterialTests.cpp

References Acts::binX, Acts::binY, and Acts::open.

Acts::Test::BOOST_AUTO_TEST_CASE ( annealing_tool_singleChi2_tests  )

Definition at line 20 of file AnnealingUtilityTests.cpp.

View newest version in sPHENIX GitHub at line 20 of file AnnealingUtilityTests.cpp

References Acts::AnnealingUtility::anneal(), configureMap::config, Acts::AnnealingUtility::State::currentTemperatureIndex, Acts::AnnealingUtility::Config::cutOff, Acts::AnnealingUtility::State::equilibriumReached, Acts::AnnealingUtility::getWeight(), and Acts::UnitConstants::u.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( IntersectionTest  )

test of the intersection class

let's make a bunch of negative solution

Definition at line 20 of file IntersectionTests.cpp.

View newest version in sPHENIX GitHub at line 20 of file IntersectionTests.cpp

References ActsTests::PropagationDatasets::pathLength.

Acts::Test::BOOST_AUTO_TEST_CASE ( InfiniteBoundsConstruction  )

Unit test for creating compliant/non-compliant InfiniteBounds object.

Definition at line 21 of file InfiniteBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 21 of file InfiniteBoundsTests.cpp

References Acts::SurfaceBounds::eBoundless, Acts::InfiniteBounds::type(), Acts::UnitConstants::u, and v.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( construct_element_fraction  )

Definition at line 21 of file MaterialCompositionTests.cpp.

View newest version in sPHENIX GitHub at line 21 of file MaterialCompositionTests.cpp

References CHECK_CLOSE_REL, Acts::ElementFraction::element(), eps, Acts::ElementFraction::fraction(), and Acts::UnitConstants::u.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( CylindricalTrackingGeometryTest  )

Definition at line 21 of file TrackingGeometryCreationTests.cpp.

View newest version in sPHENIX GitHub at line 21 of file TrackingGeometryCreationTests.cpp

References cGeometry, tgContext, and tGeometry.

Acts::Test::BOOST_AUTO_TEST_CASE ( TGeoPrimitivesHelper_match  )

Unit test checking the match probability.

Definition at line 22 of file TGeoPrimitivesHelperTests.cpp.

View newest version in sPHENIX GitHub at line 22 of file TGeoPrimitivesHelperTests.cpp

References Acts::TGeoPrimitivesHelper::match().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( LineBoundsConstruction  )

Unit test for creating compliant/non-compliant LineBounds object.

test LineBounds(double, double)

test copy construction;

Definition at line 22 of file LineBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 22 of file LineBoundsTests.cpp

References Acts::SurfaceBounds::eLine, G4BECAL::radius, and Acts::LineBounds::type().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( frustum_construction  )

Definition at line 22 of file FrustumTest.cpp.

View newest version in sPHENIX GitHub at line 22 of file FrustumTest.cpp

References CHECK_CLOSE_ABS, Acts::UnitConstants::e, M_PI, and Acts::UnitConstants::u.

Acts::Test::BOOST_AUTO_TEST_CASE ( interpolation_1d  )

Definition at line 22 of file InterpolationTests.cpp.

View newest version in sPHENIX GitHub at line 22 of file InterpolationTests.cpp

References CHECK_CLOSE_REL, Acts::UnitConstants::e, Acts::interpolate(), and v.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( ray_construction  )

Definition at line 22 of file RayTest.cpp.

View newest version in sPHENIX GitHub at line 22 of file RayTest.cpp

References CHECK_CLOSE_ABS, Acts::UnitConstants::e, and matrix().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( alignment_helper_test  )

Test for rotation matrix and calculation of derivative of rotated x/y/z axis w.r.t. rotation parameters

Definition at line 22 of file AlignmentHelperTests.cpp.

View newest version in sPHENIX GitHub at line 22 of file AlignmentHelperTests.cpp

References starlightConstants::alpha, CHECK_CLOSE_ABS, cos(), Acts::UnitConstants::e, gamma(), M_PI, Acts::detail::rotationToLocalAxesDerivative(), and transform.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( VolumeBoundsTest  )

Definition at line 22 of file VolumeBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 22 of file VolumeBoundsTests.cpp

References Acts::s_planeXY, Acts::s_planeYZ, and Acts::s_planeZX.

Acts::Test::BOOST_AUTO_TEST_CASE ( BinnedSurfaceMaterial_construction_test  )

Test the constructors.

Definition at line 23 of file BinnedSurfaceMaterialTests.cpp.

View newest version in sPHENIX GitHub at line 23 of file BinnedSurfaceMaterialTests.cpp

References Acts::binX, Acts::binY, Acts::Material::fromMolarDensity(), Acts::UnitConstants::m, and Acts::open.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( HomogeneousSurfaceMaterial_construction_test  )

Test the constructors.

Definition at line 23 of file HomogeneousSurfaceMaterialTests.cpp.

View newest version in sPHENIX GitHub at line 23 of file HomogeneousSurfaceMaterialTests.cpp

References Acts::Material::fromMolarDensity().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( HomogeneousVolumeMaterial_construction_test  )

Test the constructors.

Definition at line 23 of file HomogeneousVolumeMaterialTests.cpp.

View newest version in sPHENIX GitHub at line 23 of file HomogeneousVolumeMaterialTests.cpp

References Acts::Material::fromMolarDensity().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( BinUtility_equidistant_binning  )

Definition at line 23 of file BinUtilityTests.cpp.

View newest version in sPHENIX GitHub at line 23 of file BinUtilityTests.cpp

References Acts::BinUtility::bins(), Acts::BinUtility::binTriple(), Acts::binX, Acts::binY, Acts::binZ, Acts::BinUtility::dimensions(), Acts::BinUtility::neighbourRange(), Acts::open, Acts::UnitConstants::u, and xyzPosition().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( bitset_to_matrix_to_bitset  )

Definition at line 23 of file HelpersTests.cpp.

View newest version in sPHENIX GitHub at line 23 of file HelpersTests.cpp

References Acts::matrixToBitset().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( ConstrainedStepTest  )

Definition at line 24 of file ConstrainedStepTests.cpp.

View newest version in sPHENIX GitHub at line 24 of file ConstrainedStepTests.cpp

References Acts::ConstrainedStep::aborter, Acts::ConstrainedStep::accuracy, Acts::ConstrainedStep::actor, max, Acts::ConstrainedStep::release(), Acts::ConstrainedStep::update(), Acts::ConstrainedStep::user, and Acts::ConstrainedStep::values.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( Extendable_  )

Definition at line 24 of file ExtendableTests.cpp.

View newest version in sPHENIX GitHub at line 24 of file ExtendableTests.cpp

References Acts::detail::Extendable< extensions_t >::append(), c, Acts::detail::Extendable< extensions_t >::get(), Acts::UnitConstants::u, value, and nlohmann::detail::void().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( grid_test_1d_equidistant  )

Definition at line 24 of file GridTests.cpp.

View newest version in sPHENIX GitHub at line 24 of file GridTests.cpp

References g(), Acts::detail::Grid< T, Axes >::globalBinFromLocalBins(), Acts::detail::Grid< T, Axes >::globalBinFromPosition(), Acts::detail::Grid< T, Axes >::localBinsFromGlobalBin(), Acts::detail::Grid< T, Axes >::numLocalBins(), Acts::detail::Grid< T, Axes >::size(), and Acts::UnitConstants::u.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( BoundaryCheckBoxSimple  )

Definition at line 24 of file BoundaryCheckTests.cpp.

View newest version in sPHENIX GitHub at line 24 of file BoundaryCheckTests.cpp

References Acts::BoundaryCheck::isInside().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( CylinderBoundsConstruction  )

Unit test for creating compliant/non-compliant CylinderBounds object.

test default construction

test copy construction;

Definition at line 25 of file CylinderBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 25 of file CylinderBoundsTests.cpp

References Acts::SurfaceBounds::eCylinder, M_PI, and G4BECAL::radius.

Acts::Test::BOOST_AUTO_TEST_CASE ( DiamondBoundsConstruction  )

Unit test for creating compliant/non-compliant DiamondBounds object.

Test construction with dimensions

Copy constructor

Definition at line 25 of file DiamondBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 25 of file DiamondBoundsTests.cpp

References db, Acts::SurfaceBounds::eDiamond, and Acts::DiamondBounds::type().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( DiscTrapezoidBoundsConstruction  )

Unit tests for DiscTrapezoidBounds constrcuctors.

Test construction with dimensions and default stereo

Test construction with all dimensions

Copy constructor

Definition at line 25 of file DiscTrapezoidBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 25 of file DiscTrapezoidBoundsTests.cpp

References Acts::SurfaceBounds::eDiscTrapezoid, and Acts::DiscTrapezoidBounds::type().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( EllipseBoundsConstruction  )

Unit test for creating compliant/non-compliant EllipseBounds object.

Test construction with dimensions

Copy constructor

Definition at line 25 of file EllipseBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 25 of file EllipseBoundsTests.cpp

References Acts::SurfaceBounds::eEllipse, and M_PI.

Acts::Test::BOOST_AUTO_TEST_CASE ( RadialBoundsConstruction  )

Unit tests for RadialBounds constrcuctors.

Test construction with radii and default sector

Test construction with radii and sector half angle

Copy constructor

Definition at line 25 of file RadialBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 25 of file RadialBoundsTests.cpp

References Acts::SurfaceBounds::eDisc, M_PI, maxRadius, and minRadius.

Acts::Test::BOOST_AUTO_TEST_CASE ( GeometryIdentifier_construct_encoded  )

Definition at line 25 of file GeometryIdentifierTests.cpp.

View newest version in sPHENIX GitHub at line 25 of file GeometryIdentifierTests.cpp

References G4TTL::layer, Acts::UnitConstants::u, and volume.

Acts::Test::BOOST_AUTO_TEST_CASE ( covariance_engine_test  )

These tests do not test for a correct covariance transport but only for the correct conservation or modification of certain variables. A test suite for the numerical correctness is performed in the integration tests.

Definition at line 25 of file CovarianceEngineTests.cpp.

View newest version in sPHENIX GitHub at line 25 of file CovarianceEngineTests.cpp

References Acts::detail::boundState(), Acts::detail::covarianceTransport(), Acts::detail::curvilinearState(), Dataset::parameters, Acts::VectorHelpers::position(), surface(), tgContext, and time.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( VolumeTest  )

Definition at line 25 of file VolumeTests.cpp.

View newest version in sPHENIX GitHub at line 25 of file VolumeTests.cpp

References Acts::Volume::center(), CHECK_CLOSE_ABS, cos(), eps, epsilon, Acts::Volume::inside(), Acts::Volume::itransform(), Acts::Volume::transform(), transform, volume, and Acts::Volume::volumeBounds().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( BinAdjustment_Radial  )

Definition at line 26 of file BinAdjustmentTests.cpp.

View newest version in sPHENIX GitHub at line 26 of file BinAdjustmentTests.cpp

References Acts::adjustBinUtility(), Acts::BinUtility::binningData(), Acts::binPhi, Acts::binR, Acts::closed, M_PI, and Acts::open.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( TrapezoidBoundsConstruction  )

Unit test for creating compliant/non-compliant TrapezoidBounds object.

Test construction with defining half lengths

Copy constructor

Definition at line 27 of file TrapezoidBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 27 of file TrapezoidBoundsTests.cpp

References Acts::SurfaceBounds::eTrapezoid, and halfY.

Acts::Test::BOOST_AUTO_TEST_CASE ( bfield_creation  )

Definition at line 27 of file BFieldMapUtilsTests.cpp.

View newest version in sPHENIX GitHub at line 27 of file BFieldMapUtilsTests.cpp

References CHECK_CLOSE_ABS, Acts::UnitConstants::e, Acts::fieldMapperRZ(), Acts::fieldMapperXYZ(), and Acts::VectorHelpers::perp().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( BinAdjustmentVolume_Cylinder  )

Definition at line 27 of file BinAdjustmentVolumeTests.cpp.

View newest version in sPHENIX GitHub at line 27 of file BinAdjustmentVolumeTests.cpp

References Acts::adjustBinUtility(), Acts::BinUtility::binningData(), Acts::binPhi, Acts::binR, Acts::binZ, M_PI, and Acts::open.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( PlaneSurfaceMatcher  )
Acts::Test::BOOST_AUTO_TEST_CASE ( CubicTrackingGeometryTest  )

Definition at line 27 of file TrackingGeometryCreationTests.cpp.

View newest version in sPHENIX GitHub at line 27 of file TrackingGeometryCreationTests.cpp

References cGeometry, tgContext, and tGeometry.

Acts::Test::BOOST_AUTO_TEST_CASE ( getSurface_test  )

Definition at line 27 of file MeasurementHelpersTests.cpp.

View newest version in sPHENIX GitHub at line 27 of file MeasurementHelpersTests.cpp

References cov, Acts::UnitConstants::fm, Acts::MeasurementHelpers::getSurface(), Acts::UnitConstants::m, and Acts::UnitConstants::m2.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( CuboidVolumeConstruction  )

Definition at line 27 of file CuboidVolumeBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 27 of file CuboidVolumeBoundsTests.cpp

References hx, hy, and hz.

Acts::Test::BOOST_AUTO_TEST_CASE ( ConvexPolygonBoundsConvexity  )

Definition at line 28 of file ConvexPolygonBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 28 of file ConvexPolygonBoundsTests.cpp

Acts::Test::BOOST_AUTO_TEST_CASE ( BoundTrackParametersVisualizationObj  )

Definition at line 28 of file EventDataView3DTests.cpp.

View newest version in sPHENIX GitHub at line 28 of file EventDataView3DTests.cpp

References Acts::EventDataView3DTest::testBoundTrackParameters(), and testObjString().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( SurfaceView3DObj  )

This tests if the corresponding obj output is well formatted.

Definition at line 28 of file SurfaceView3DTests.cpp.

View newest version in sPHENIX GitHub at line 28 of file SurfaceView3DTests.cpp

References Acts::SurfaceView3DTest::run(), and testObjString().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( TrackingGeometryView3DObj  )

This tests if the corresponding obj output is well formatted.

Definition at line 28 of file TrackingGeometryView3DTests.cpp.

View newest version in sPHENIX GitHub at line 28 of file TrackingGeometryView3DTests.cpp

References Acts::TrackingGeometryView3DTest::run(), and testObjString().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( Visualization3DTesterObj  )

Definition at line 28 of file Visualization3DTests.cpp.

View newest version in sPHENIX GitHub at line 28 of file Visualization3DTests.cpp

References testObjString().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( VolumeView3DObj  )

Definition at line 28 of file VolumeView3DTests.cpp.

View newest version in sPHENIX GitHub at line 28 of file VolumeView3DTests.cpp

References Acts::VolumeView3DTest::run(), and testObjString().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( CutoutCylinderVolumeBoundsConstruction  )

Definition at line 28 of file CutoutCylinderVolumeBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 28 of file CutoutCylinderVolumeBoundsTests.cpp

References Acts::CutoutCylinderVolumeBounds::toStream().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( measurement_initialization  )

Unit test for creation of Measurement object.

Definition at line 28 of file MeasurementTests.cpp.

View newest version in sPHENIX GitHub at line 28 of file MeasurementTests.cpp

References cov, generator(), Acts::UnitConstants::m, Acts::Measurement< source_link_t, parameter_indices_t, params >::parameters(), Acts::PrimitivesView3DTest::plane, and vector().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( assume_accessed  )

Definition at line 29 of file BenchmarkTools.cpp.

View newest version in sPHENIX GitHub at line 29 of file BenchmarkTools.cpp

References assumeAccessed(), and x.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( TestSolenoidBField  )

Definition at line 29 of file SolenoidBFieldTests.cpp.

View newest version in sPHENIX GitHub at line 29 of file SolenoidBFieldTests.cpp

References _T, Acts::IntegrationTest::bField, Acts::SolenoidBField::Config::bMagCenter, CHECK_CLOSE_ABS, Acts::SolenoidBField::getField(), Acts::SolenoidBField::Config::length, mfContext, Acts::SolenoidBField::Config::nCoils, and Acts::SolenoidBField::Config::radius.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( ExtentTest  )

Unit tests for Polyderon construction & operator +=.

Definition at line 29 of file ExtentTests.cpp.

View newest version in sPHENIX GitHub at line 29 of file ExtentTests.cpp

References Acts::binPhi, Acts::binR, Acts::binX, Acts::binY, Acts::binZ, Acts::Extent::check(), CHECK_CLOSE_ABS, Acts::UnitConstants::e, Acts::Extent::extend(), Acts::Extent::max(), Acts::Extent::min(), phiMin, and v.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( RealQuadraticEquationConstruction  )

Unit test for creating RealQuadraticEquation object.

Test construction with parameters

Copy constructor (implicit), void removes 'unused' compiler warning

Definition at line 29 of file RealQuadraticEquationTests.cpp.

View newest version in sPHENIX GitHub at line 29 of file RealQuadraticEquationTests.cpp

References c, and nlohmann::detail::void().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( Visualization3DHelpers  )

The tests in this section are regression tests only in order to catch any unexpected changes in the output format.

Definition at line 30 of file PrimitivesView3DTests.cpp.

View newest version in sPHENIX GitHub at line 30 of file PrimitivesView3DTests.cpp

References CHECK_CLOSE_ABS, Acts::EventDataView3D::decomposeCovariance(), and M_PI.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( InfiniteBoundsProperties  )

Unit tests for InfiniteBounds properties.

test for type()

test for inside()

test for dump

Definition at line 30 of file InfiniteBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 30 of file InfiniteBoundsTests.cpp

References Acts::SurfaceBounds::eBoundless, Acts::InfiniteBounds::inside(), Acts::InfiniteBounds::toStream(), and Acts::InfiniteBounds::type().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( CylinderVolumeBoundsConstruction  )

Definition at line 30 of file CylinderVolumeBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 30 of file CylinderVolumeBoundsTests.cpp

References M_PI, Acts::CylinderVolumeBounds::orientedSurfaces(), and rmax().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( AuctioneerTest_FirstValidAuctioneer  )

Definition at line 30 of file AuctioneerTests.cpp.

View newest version in sPHENIX GitHub at line 30 of file AuctioneerTests.cpp

Acts::Test::BOOST_AUTO_TEST_CASE ( single_material  )

Definition at line 31 of file AccumulatedVolumeMaterialTests.cpp.

View newest version in sPHENIX GitHub at line 31 of file AccumulatedVolumeMaterialTests.cpp

References Acts::AccumulatedVolumeMaterial::accumulate(), Acts::Material::Ar(), Acts::AccumulatedVolumeMaterial::average(), CHECK_CLOSE_REL, Acts::UnitConstants::e, Acts::Material::fromMolarDensity(), Acts::Material::L0(), Acts::Material::massDensity(), Acts::Material::molarDensity(), Acts::Material::parameters(), Acts::Material::X0(), and Acts::Material::Z().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( construction_test  )

Definition at line 31 of file GenericCuboidVolumeBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 31 of file GenericCuboidVolumeBoundsTests.cpp

References Acts::GenericCuboidVolumeBounds::inside().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( gaussian_grid_density_test  )

Definition at line 31 of file GaussianGridTrackDensityTests.cpp.

View newest version in sPHENIX GitHub at line 31 of file GaussianGridTrackDensityTests.cpp

References Acts::GaussianGridTrackDensity< mainGridSize, trkGridSize >::addTrack(), Acts::GaussianGridTrackDensity< mainGridSize, trkGridSize >::getMaxZPosition(), and Acts::GaussianGridTrackDensity< mainGridSize, trkGridSize >::removeTrackGridFromMainGrid().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( InterpolatedBFieldMap_rz  )

Definition at line 31 of file InterpolatedBFieldMapTests.cpp.

View newest version in sPHENIX GitHub at line 31 of file InterpolatedBFieldMapTests.cpp

References c, CHECK_CLOSE_REL, configureMap::config, Acts::UnitConstants::e, g(), mfContext, Acts::VectorHelpers::perp(), pos, Acts::UnitConstants::u, value, and z.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( PolyhedronTest  )

Unit tests for Polyderon construction & operator +=.

Definition at line 32 of file PolyhedronTests.cpp.

View newest version in sPHENIX GitHub at line 32 of file PolyhedronTests.cpp

References Acts::ObjVisualization3D< T >::clear(), Acts::GeometryView3D::drawPolyhedron(), Acts::Polyhedron::faces, Acts::Polyhedron::merge(), Acts::PrimitivesView3DTest::rectangle, Acts::Polyhedron::triangularMesh, Acts::Polyhedron::vertices, and Acts::ObjVisualization3D< T >::write().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( SimpleGeometryTest  )

Unit test for a three layer detector parameters Testing the Tool chain in the geometry building process.

Definition at line 32 of file SimpleGeometryTests.cpp.

View newest version in sPHENIX GitHub at line 32 of file SimpleGeometryTests.cpp

References Acts::getDefaultLogger(), Acts::Logging::INFO, Acts::CylinderVolumeHelper::Config::layerArrayCreator, Acts::PassiveLayerBuilder::Config::layerIdentification, Acts::LayerCreator::Config::surfaceArrayCreator, Acts::tgContext, Acts::tGeometry, Acts::TrackingGeometryBuilder::trackingGeometry(), Acts::TrackingGeometryBuilder::Config::trackingVolumeBuilders, and Acts::CylinderVolumeBuilder::Config::trackingVolumeHelper.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( LineBoundsRecreation  )

Unit test for testing LineBounds recreation from streaming.

Definition at line 33 of file LineBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 33 of file LineBoundsTests.cpp

References Acts::LineBounds::eSize, Acts::LineBounds::values(), and values.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( CylinderSurfaceConstruction  )

Unit test for creating compliant/non-compliant CylinderSurface object.

Constructor with transform, radius and halfZ

Constructor with transform pointer, radius, halfZ and halfPhiSector

Constructor with transform and CylinderBounds pointer

Copy constructor

Copied and transformed

Construct with nullptr bounds

Definition at line 34 of file CylinderSurfaceTests.cpp.

View newest version in sPHENIX GitHub at line 34 of file CylinderSurfaceTests.cpp

References Acts::Surface::Cylinder, M_PI, G4BECAL::radius, and testContext.

Acts::Test::BOOST_AUTO_TEST_CASE ( InterpolatedMaterialMap_MaterialCell_test  )

Definition at line 34 of file InterpolatedMaterialMapTests.cpp.

View newest version in sPHENIX GitHub at line 34 of file InterpolatedMaterialMapTests.cpp

References CHECK_CLOSE_REL, Acts::MaterialMapper< G >::MaterialCell::getMaterial(), Acts::MaterialMapper< G >::MaterialCell::isInside(), and trafoGlobalToLocal().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( PlaneSurfaceConstruction  )

Unit test for creating compliant/non-compliant PlaneSurface object.

Constructor with transform and bounds

Copy constructor

Copied and transformed

Construct with nullptr bounds

Definition at line 34 of file PlaneSurfaceTests.cpp.

View newest version in sPHENIX GitHub at line 34 of file PlaneSurfaceTests.cpp

References Acts::Surface::Plane, and tgContext.

Acts::Test::BOOST_AUTO_TEST_CASE ( StrawSurfaceConstruction  )

Unit test for creating compliant/non-compliant StrawSurface object.

Constructor with transform, radius and halfZ

Constructor with transform and LineBounds pointer

Constructor with LineBounds ptr, DetectorElement

Copy constructor

Copied and transformed

Definition at line 34 of file StrawSurfaceTests.cpp.

View newest version in sPHENIX GitHub at line 34 of file StrawSurfaceTests.cpp

References p, G4BECAL::radius, Acts::Surface::Straw, and tgContext.

Acts::Test::BOOST_AUTO_TEST_CASE ( gain_matrix_smoother  )

Definition at line 34 of file GainMatrixSmootherTests.cpp.

View newest version in sPHENIX GitHub at line 34 of file GainMatrixSmootherTests.cpp

References Acts::MultiTrajectory< source_link_t >::addTrackState(), CHECK_CLOSE_ABS, cov, Acts::UnitConstants::e, M_PI, and tgContext.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( box_construction  )

Definition at line 34 of file BoundingBoxTest.cpp.

View newest version in sPHENIX GitHub at line 34 of file BoundingBoxTest.cpp

References CHECK_CLOSE_ABS, Acts::UnitConstants::e, M_PI, Acts::AxisAlignedBoundingBox< entity_t, value_t, DIM >::max(), Acts::AxisAlignedBoundingBox< entity_t, value_t, DIM >::min(), and Acts::AxisAlignedBoundingBox< entity_t, value_t, DIM >::transformed().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( BoundaryCheckBoxToleranceLoc0  )

Definition at line 34 of file BoundaryCheckTests.cpp.

View newest version in sPHENIX GitHub at line 34 of file BoundaryCheckTests.cpp

References Acts::BoundaryCheck::isInside().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( ConeSurfaceConstruction  )

Unit test for creating compliant/non-compliant ConeSurface object.

Constructor with transform, alpha and symmetry indicator

Constructor with transform pointer, alpha,z min and max, halfPhiSector

Constructor with transform and ConeBounds pointer

Copy constructor

Copied and transformed

Construct with nullptr bounds

Definition at line 34 of file ConeSurfaceTests.cpp.

View newest version in sPHENIX GitHub at line 34 of file ConeSurfaceTests.cpp

References starlightConstants::alpha, Acts::Surface::Cone, M_PI, and tgContext.

Acts::Test::BOOST_AUTO_TEST_CASE ( DiscSurfaceConstruction  )

Unit tests for creating DiscSurface object.

Test DiscSurface constructor with default halfPhiSector

Test DiscSurface constructor with a transform specified

Copy constructed DiscSurface

Copied and transformed DiscSurface

Construct with nullptr bounds

Definition at line 35 of file DiscSurfaceTests.cpp.

View newest version in sPHENIX GitHub at line 35 of file DiscSurfaceTests.cpp

References M_PI, and tgContext.

Acts::Test::BOOST_AUTO_TEST_CASE ( PerigeeSurfaceConstruction  )

Unit test for creating compliant/non-compliant PerigeeSurface object.

Constructor with Vector3D

Constructor with transform

Copy constructor

Copied and transformed

Definition at line 35 of file PerigeeSurfaceTests.cpp.

View newest version in sPHENIX GitHub at line 35 of file PerigeeSurfaceTests.cpp

References Acts::Surface::Perigee, and tgContext.

Acts::Test::BOOST_AUTO_TEST_CASE ( Square_Grid_test  )
Acts::Test::BOOST_AUTO_TEST_CASE ( assume_read  )

Definition at line 35 of file BenchmarkTools.cpp.

View newest version in sPHENIX GitHub at line 35 of file BenchmarkTools.cpp

References assumeRead(), x, and y.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( gain_matrix_updater  )

Definition at line 35 of file GainMatrixUpdaterTests.cpp.

View newest version in sPHENIX GitHub at line 35 of file GainMatrixUpdaterTests.cpp

References Acts::MultiTrajectory< source_link_t >::addTrackState(), CHECK_CLOSE_ABS, cov, Acts::UnitConstants::e, Acts::MultiTrajectory< source_link_t >::getTrackState(), Acts::UnitConstants::m, M_PI, tgContext, and Acts::detail_lt::TrackStateProxy< source_link_t, M, ReadOnly >::uncalibrated().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( index_combination_generation_test  )

Definition at line 35 of file FittableTypeTests.cpp.

View newest version in sPHENIX GitHub at line 35 of file FittableTypeTests.cpp

References _T.

Acts::Test::BOOST_AUTO_TEST_CASE ( ConeBoundsConstruction  )

Unit test for creating compliant/non-compliant ConeBounds object.

Definition at line 35 of file ConeBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 35 of file ConeBoundsTests.cpp

References starlightConstants::alpha, Acts::SurfaceBounds::eCone, M_PI, and Acts::ConeBounds::type().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( LineSurface_Constructors_test  )

Unit test for creating compliant/non-compliant LineSurface object.

Construct with nullptr bounds

Definition at line 36 of file LineSurfaceTests.cpp.

View newest version in sPHENIX GitHub at line 36 of file LineSurfaceTests.cpp

References makePercentSlab(), G4BECAL::radius, tgContext, and transform.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( GeometryIdentifier_max_values  )

Definition at line 36 of file GeometryIdentifierTests.cpp.

View newest version in sPHENIX GitHub at line 36 of file GeometryIdentifierTests.cpp

References Acts::UnitConstants::u.

Acts::Test::BOOST_AUTO_TEST_CASE ( AnnulusBoundsConstruction  )

Definition at line 36 of file AnnulusBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 36 of file AnnulusBoundsTests.cpp

Acts::Test::BOOST_AUTO_TEST_CASE ( construct_with_fractions  )

Definition at line 37 of file MaterialCompositionTests.cpp.

View newest version in sPHENIX GitHub at line 37 of file MaterialCompositionTests.cpp

References CHECK_CLOSE_REL, eps, and Acts::UnitConstants::u.

Acts::Test::BOOST_AUTO_TEST_CASE ( materialmap_creation  )

Definition at line 37 of file MaterialMapUtilsTests.cpp.

View newest version in sPHENIX GitHub at line 37 of file MaterialMapUtilsTests.cpp

References CHECK_CLOSE_ABS, Acts::UnitConstants::e, Acts::Material::fromMolarDensity(), Acts::materialMapperRZ(), Acts::materialMapperXYZ(), and Acts::Material::parameters().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( all_of_test  )

Definition at line 37 of file MPLTests.cpp.

View newest version in sPHENIX GitHub at line 37 of file MPLTests.cpp

References Acts::detail::all_of_v.

Acts::Test::BOOST_AUTO_TEST_CASE ( BoundTrackParametersVisualizationPly  )

Definition at line 38 of file EventDataView3DTests.cpp.

View newest version in sPHENIX GitHub at line 38 of file EventDataView3DTests.cpp

References Acts::EventDataView3DTest::testBoundTrackParameters(), and testPlyString().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( TGeoParser_Pixel  )

Unit test Parsing a TGeo geometry.

Convert into surfaces using the TGeoSurfaceConverter & Draw them

Definition at line 38 of file TGeoParserTests.cpp.

View newest version in sPHENIX GitHub at line 38 of file TGeoParserTests.cpp

References Acts::GeometryView3D::drawSurface(), Acts::TGeoParser::select(), Acts::TGeoParser::State::selectedNodes, surface(), Acts::TGeoParser::Options::targetNames, tgContext, Acts::TGeoSurfaceConverter::toSurface(), transform, Acts::UnitConstants::u, Acts::TGeoParser::State::volume, and Acts::TGeoParser::Options::volumeNames.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( interpolation_2d  )

Definition at line 39 of file InterpolationTests.cpp.

View newest version in sPHENIX GitHub at line 39 of file InterpolationTests.cpp

References CHECK_CLOSE_REL, Acts::UnitConstants::e, Acts::interpolate(), and v.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( TestConstruction  )

Definition at line 39 of file ResultTests.cpp.

View newest version in sPHENIX GitHub at line 39 of file ResultTests.cpp

Acts::Test::BOOST_AUTO_TEST_CASE ( CuboidVolumeRecreation  )

Definition at line 40 of file CuboidVolumeBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 40 of file CuboidVolumeBoundsTests.cpp

References Acts::CuboidVolumeBounds::eSize, hx, hy, hz, values, and Acts::CuboidVolumeBounds::values().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( TypeTraitsMethods  )

Definition at line 40 of file TypeTraitsTest.cpp.

View newest version in sPHENIX GitHub at line 40 of file TypeTraitsTest.cpp

Acts::Test::BOOST_AUTO_TEST_CASE ( cartesian_segmentation  )

Unit test for the Cartesian segmentation.

Definition at line 41 of file CartesianSegmentationTests.cpp.

View newest version in sPHENIX GitHub at line 41 of file CartesianSegmentationTests.cpp

References kdfinder::abs(), CHECK_CLOSE_OR_SMALL, CHECK_CLOSE_REL, Acts::CartesianSegmentation::createSegmentationSurfaces(), cSegmentation, Acts::UnitConstants::e, hThickness, lAngle, nbinsx, nbinsy, Acts::tgContext, Acts::UnitConstants::u, and z.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( CutoutCylinderVolumeBoundsRecreation  )

Definition at line 41 of file CutoutCylinderVolumeBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 41 of file CutoutCylinderVolumeBoundsTests.cpp

References Acts::CutoutCylinderVolumeBounds::eSize, values, and Acts::CutoutCylinderVolumeBounds::values().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( CylinderIntersectionTests  )

This tests the interseciton with cylinders and looks for valid, non-valid, solutions

Definition at line 41 of file SurfaceIntersectionTests.cpp.

View newest version in sPHENIX GitHub at line 41 of file SurfaceIntersectionTests.cpp

References aCylinder, Acts::aTransform, CHECK_CLOSE_ABS, G4BECAL::radius, Acts::s_onSurfaceTolerance, Acts::tgContext, and transform.

Acts::Test::BOOST_AUTO_TEST_CASE ( BinAdjustment_Cylinder  )

Definition at line 41 of file BinAdjustmentTests.cpp.

View newest version in sPHENIX GitHub at line 41 of file BinAdjustmentTests.cpp

References Acts::adjustBinUtility(), Acts::BinUtility::binningData(), Acts::binPhi, Acts::binZ, M_PI, and Acts::open.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( billoir_vertex_fitter_empty_input_test  )

Unit test for FullBilloirVertexFitter.

Definition at line 41 of file FullBilloirVertexFitterTests.cpp.

View newest version in sPHENIX GitHub at line 41 of file FullBilloirVertexFitterTests.cpp

References _T, Acts::IntegrationTest::bField, Acts::Vertex< input_track_t >::fullCovariance(), geoContext, magFieldContext, origin(), Acts::Vertex< input_track_t >::position(), Acts::Vertex< input_track_t >::setFullCovariance(), Acts::Vertex< input_track_t >::setFullPosition(), and propagation_timing::stepper.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( CylinderBoundsRecreation  )

test default construction

Definition at line 42 of file CylinderBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 42 of file CylinderBoundsTests.cpp

References Acts::CylinderBounds::eSize, G4BECAL::radius, and values.

Acts::Test::BOOST_AUTO_TEST_CASE ( RectangleBoundsConstruction  )

Unit test for creating compliant/non-compliant RectangleBounds object.

Definition at line 42 of file RectangleBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 42 of file RectangleBoundsTests.cpp

References Acts::SurfaceBounds::eRectangle, halfX, halfY, inf, and Acts::RectangleBounds::type().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( AuctioneerTest_HighestValidAuctioneer  )

Definition at line 42 of file AuctioneerTests.cpp.

View newest version in sPHENIX GitHub at line 42 of file AuctioneerTests.cpp

Acts::Test::BOOST_AUTO_TEST_CASE ( phi_helper_test  )

Definition at line 42 of file HelpersTests.cpp.

View newest version in sPHENIX GitHub at line 42 of file HelpersTests.cpp

References CHECK_CLOSE_ABS, Acts::UnitConstants::e, M_PI, Acts::VectorHelpers::phi(), Acts::UnitConstants::s, Acts::UnitConstants::u, v, and v2.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( RealQuadraticEquationProperties  )

Unit test for RealQuadraticEquation properties.

Test construction with parameters

Test for solutions

Definition at line 42 of file RealQuadraticEquationTests.cpp.

View newest version in sPHENIX GitHub at line 42 of file RealQuadraticEquationTests.cpp

References c, CHECK_CLOSE_REL, Acts::UnitConstants::e, Acts::detail::RealQuadraticEquation::first, Acts::detail::RealQuadraticEquation::second, and Acts::detail::RealQuadraticEquation::solutions.

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.

Definition at line 42 of file TrackDensityVertexFinderTests.cpp.

View newest version in sPHENIX GitHub at line 42 of file TrackDensityVertexFinderTests.cpp

References geoContext, magFieldContext, Acts::VectorHelpers::makeVector4(), and Acts::SingleBoundTrackParameters< charge_t >::position().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( TrapezoidBoundsRecreated  )

Unit test for creating compliant/non-compliant TrapezoidBounds object.

Copy constructor

Definition at line 43 of file TrapezoidBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 43 of file TrapezoidBoundsTests.cpp

References Acts::TrapezoidBounds::eSize, halfY, values, and Acts::TrapezoidBounds::values().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( create_Clusters1  )

This test tests the clusterization of cells which belong to the same cluster for 8-cell/4-cell merging, digital/analogue readout and with a possible energy cut applied The grid with cells should cover all different cases:

1 0 0 0 2 0 0 0 0 2 0 2 0 1 0 0 0 2 0 2 0 0 0 0 0 0 0 1 1 2 2 0 0 0 0 1 0 0 0 0 1 0 0 1 0 2 0 0 0 2 0 0 2 0 0 1 0 1 0 1 0 0 0 1 1 0 0 2 0 1 0 0 0 0 0 0 0 0 2 0 1 2 2 0 0 0 0 0 0 0

Definition at line 44 of file ClusterizationTests.cpp.

View newest version in sPHENIX GitHub at line 44 of file ClusterizationTests.cpp

References CHECK_CLOSE_REL, and Acts::UnitConstants::e.

Acts::Test::BOOST_AUTO_TEST_CASE ( AnnulusBoundsRecreation  )

Definition at line 44 of file AnnulusBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 44 of file AnnulusBoundsTests.cpp

References Acts::AnnulusBounds::eSize, maxPhi, maxRadius, minPhi, minRadius, offset(), and values.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( TGeoArb8_to_PlaneSurface  )

Unit test to convert a TGeoTrd2 into a Plane.

  • The TGeoTrd2 has x/z orientation

Definition at line 45 of file TGeoArb8ConversionTests.cpp.

View newest version in sPHENIX GitHub at line 45 of file TGeoArb8ConversionTests.cpp

References allowedAxes, blue, Acts::ObjVisualization3D< T >::clear(), Acts::GeometryView3D::drawArrowForward(), Acts::GeometryView3D::drawSurface(), green, Acts::PrimitivesView3DTest::plane, Acts::Surface::Plane, red, tgContext, nlohmann::to_string(), Acts::TGeoSurfaceConverter::toSurface(), transform, and Acts::ObjVisualization3D< T >::write().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( TGeoTrd2_xz_to_PlaneSurface  )

Unit test to convert a TGeoTrd2 into a Plane.

  • The TGeoTrd2 has x/z orientation

Definition at line 45 of file TGeoTrd2ConversionTests.cpp.

View newest version in sPHENIX GitHub at line 45 of file TGeoTrd2ConversionTests.cpp

References blue, CHECK_CLOSE_ABS, Acts::GeometryView3D::drawArrowForward(), Acts::GeometryView3D::drawSurface(), Acts::TrapezoidBounds::eHalfLengthXnegY, Acts::TrapezoidBounds::eHalfLengthXposY, Acts::TrapezoidBounds::eHalfLengthY, green, hy, max, min, offset(), Acts::PrimitivesView3DTest::plane, Acts::Surface::Plane, red, Acts::s_epsilon, t, tgContext, Acts::TGeoSurfaceConverter::toSurface(), transform, and Acts::ObjVisualization3D< T >::write().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( TGeoTrd1_to_PlaneSurface  )

Unit test to convert a TGeoTrd1 into a Plane.

  • The TGeoTrd1 can only have (x/X)(z/Z) orientation

Definition at line 45 of file TGeoTrd1ConversionTests.cpp.

View newest version in sPHENIX GitHub at line 45 of file TGeoTrd1ConversionTests.cpp

References allowedAxes, blue, CHECK_CLOSE_ABS, Acts::GeometryView3D::drawArrowForward(), Acts::GeometryView3D::drawSurface(), Acts::TrapezoidBounds::eHalfLengthXnegY, Acts::TrapezoidBounds::eHalfLengthXposY, Acts::TrapezoidBounds::eHalfLengthY, green, hy, max, min, offset(), Acts::PrimitivesView3DTest::plane, Acts::Surface::Plane, red, Acts::s_epsilon, t, tgContext, Acts::TGeoSurfaceConverter::toSurface(), transform, and Acts::ObjVisualization3D< T >::write().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( LineBoundsExceptions  )

Unit test for testing LineBounds exceptions.

Definition at line 45 of file LineBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 45 of file LineBoundsTests.cpp

Acts::Test::BOOST_AUTO_TEST_CASE ( RadialBoundsRecreation  )

Definition at line 45 of file RadialBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 45 of file RadialBoundsTests.cpp

References Acts::RadialBounds::eSize, M_PI, maxRadius, minRadius, values, and Acts::RadialBounds::values().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( BinAdjustmentVolume_CutoutCylinder  )

Definition at line 45 of file BinAdjustmentVolumeTests.cpp.

View newest version in sPHENIX GitHub at line 45 of file BinAdjustmentVolumeTests.cpp

References Acts::adjustBinUtility(), Acts::BinUtility::binningData(), Acts::binPhi, Acts::binR, Acts::binZ, Acts::closed, M_PI, and Acts::open.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( BoundaryCheckBoxDistance  )

Definition at line 45 of file BoundaryCheckTests.cpp.

View newest version in sPHENIX GitHub at line 45 of file BoundaryCheckTests.cpp

References CHECK_CLOSE_REL, Acts::BoundaryCheck::distance(), Acts::UnitConstants::e, rectDimensions, rectDistances, rectShiftedDimensions, rectShiftedDistances, rectShiftedTestPoints, and rectTestPoints.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( EllipseBoundsRecreation  )

Definition at line 46 of file EllipseBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 46 of file EllipseBoundsTests.cpp

References Acts::EllipseBounds::eSize, M_PI, values, and Acts::EllipseBounds::values().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( TGeoBBox_to_PlaneSurface  )

Unit test to convert a Bbox into a Plane.

This test also tests:

  • the "(x/X)(y/Y)(z/Z)" orientations
  • the scaling functionality

Definition at line 47 of file TGeoBBoxConversionTests.cpp.

View newest version in sPHENIX GitHub at line 47 of file TGeoBBoxConversionTests.cpp

References blue, CHECK_CLOSE_ABS, Acts::GeometryView3D::drawArrowForward(), Acts::GeometryView3D::drawSurface(), Acts::RectangleBounds::eMaxX, Acts::RectangleBounds::eMaxY, Acts::RectangleBounds::eMinX, Acts::RectangleBounds::eMinY, Acts::RectangleBounds::get(), green, Acts::Surface::Plane, red, Acts::s_epsilon, tgContext, Acts::TGeoSurfaceConverter::toSurface(), Acts::ObjVisualization3D< T >::write(), x, y, and z.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( assume_written  )

Definition at line 47 of file BenchmarkTools.cpp.

View newest version in sPHENIX GitHub at line 47 of file BenchmarkTools.cpp

References assumeWritten(), and c.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( FATAL_test  )

unit test for FATAL debug level

This test checks for the expected output when using the Acts::Logging::FATAL debug level as threshold. It also tests

Definition at line 47 of file LoggerTests.cpp.

View newest version in sPHENIX GitHub at line 47 of file LoggerTests.cpp

References ACTS_DEBUG, ACTS_ERROR, ACTS_FATAL, ACTS_INFO, ACTS_LOCAL_LOGGER, ACTS_VERBOSE, ACTS_WARNING, FATAL, getline, and in.

Acts::Test::BOOST_AUTO_TEST_CASE ( adaptive_multi_vertex_finder_test  )

AMVF test with Gaussian seed finder.

Definition at line 47 of file AdaptiveMultiVertexFinderTests.cpp.

View newest version in sPHENIX GitHub at line 47 of file AdaptiveMultiVertexFinderTests.cpp

References _T, bField, CHECK_CLOSE_ABS, debugMode, geoContext, magFieldContext, readTracksAndVertexCSV(), propagation_timing::stepper, t1, t2, toolString, Acts::VertexingOptions< input_track_t >::vertexConstraint, and vtx().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( MultiTrajectoryVisualizationObj  )

Definition at line 48 of file EventDataView3DTests.cpp.

View newest version in sPHENIX GitHub at line 48 of file EventDataView3DTests.cpp

References Acts::EventDataView3DTest::testMultiTrajectory(), and testObjString().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( HomogeneousVolumeMaterial_access_test  )

Definition at line 48 of file HomogeneousVolumeMaterialTests.cpp.

View newest version in sPHENIX GitHub at line 48 of file HomogeneousVolumeMaterialTests.cpp

References Acts::Material::fromMolarDensity(), and Acts::HomogeneousVolumeMaterial::material().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( TGeoTube_to_CylinderSurface  )

Unit test to convert a TGeoTube into a CylinderSurface.

  • The TGeoTrd1 can only have (x/X)(y/Y) orientation

Definition at line 49 of file TGeoTubeConversionTests.cpp.

View newest version in sPHENIX GitHub at line 49 of file TGeoTubeConversionTests.cpp

References allowedAxes, blue, CHECK_CLOSE_ABS, Acts::ObjVisualization3D< T >::clear(), Acts::Surface::Cylinder, Acts::GeometryView3D::drawArrowForward(), Acts::GeometryView3D::drawSurface(), Acts::CylinderBounds::eAveragePhi, Acts::CylinderBounds::eHalfLengthZ, Acts::CylinderBounds::eHalfPhiSector, Acts::CylinderBounds::eR, green, hz, M_PI, notAllowedAxes, phimin, red, rmax(), Acts::s_epsilon, tgContext, nlohmann::to_string(), Acts::TGeoSurfaceConverter::toSurface(), transform, and Acts::ObjVisualization3D< T >::write().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( HomogeneousSurfaceMaterial_scaling_test  )

Definition at line 49 of file HomogeneousSurfaceMaterialTests.cpp.

View newest version in sPHENIX GitHub at line 49 of file HomogeneousSurfaceMaterialTests.cpp

References Acts::Material::fromMolarDensity(), Acts::HomogeneousSurfaceMaterial::materialSlab(), and Acts::MaterialSlab::scaleThickness().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( SurfaceBoundsConstruction  )

Unit test for creating compliant/non-compliant SurfaceBounds object.

Definition at line 49 of file SurfaceBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 49 of file SurfaceBoundsTests.cpp

References Acts::UnitConstants::s, t, Acts::UnitConstants::u, and v.

Acts::Test::BOOST_AUTO_TEST_CASE ( CuboidVolumeException  )

Definition at line 49 of file CuboidVolumeBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 49 of file CuboidVolumeBoundsTests.cpp

References hx, hy, and hz.

Acts::Test::BOOST_AUTO_TEST_CASE ( DiamondBoundsProperties  )

Unit tests for DiamondBounds properties.

Test clone

Test type() (redundant; already used in constructor confirmation)

Test the half length at negative y

Test the half length at the x axis

Test the half length at positive y

Test half length into the negative side

Test half length into the positive side

Test boundingBox

Test distanceToBoundary

Test dump

Test inside

Test vertices (does this need to be implemented in this class??

Definition at line 50 of file DiamondBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 50 of file DiamondBoundsTests.cpp

References Acts::DiamondBounds::boundingBox(), Acts::SurfaceBounds::eDiamond, Acts::DiamondBounds::eHalfLengthXnegY, Acts::DiamondBounds::eHalfLengthXposY, Acts::DiamondBounds::eHalfLengthXzeroY, Acts::DiamondBounds::eHalfLengthYneg, Acts::DiamondBounds::eHalfLengthYpos, Acts::DiamondBounds::get(), Acts::DiamondBounds::inside(), origin(), Acts::DiamondBounds::toStream(), Acts::DiamondBounds::type(), and Acts::DiamondBounds::vertices().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( DiscTrapezoidBoundsRecreation  )

Definition at line 50 of file DiscTrapezoidBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 50 of file DiscTrapezoidBoundsTests.cpp

References Acts::DiscTrapezoidBounds::eSize, values, and Acts::DiscTrapezoidBounds::values().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( AccumulatedSurfaceMaterial_fill_convert_0D  )

Test the filling and conversion.

Definition at line 50 of file AccumulatedSurfaceMaterialTests.cpp.

View newest version in sPHENIX GitHub at line 50 of file AccumulatedSurfaceMaterialTests.cpp

References Acts::AccumulatedSurfaceMaterial::accumulate(), Acts::Material::fromMolarDensity(), one, Acts::MaterialSlab::thicknessInX0(), two, and Acts::UnitConstants::u.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( getSize_test  )

Definition at line 50 of file MeasurementHelpersTests.cpp.

View newest version in sPHENIX GitHub at line 50 of file MeasurementHelpersTests.cpp

References cov, Acts::eBoundLoc0, Acts::eBoundLoc1, Acts::eBoundTime, Acts::UnitConstants::fm, Acts::MeasurementHelpers::getSize(), Acts::UnitConstants::m, Acts::UnitConstants::m2, and Acts::UnitConstants::u.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( CutoutCylinderVolumeBoundsExceptions  )

Definition at line 51 of file CutoutCylinderVolumeBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 51 of file CutoutCylinderVolumeBoundsTests.cpp

References hz, and rmax().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( hana_set_union_test  )

Definition at line 51 of file MPLTests.cpp.

View newest version in sPHENIX GitHub at line 51 of file MPLTests.cpp

Acts::Test::BOOST_AUTO_TEST_CASE ( GeometryIdentifier_innervolume_test  )

Definition at line 51 of file TrackingGeometryGeometryIdTests.cpp.

View newest version in sPHENIX GitHub at line 51 of file TrackingGeometryGeometryIdTests.cpp

References iVolume.

Acts::Test::BOOST_AUTO_TEST_CASE ( TrapezoidVolumeBoundarySurfaces  )

Definition at line 51 of file TrapezoidVolumeBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 51 of file TrapezoidVolumeBoundsTests.cpp

References geoCtx, Acts::TrapezoidVolumeBounds::inside(), Acts::negativeFaceXY, Acts::negativeFaceZX, Acts::TrapezoidVolumeBounds::orientedSurfaces(), Acts::positiveFaceXY, and Acts::positiveFaceZX.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( ConvexPolygonBoundsConstruction  )

Definition at line 55 of file ConvexPolygonBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 55 of file ConvexPolygonBoundsTests.cpp

References Acts::ConvexPolygonBounds< N >::boundingBox(), Acts::ConvexPolygonBounds< N >::inside(), Acts::RectangleBounds::max(), and Acts::RectangleBounds::min().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( SurfaceView3DPly  )

This tests if the corresponding ply output is well formatted.

Definition at line 55 of file SurfaceView3DTests.cpp.

View newest version in sPHENIX GitHub at line 55 of file SurfaceView3DTests.cpp

References Acts::SurfaceView3DTest::run(), and testPlyString().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( CylinderBoundsException  )

Definition at line 55 of file CylinderBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 55 of file CylinderBoundsTests.cpp

References M_PI, and G4BECAL::radius.

Acts::Test::BOOST_AUTO_TEST_CASE ( SurfaceBoundsProperties  )

Definition at line 55 of file SurfaceBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 55 of file SurfaceBoundsTests.cpp

References surface(), and Acts::SurfaceBoundsStub::values().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( GenericCuboidBoundsOrientedSurfaces  )

Definition at line 55 of file GenericCuboidVolumeBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 55 of file GenericCuboidVolumeBoundsTests.cpp

References checkCloseAbs(), Acts::UnitConstants::e, gctx, M_PI, Acts::GenericCuboidVolumeBounds::orientedSurfaces(), and vtx().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( perp_helper_test  )

Definition at line 55 of file HelpersTests.cpp.

View newest version in sPHENIX GitHub at line 55 of file HelpersTests.cpp

References CHECK_CLOSE_ABS, Acts::UnitConstants::e, Acts::VectorHelpers::perp(), v, and v2.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( RealQuadraticEquationAssignment  )

Unit test for testing RealQuadraticEquation assignment.

Test assignment (implicit)

equality not written and not implicit

Definition at line 55 of file RealQuadraticEquationTests.cpp.

View newest version in sPHENIX GitHub at line 55 of file RealQuadraticEquationTests.cpp

References c, CHECK_CLOSE_REL, Acts::UnitConstants::e, Acts::detail::RealQuadraticEquation::first, Acts::detail::RealQuadraticEquation::second, and Acts::detail::RealQuadraticEquation::solutions.

Acts::Test::BOOST_AUTO_TEST_CASE ( AnnulusBoundsExcpetion  )

Definition at line 55 of file AnnulusBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 55 of file AnnulusBoundsTests.cpp

References maxPhi, maxRadius, minPhi, minRadius, and offset().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( TrapezoidBoundsException  )

Definition at line 56 of file TrapezoidBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 56 of file TrapezoidBoundsTests.cpp

References halfY.

Acts::Test::BOOST_AUTO_TEST_CASE ( TestConstantBFieldInterfaceConsistency  )

Definition at line 57 of file MagneticFieldInterfaceConsistencyTests.cpp.

View newest version in sPHENIX GitHub at line 57 of file MagneticFieldInterfaceConsistencyTests.cpp

References testInterfaceConsistency().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( VolumeView3DPly  )

Definition at line 57 of file VolumeView3DTests.cpp.

View newest version in sPHENIX GitHub at line 57 of file VolumeView3DTests.cpp

References Acts::VolumeView3DTest::run(), and testPlyString().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( RadialBoundsException  )

Definition at line 57 of file RadialBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 57 of file RadialBoundsTests.cpp

References M_PI, maxRadius, and minRadius.

Acts::Test::BOOST_AUTO_TEST_CASE ( SurfaceConstruction  )

todo: make test fixture; separate out different cases

Unit test for creating compliant/non-compliant Surface object

Definition at line 57 of file SurfaceTests.cpp.

View newest version in sPHENIX GitHub at line 57 of file SurfaceTests.cpp

References Acts::Surface::Other, p, tgContext, and transform.

Acts::Test::BOOST_AUTO_TEST_CASE ( grid_density_vertex_finder_test  )

Unit test for GridDensityVertexFinder without caching of track density values.

Definition at line 57 of file GridDensityVertexFinderTests.cpp.

View newest version in sPHENIX GitHub at line 57 of file GridDensityVertexFinderTests.cpp

References charge, CHECK_CLOSE_ABS, debugMode, Acts::VectorHelpers::eta(), etaDist(), Acts::eZ, geoContext, magFieldContext, Acts::makeDirectionUnitFromPhiEta(), Acts::VectorHelpers::makeVector4(), phi, phiDist(), pos(), pTDist(), xdist(), ydist(), z1dist(), z2dist(), and zVertexPos1.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( CuboidVolumeBuilderTest  )

Definition at line 58 of file CuboidVolumeBuilderTests.cpp.

View newest version in sPHENIX GitHub at line 58 of file CuboidVolumeBuilderTests.cpp

References Acts::active, Acts::CuboidVolumeBuilder::buildLayer(), Acts::CuboidVolumeBuilder::buildSurface(), Acts::CuboidVolumeBuilder::buildVolume(), CHECK_CLOSE_ABS, configureMap::config, cos(), Acts::CuboidVolumeBuilder::SurfaceConfig::detElementConstructor, Acts::UnitConstants::e, G4TTL::layer, Acts::CuboidVolumeBuilder::VolumeConfig::layerCfg, Acts::CuboidVolumeBuilder::VolumeConfig::layers, Acts::CuboidVolumeBuilder::VolumeConfig::length, Acts::CuboidVolumeBuilder::Config::length, Acts::UnitConstants::m, M_PI, makeBeryllium(), Acts::CuboidVolumeBuilder::VolumeConfig::name, Acts::CuboidVolumeBuilder::SurfaceConfig::position, Acts::CuboidVolumeBuilder::VolumeConfig::position, Acts::CuboidVolumeBuilder::Config::position, Acts::CuboidVolumeBuilder::SurfaceConfig::rBounds, Acts::CuboidVolumeBuilder::SurfaceConfig::rotation, Acts::CuboidVolumeBuilder::setConfig(), Acts::CuboidVolumeBuilder::LayerConfig::surfaceCfg, Acts::CuboidVolumeBuilder::SurfaceConfig::surMat, Acts::tgContext, thickness, Acts::CuboidVolumeBuilder::SurfaceConfig::thickness, Acts::TrackingGeometryBuilder::trackingGeometry(), Acts::CuboidVolumeBuilder::trackingVolume(), Acts::TrackingGeometryBuilder::Config::trackingVolumeBuilders, Acts::UnitConstants::u, Acts::CuboidVolumeBuilder::Config::volumeCfg, and Acts::CuboidVolumeBuilder::VolumeConfig::volumeMaterial.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( MultiTrajectoryVisualizationPly  )

Definition at line 58 of file EventDataView3DTests.cpp.

View newest version in sPHENIX GitHub at line 58 of file EventDataView3DTests.cpp

References Acts::EventDataView3DTest::testMultiTrajectory(), and testPlyString().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( InterpolatedMaterialMap_MaterialMapper_test  )

Definition at line 59 of file InterpolatedMaterialMapTests.cpp.

View newest version in sPHENIX GitHub at line 59 of file InterpolatedMaterialMapTests.cpp

References CHECK_CLOSE_REL, Acts::MaterialMapper< G >::getMaterial(), and trafoGlobalToLocal().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( GeometryIdentifier_order  )

Definition at line 59 of file GeometryIdentifierTests.cpp.

View newest version in sPHENIX GitHub at line 59 of file GeometryIdentifierTests.cpp

References Acts::GeometryIdentifier::setLayer(), Acts::GeometryIdentifier::setSensitive(), Acts::GeometryIdentifier::setVolume(), and Acts::UnitConstants::u.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( LineBoundsAssignment  )

Unit test for testing LineBounds assignment.

Definition at line 61 of file LineBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 61 of file LineBoundsTests.cpp

Acts::Test::BOOST_AUTO_TEST_CASE ( construct_with_weights  )

Definition at line 61 of file MaterialCompositionTests.cpp.

View newest version in sPHENIX GitHub at line 61 of file MaterialCompositionTests.cpp

References CHECK_CLOSE_REL, eps, and Acts::UnitConstants::u.

Acts::Test::BOOST_AUTO_TEST_CASE ( ConeBoundsRecreation  )

Definition at line 61 of file ConeBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 61 of file ConeBoundsTests.cpp

References starlightConstants::alpha, Acts::ConeBounds::eSize, M_PI, values, and Acts::ConeBounds::values().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( TestSolenoidBFieldInterfaceConsistency  )

Definition at line 62 of file MagneticFieldInterfaceConsistencyTests.cpp.

View newest version in sPHENIX GitHub at line 62 of file MagneticFieldInterfaceConsistencyTests.cpp

References testInterfaceConsistency().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( volume_material_interaction_test  )

Definition at line 62 of file VolumeMaterialInteractionTests.cpp.

View newest version in sPHENIX GitHub at line 62 of file VolumeMaterialInteractionTests.cpp

References Acts::Test::State::absPdgCode, Acts::backward, CHECK_CLOSE_ABS, Acts::Test::StepperState::covTransport, Acts::TrackingVolume::create(), Acts::Test::State::currentVolume, Acts::detail::VolumeMaterialInteraction::dir, Acts::Test::StepperState::dir, Acts::UnitConstants::e, Acts::detail::VolumeMaterialInteraction::evaluateMaterialSlab(), makeSilicon(), Acts::detail::VolumeMaterialInteraction::mass, Acts::Test::State::mass, Acts::MaterialSlab::material(), Acts::detail::VolumeMaterialInteraction::momentum, Acts::detail::VolumeMaterialInteraction::nav, Acts::Test::StepperState::navDir, Acts::Test::State::navigation, Acts::Test::State::options, Acts::Test::StepperState::p, Acts::detail::VolumeMaterialInteraction::pathCorrection, Acts::detail::VolumeMaterialInteraction::pdg, Acts::detail::VolumeMaterialInteraction::performCovarianceTransport, Acts::detail::VolumeMaterialInteraction::pos, Acts::Test::StepperState::pos, Acts::Test::StepperState::q, Acts::detail::VolumeMaterialInteraction::q, Acts::detail::VolumeMaterialInteraction::qOverP, Acts::detail::VolumeMaterialInteraction::slab, propagation_timing::stepper, Acts::Test::State::stepping, Acts::Test::StepperState::t, Acts::MaterialSlab::thickness(), Acts::detail::VolumeMaterialInteraction::time, Acts::detail::VolumeMaterialInteraction::volume, and volume.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( two_materials  )

Definition at line 63 of file AccumulatedVolumeMaterialTests.cpp.

View newest version in sPHENIX GitHub at line 63 of file AccumulatedVolumeMaterialTests.cpp

References Acts::AccumulatedVolumeMaterial::accumulate(), Acts::AccumulatedVolumeMaterial::average(), CHECK_CLOSE_REL, Acts::UnitConstants::e, and Acts::Material::fromMolarDensity().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( PerigeeSurfaceProperties  )

Unit test for testing PerigeeSurface properties.

Test clone method

Test type (redundant)

Test name

Test dump

Definition at line 63 of file PerigeeSurfaceTests.cpp.

View newest version in sPHENIX GitHub at line 63 of file PerigeeSurfaceTests.cpp

References Acts::Surface::Perigee, and tgContext.

Acts::Test::BOOST_AUTO_TEST_CASE ( RectangleBoundsRecreation  )

Recreation.

Definition at line 63 of file RectangleBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 63 of file RectangleBoundsTests.cpp

References Acts::RectangleBounds::eSize, halfX, halfY, values, and Acts::RectangleBounds::values().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( SurfaceBoundsEquality  )

Unit test for testing SurfaceBounds properties.

Definition at line 63 of file SurfaceBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 63 of file SurfaceBoundsTests.cpp

References surface(), and Acts::SurfaceBoundsStub::values().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( BinAdjustmentVolume_Cuboid  )

Definition at line 63 of file BinAdjustmentVolumeTests.cpp.

View newest version in sPHENIX GitHub at line 63 of file BinAdjustmentVolumeTests.cpp

References Acts::adjustBinUtility(), Acts::BinUtility::binningData(), Acts::binX, Acts::binY, Acts::binZ, and Acts::open.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( impactpoint_estimator_params_distance_test  )

Unit test for ImpactPointEstimator params and distance.

Definition at line 63 of file ImpactPointEstimatorTests.cpp.

View newest version in sPHENIX GitHub at line 63 of file ImpactPointEstimatorTests.cpp

References _T, Acts::IntegrationTest::bField, CHECK_CLOSE_REL, d0Dist(), debugMode, Acts::UnitConstants::e, Acts::eBoundLoc0, Acts::eBoundLoc1, Acts::eBoundPhi, Acts::eBoundQOverP, Acts::eBoundTheta, Acts::eBoundTime, geoContext, magFieldContext, phiDist(), pTDist(), qDist(), resAngDist(), resIPDist(), resQoPDist(), propagation_timing::stepper, thetaDist(), and z0Dist().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( DiscTrapezoidBoundsExceptions  )

Definition at line 64 of file DiscTrapezoidBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 64 of file DiscTrapezoidBoundsTests.cpp

Acts::Test::BOOST_AUTO_TEST_CASE ( HomogeneousSurfaceMaterial_access_test  )

Definition at line 64 of file HomogeneousSurfaceMaterialTests.cpp.

View newest version in sPHENIX GitHub at line 64 of file HomogeneousSurfaceMaterialTests.cpp

References Acts::backward, CHECK_CLOSE_REL, Acts::UnitConstants::e, Acts::ISurfaceMaterial::factor(), Acts::forward, Acts::Material::fromMolarDensity(), Acts::fullUpdate, Acts::HomogeneousSurfaceMaterial::materialSlab(), Acts::postUpdate, Acts::preUpdate, and Acts::MaterialSlab::scaleThickness().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( theta_eta_test_helper  )

Definition at line 65 of file HelpersTests.cpp.

View newest version in sPHENIX GitHub at line 65 of file HelpersTests.cpp

References CHECK_CLOSE_ABS, Acts::UnitConstants::e, Acts::VectorHelpers::eta(), Acts::VectorHelpers::theta(), v, and v2.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( Kalman_Vertex_TrackUpdater  )
Acts::Test::BOOST_AUTO_TEST_CASE ( Kalman_Vertex_Updater  )
Acts::Test::BOOST_AUTO_TEST_CASE ( CuboidVolumeProperties  )

Definition at line 66 of file CuboidVolumeBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 66 of file CuboidVolumeBoundsTests.cpp

References CHECK_CLOSE_ABS, Acts::VolumeBounds::eCuboid, Acts::CuboidVolumeBounds::eHalfLengthX, Acts::CuboidVolumeBounds::eHalfLengthY, Acts::CuboidVolumeBounds::eHalfLengthZ, Acts::CuboidVolumeBounds::get(), hx, hy, hz, Acts::CuboidVolumeBounds::inside(), Acts::s_epsilon, Acts::s_onSurfaceTolerance, Acts::CuboidVolumeBounds::type(), and Acts::CuboidVolumeBounds::values().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( PlaneSurfaceProperties  )

Unit test for testing PlaneSurface properties.

Test clone method

Test type (redundant)

Test binningPosition

Test referenceFrame

Test normal, given 3D position

Test bounds

Test localToGlobal

Testing globalToLocal

Test isOnSurface

Test pathCorrection

Test name

Test dump

Definition at line 66 of file PlaneSurfaceTests.cpp.

View newest version in sPHENIX GitHub at line 66 of file PlaneSurfaceTests.cpp

References Acts::binX, CHECK_CLOSE_OR_SMALL, CHECK_CLOSE_REL, Acts::UnitConstants::e, Acts::SurfaceBounds::eRectangle, momentum, Acts::Surface::Plane, and tgContext.

Acts::Test::BOOST_AUTO_TEST_CASE ( TestInterpolatedBFieldMapInterfaceConsistency  )

Definition at line 67 of file MagneticFieldInterfaceConsistencyTests.cpp.

View newest version in sPHENIX GitHub at line 67 of file MagneticFieldInterfaceConsistencyTests.cpp

References configureMap::config, Acts::UnitConstants::m, Acts::InterpolatedBFieldMap< Mapper_t >::Config::scale, and testInterfaceConsistency().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( hana_set_to_tuple_test  )

Definition at line 67 of file MPLTests.cpp.

View newest version in sPHENIX GitHub at line 67 of file MPLTests.cpp

Acts::Test::BOOST_AUTO_TEST_CASE ( intersect_points  )

Definition at line 68 of file BoundingBoxTest.cpp.

View newest version in sPHENIX GitHub at line 68 of file BoundingBoxTest.cpp

References p.

Acts::Test::BOOST_AUTO_TEST_CASE ( zscan_finder_test  )

Unit test for ZScanVertexFinder.

Definition at line 68 of file ZScanVertexFinderTests.cpp.

View newest version in sPHENIX GitHub at line 68 of file ZScanVertexFinderTests.cpp

References _T, Acts::IntegrationTest::bField, CHECK_CLOSE_ABS, d0Dist(), Acts::eBoundLoc0, Acts::eBoundLoc1, Acts::eBoundPhi, Acts::eBoundQOverP, Acts::eBoundTheta, Acts::eZ, geoContext, magFieldContext, phiDist(), pTDist(), qDist(), resAngDist(), resIPDist(), resQoPDist(), propagation_timing::stepper, thetaDist(), vXYDist(), vZDist(), x, y, z, and z0Dist().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( LineBoundsProperties  )

Unit tests for LineBounds properties.

test for type()

test for inside()

Test negative redius inside

test for r()

test for halflengthZ (NOTE: Naming violation)

test for dump

Definition at line 70 of file LineBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 70 of file LineBoundsTests.cpp

References Acts::SurfaceBounds::eLine, Acts::LineBounds::inside(), origin(), and Acts::LineBounds::type().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( interpolation_3d  )

Definition at line 70 of file InterpolationTests.cpp.

View newest version in sPHENIX GitHub at line 70 of file InterpolationTests.cpp

References CHECK_CLOSE_REL, Acts::UnitConstants::e, Acts::interpolate(), and v.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( BoundaryCheckBoxCovariance  )

Definition at line 70 of file BoundaryCheckTests.cpp.

View newest version in sPHENIX GitHub at line 70 of file BoundaryCheckTests.cpp

References cov, and Acts::BoundaryCheck::isInside().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( LineSurface_allNamedMethods_test  )
Acts::Test::BOOST_AUTO_TEST_CASE ( TGeoParser_Pixel_SelectInnermost  )

Unit test Parsing a TGeo geometrys.

Convert into surfaces using the TGeoSurfaceConverter & Draw them

Definition at line 71 of file TGeoParserTests.cpp.

View newest version in sPHENIX GitHub at line 71 of file TGeoParserTests.cpp

References Acts::binR, Acts::binZ, Acts::GeometryView3D::drawSurface(), Acts::TGeoParser::Options::parseRanges, Acts::TGeoParser::select(), Acts::TGeoParser::State::selectedNodes, surface(), Acts::TGeoParser::Options::targetNames, tgContext, Acts::TGeoSurfaceConverter::toSurface(), transform, Acts::UnitConstants::u, Acts::TGeoParser::Options::unit, Acts::TGeoParser::State::volume, and Acts::TGeoParser::Options::volumeNames.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( DiscSurfaceProperties  ,
*utf::  expected_failures
)

Unit tests of all named methods.

Test type

Test normal, no local position specified

Test normal, local position specified

Test binningPosition

Test bounds

Test isOnSurface()

Test localToGlobal

Test globalToLocal

Test localPolarToCartesian

Test localCartesianToPolar

Test localPolarToLocalCartesian

Test localCartesianToGlobal

Test globalToLocalCartesian

Test pathCorrection

intersection test

Test name

Definition at line 72 of file DiscSurfaceTests.cpp.

View newest version in sPHENIX GitHub at line 72 of file DiscSurfaceTests.cpp

References Acts::binRPhi, CHECK_CLOSE_ABS, CHECK_CLOSE_REL, Acts::Surface::Disc, Acts::UnitConstants::e, Acts::SurfaceBounds::eDisc, M_PI, momentum, and tgContext.

Acts::Test::BOOST_AUTO_TEST_CASE ( MinimalSourceLinkTest  )

Definition at line 72 of file MeasurementHelpersTests.cpp.

View newest version in sPHENIX GitHub at line 72 of file MeasurementHelpersTests.cpp

References cov, Acts::UnitConstants::fm, Acts::UnitConstants::m, and Acts::UnitConstants::m2.

Acts::Test::BOOST_AUTO_TEST_CASE ( CylinderVolumeBoundsRecreation  )

Definition at line 72 of file CylinderVolumeBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 72 of file CylinderVolumeBoundsTests.cpp

References Acts::CylinderVolumeBounds::eSize, M_PI, rmax(), values, and Acts::CylinderVolumeBounds::values().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( ConeSurfacePolyhedrons  )

Unit tests for Cone Surfaces.

The full cone on one side

The full cone on one side

Definition at line 72 of file PolyhedronSurfacesTests.cpp.

View newest version in sPHENIX GitHub at line 72 of file PolyhedronSurfacesTests.cpp

References starlightConstants::alpha, Acts::binR, Acts::binX, Acts::binY, Acts::binZ, CHECK_CLOSE_ABS, Acts::UnitConstants::e, testModes, Acts::tgContext, and transform.

Acts::Test::BOOST_AUTO_TEST_CASE ( ExtentTestIntersects  )

Definition at line 72 of file ExtentTests.cpp.

View newest version in sPHENIX GitHub at line 72 of file ExtentTests.cpp

References Acts::binEta, Acts::binR, Acts::binX, Acts::binY, Acts::binZ, Acts::Extent::intersects(), and Acts::Extent::ranges.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( PrimitivesView3DObj  )

Definition at line 72 of file PrimitivesView3DTests.cpp.

View newest version in sPHENIX GitHub at line 72 of file PrimitivesView3DTests.cpp

References Acts::PrimitivesView3DTest::run(), and testObjString().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( AccumulatedSurfaceMaterial_fill_convert_1D  )

Test the filling and conversion.

Definition at line 73 of file AccumulatedSurfaceMaterialTests.cpp.

View newest version in sPHENIX GitHub at line 73 of file AccumulatedSurfaceMaterialTests.cpp

References Acts::binX, Acts::binY, four, Acts::Material::fromMolarDensity(), one, Acts::open, Acts::MaterialSlab::thicknessInX0(), three, two, and Acts::UnitConstants::u.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( ConeBoundsExceptions  )

Definition at line 74 of file ConeBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 74 of file ConeBoundsTests.cpp

References starlightConstants::alpha, and M_PI.

Acts::Test::BOOST_AUTO_TEST_CASE ( LineLineIntersection  )

Unit test for creating Ellipse intersection.

Definition at line 75 of file IntersectionHelper2DTests.cpp.

View newest version in sPHENIX GitHub at line 75 of file IntersectionHelper2DTests.cpp

References Acts::detail::IntersectionHelper2D::intersectSegment(), and start().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( SurfaceProperties  ,
*utf::  expected_failures
)
Acts::Test::BOOST_AUTO_TEST_CASE ( PolyhedronExtent  )

Unit tests for Polyderon construction & operator +=.

Definition at line 75 of file PolyhedronTests.cpp.

View newest version in sPHENIX GitHub at line 75 of file PolyhedronTests.cpp

References Acts::binPhi, Acts::binR, Acts::binX, Acts::binY, Acts::binZ, CHECK_CLOSE_ABS, Acts::UnitConstants::e, Acts::Polyhedron::extent(), Acts::VectorHelpers::perp(), Acts::VectorHelpers::phi(), and Acts::PrimitivesView3DTest::rectangle.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( ERROR_test  )

unit test for ERROR debug level

This test checks for the expected output when using the Acts::Logging::ERROR debug level as threshold. It also tests

Definition at line 76 of file LoggerTests.cpp.

View newest version in sPHENIX GitHub at line 76 of file LoggerTests.cpp

References ACTS_DEBUG, ACTS_ERROR, ACTS_FATAL, ACTS_INFO, ACTS_LOCAL_LOGGER, ACTS_VERBOSE, ACTS_WARNING, ERROR, getline, and in.

Acts::Test::BOOST_AUTO_TEST_CASE ( GeometryIdentifier_outervolume_test  )

Definition at line 76 of file TrackingGeometryGeometryIdTests.cpp.

View newest version in sPHENIX GitHub at line 76 of file TrackingGeometryGeometryIdTests.cpp

References iVolume, and oVolume.

Acts::Test::BOOST_AUTO_TEST_CASE ( TrapezoidBoundsProperties  ,
*utf::  expected_failures
)

Unit tests for TrapezoidBounds properties.

Test type() (redundant; already used in constructor confirmation)

Test minHalflengthX

Test maxHalfLengthX

Test halflengthY

Test distanceToBoundary

Test vertices

for (auto i: trapezoidBoundsObject.vertices()){ std::cout<<i[0]<<", "<<i[1]<<std::endl; }

Test boundingBox

Test dump

Test inside

Definition at line 77 of file TrapezoidBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 77 of file TrapezoidBoundsTests.cpp

References Acts::TrapezoidBounds::boundingBox(), Acts::TrapezoidBounds::eHalfLengthXnegY, Acts::TrapezoidBounds::eHalfLengthXposY, Acts::TrapezoidBounds::eHalfLengthY, Acts::SurfaceBounds::eTrapezoid, Acts::TrapezoidBounds::get(), halfY, Acts::TrapezoidBounds::inside(), Acts::TrapezoidBounds::toStream(), Acts::TrapezoidBounds::type(), and Acts::TrapezoidBounds::vertices().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( cross_test_helper  )

Definition at line 77 of file HelpersTests.cpp.

View newest version in sPHENIX GitHub at line 77 of file HelpersTests.cpp

References CHECK_CLOSE_ABS, Acts::VectorHelpers::cross(), Acts::UnitConstants::e, and v.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( AnnulusBoundsProperties  )

Unit tests for AnnulusBounds properties.

Test construction with radii and default sector

Test type() (redundant; already used in constructor confirmation)

Test positions inside/outside

Definition at line 77 of file AnnulusBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 77 of file AnnulusBoundsTests.cpp

References Acts::SurfaceBounds::eAnnulus, Acts::AnnulusBounds::eMaxPhiRel, Acts::AnnulusBounds::eMaxR, Acts::AnnulusBounds::eMinPhiRel, Acts::AnnulusBounds::eMinR, Acts::AnnulusBounds::get(), Acts::AnnulusBounds::inside(), Acts::AnnulusBounds::insideRadialBounds(), maxPhi, maxRadius, minPhi, minRadius, offset(), Acts::VectorHelpers::perp(), Acts::VectorHelpers::phi(), phi, and Acts::AnnulusBounds::type().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( StrawSurfaceProperties  )

Unit test for testing StrawSurface properties.

Test clone method

Test type (redundant)

Test name

Test dump

Definition at line 78 of file StrawSurfaceTests.cpp.

View newest version in sPHENIX GitHub at line 78 of file StrawSurfaceTests.cpp

References G4BECAL::radius, Acts::Surface::Straw, and tgContext.

Acts::Test::BOOST_AUTO_TEST_CASE ( CylinderSurfaceProperties  )

Unit test for testing CylinderSurface properties.

Test clone method

Test type (redundant)

Test binningPosition

Test referenceFrame

Test normal, given 3D position

Test normal given 2D rphi position

Test rotational symmetry axis

Test bounds

Test localToGlobal

Testing globalToLocal

Test isOnSurface

intersection test

Test pathCorrection

Test name

Test dump

Definition at line 79 of file CylinderSurfaceTests.cpp.

View newest version in sPHENIX GitHub at line 79 of file CylinderSurfaceTests.cpp

References Acts::binPhi, CHECK_CLOSE_ABS, CHECK_CLOSE_OR_SMALL, CHECK_CLOSE_REL, cos(), Acts::Surface::Cylinder, Acts::UnitConstants::e, Acts::SurfaceBounds::eCylinder, momentum, origin(), G4BECAL::radius, and testContext.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( CylinderBoundsProperties  )

Unit tests for CylinderBounds properties.

test for type()

test for inside(), 2D coords are r or phi ,z? : needs clarification

test for inside3D() with Vector3D argument

test for r()

test for averagePhi

test for halfPhiSector

test for halflengthZ (NOTE: Naming violation)

test for dump

Definition at line 81 of file CylinderBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 81 of file CylinderBoundsTests.cpp

References CHECK_CLOSE_REL, Acts::UnitConstants::e, Acts::CylinderBounds::eAveragePhi, Acts::SurfaceBounds::eCylinder, Acts::CylinderBounds::eHalfLengthZ, Acts::CylinderBounds::eHalfPhiSector, Acts::CylinderBounds::eR, Acts::CylinderBounds::get(), Acts::CylinderBounds::inside(), Acts::CylinderBounds::inside3D(), M_PI, origin(), Acts::CylinderBounds::toStream(), and Acts::CylinderBounds::type().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( two_materials_different_lengh  )

Definition at line 81 of file AccumulatedVolumeMaterialTests.cpp.

View newest version in sPHENIX GitHub at line 81 of file AccumulatedVolumeMaterialTests.cpp

References Acts::AccumulatedVolumeMaterial::accumulate(), Acts::AccumulatedVolumeMaterial::average(), CHECK_CLOSE_REL, Acts::UnitConstants::e, and Acts::Material::fromMolarDensity().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( PrimitivesView3DPly  )

Definition at line 82 of file PrimitivesView3DTests.cpp.

View newest version in sPHENIX GitHub at line 82 of file PrimitivesView3DTests.cpp

References Acts::PrimitivesView3DTest::run(), and testPlyString().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( EqualityOperators  )

Test equality operator

Test assignment

Test equality of assigned to original

Test equality operator

Test assignment

Test equality of assigned to original

Test equality operator

Test assignment

Test equality of assigned to original

Definition at line 83 of file PerigeeSurfaceTests.cpp.

View newest version in sPHENIX GitHub at line 83 of file PerigeeSurfaceTests.cpp

Acts::Test::BOOST_AUTO_TEST_CASE ( CylinderVolumeBoundsExceptions  )

Definition at line 83 of file CylinderVolumeBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 83 of file CylinderVolumeBoundsTests.cpp

References M_PI, and rmax().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( BoundaryCheckPolyDistance  )

Definition at line 83 of file BoundaryCheckTests.cpp.

View newest version in sPHENIX GitHub at line 83 of file BoundaryCheckTests.cpp

References CHECK_CLOSE_REL, Acts::BoundaryCheck::distance(), Acts::UnitConstants::e, rectDistances, rectShiftedDistances, rectShiftedTestPoints, rectShiftedVertices, rectTestPoints, and rectVertices.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( Visualization3DTesterPly  )

Definition at line 84 of file Visualization3DTests.cpp.

View newest version in sPHENIX GitHub at line 84 of file Visualization3DTests.cpp

Acts::Test::BOOST_AUTO_TEST_CASE ( TestErrorCodes  )

Definition at line 84 of file ResultTests.cpp.

View newest version in sPHENIX GitHub at line 84 of file ResultTests.cpp

References Acts::UnitConstants::u.

Acts::Test::BOOST_AUTO_TEST_CASE ( ConeVolumeBoundsSurfaceOrientation  )

Definition at line 84 of file ConeVolumeBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 84 of file ConeVolumeBoundsTests.cpp

References geoCtx, M_PI, Acts::ConeVolumeBounds::orientedSurfaces(), and Acts::tgContext.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( variant_bound_measurement_generation_test  )

Definition at line 85 of file FittableTypeTests.cpp.

View newest version in sPHENIX GitHub at line 85 of file FittableTypeTests.cpp

References value.

Acts::Test::BOOST_AUTO_TEST_CASE ( RadialBoundsProperties  )

Unit tests for RadialBounds properties.

Test type() (redundant; already used in constructor confirmation)

Test distanceToBoundary

Test dump

Test inside

Test rMin

Test rMax

Test averagePhi (should be a redundant method, this is not configurable)

Test halfPhiSector

Definition at line 86 of file RadialBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 86 of file RadialBoundsTests.cpp

References Acts::RadialBounds::eAveragePhi, Acts::SurfaceBounds::eDisc, Acts::RadialBounds::eHalfPhiSector, Acts::RadialBounds::eMaxR, Acts::RadialBounds::eMinR, Acts::RadialBounds::get(), Acts::RadialBounds::inside(), M_PI, maxRadius, minRadius, Acts::RadialBounds::toStream(), and Acts::RadialBounds::type().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( Transitions  )

Definition at line 86 of file FiniteStateMachineTests.cpp.

View newest version in sPHENIX GitHub at line 86 of file FiniteStateMachineTests.cpp

Acts::Test::BOOST_AUTO_TEST_CASE ( ConeSurfaceProperties  )

Unit test for testing ConeSurface properties.

Test clone method

Test type (redundant)

Test binningPosition

Test referenceFrame

Test normal, given 3D position

Test normal given 2D rphi position

Test rotational symmetry axis

Test bounds

Test localToGlobal

Testing globalToLocal

Test isOnSurface

Test pathCorrection

Test name

Test dump

Definition at line 86 of file ConeSurfaceTests.cpp.

View newest version in sPHENIX GitHub at line 86 of file ConeSurfaceTests.cpp

References starlightConstants::alpha, Acts::binPhi, CHECK_CLOSE_ABS, CHECK_CLOSE_OR_SMALL, CHECK_CLOSE_REL, Acts::Surface::Cone, Acts::UnitConstants::e, Acts::SurfaceBounds::eCone, M_PI, momentum, origin(), and tgContext.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( CutoutCylinderVolumeBoundsAccess  )

Definition at line 87 of file CutoutCylinderVolumeBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 87 of file CutoutCylinderVolumeBoundsTests.cpp

References Acts::CutoutCylinderVolumeBounds::eHalfLengthZ, Acts::CutoutCylinderVolumeBounds::eHalfLengthZcutout, Acts::CutoutCylinderVolumeBounds::eMaxR, Acts::CutoutCylinderVolumeBounds::eMedR, Acts::CutoutCylinderVolumeBounds::eMinR, Acts::CutoutCylinderVolumeBounds::get(), hz, and rmax().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( RectangleBoundsProperties  )

Unit test for testing RectangleBounds properties.

Definition at line 87 of file RectangleBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 87 of file RectangleBoundsTests.cpp

References CHECK_CLOSE_ABS, Acts::UnitConstants::e, Acts::RectangleBounds::halfLengthX(), Acts::RectangleBounds::halfLengthY(), halfX, halfY, Acts::RectangleBounds::inside(), Acts::RectangleBounds::max(), Acts::RectangleBounds::min(), rectVertices, and Acts::RectangleBounds::vertices().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( ConvexPolygonBoundsRecreation  )

Definition at line 87 of file ConvexPolygonBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 87 of file ConvexPolygonBoundsTests.cpp

References Acts::ConvexPolygonBoundsBase::values(), and values.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( BinningData_BinningValue  )

x/y/zData check the global position requests

check the global position requests

check the local position requests

Definition at line 88 of file BinningDataTests.cpp.

View newest version in sPHENIX GitHub at line 88 of file BinningDataTests.cpp

References Acts::binPhi, Acts::BinningData::bins(), Acts::binX, CHECK_CLOSE_REL, CHECK_SMALL, Acts::closed, delta, Acts::UnitConstants::e, eta0Position(), etaData_eq, M_PI, nBins_binary, Acts::open, phi0Position(), phiData_arb, phiData_eq, phiDelta, phiMin, phiPihPosition(), rData_eq, rphiPosition(), rphizPosition(), Acts::BinningData::value(), valueMin, xData_add(), xData_arb, xData_eq, xData_mult, xyPosition(), xyzPosition(), yData_eq, and zData_eq.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( unpack_boost_set_as_template_test  )

Definition at line 88 of file MPLTests.cpp.

View newest version in sPHENIX GitHub at line 88 of file MPLTests.cpp

References value.

Acts::Test::BOOST_AUTO_TEST_CASE ( GeometryIdentifier_closeGeometry_test  )

Definition at line 89 of file TrackingGeometryClosureTests.cpp.

View newest version in sPHENIX GitHub at line 89 of file TrackingGeometryClosureTests.cpp

References Acts::BinnedArray< T >::arrayObjects(), Acts::TrackingVolume::boundarySurfaces(), Acts::TrackingVolume::confinedLayers(), Acts::GeometryObject::geometryId(), Acts::GeometryIdentifier::volume(), and world.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( iterative_finder_test  )

Unit test for IterativeVertexFinder for BoundTrackParameters.

Definition at line 90 of file IterativeVertexFinderTests.cpp.

View newest version in sPHENIX GitHub at line 90 of file IterativeVertexFinderTests.cpp

References _T, kdfinder::abs(), Acts::IntegrationTest::bField, CHECK_CLOSE_ABS, d0Dist(), debug, Acts::eX, Acts::eY, Acts::eZ, geoContext, magFieldContext, nEvents, nTracksDist(), nVertexDist(), phiDist(), pos(), pTDist(), qDist(), resAngDist(), resIPDist(), resQoPDist(), Acts::Vertex< input_track_t >::setTracksAtVertex(), propagation_timing::stepper, thetaDist(), vXYDist(), vZDist(), x, y, z, and z0Dist().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( EllipseIntersection  )

Unit test for creating Ellipse intersection.

Definition at line 93 of file IntersectionHelper2DTests.cpp.

View newest version in sPHENIX GitHub at line 93 of file IntersectionHelper2DTests.cpp

References basicChecks(), CHECK_CLOSE_ABS, Acts::detail::IntersectionHelper2D::intersectEllipse(), and start().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( ConstructStateWithCovariance  )
Acts::Test::BOOST_AUTO_TEST_CASE ( BinUtility_transform  )

Definition at line 94 of file BinUtilityTests.cpp.

View newest version in sPHENIX GitHub at line 94 of file BinUtilityTests.cpp

References Acts::BinUtility::bin(), Acts::binPhi, Acts::binR, Acts::binZ, Acts::closed, M_PI, Acts::open, and pos4().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( TestSharedBFieldInterfaceConsistency  )

Definition at line 95 of file MagneticFieldInterfaceConsistencyTests.cpp.

View newest version in sPHENIX GitHub at line 95 of file MagneticFieldInterfaceConsistencyTests.cpp

References testInterfaceConsistency().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( ConeBoundsProperties  )

Unit tests for properties of ConeBounds object.

test for type (redundant)

test for inside

test for r

test for tanAlpha

test for alpha

test for minZ

test for maxZ

test for averagePhi

test for dump

Definition at line 96 of file ConeBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 96 of file ConeBoundsTests.cpp

References starlightConstants::alpha, CHECK_CLOSE_REL, Acts::UnitConstants::e, Acts::ConeBounds::eAlpha, Acts::SurfaceBounds::eCone, Acts::ConeBounds::eHalfPhiSector, Acts::ConeBounds::eMaxZ, Acts::ConeBounds::eMinZ, Acts::ConeBounds::get(), Acts::ConeBounds::inside(), M_PI, origin(), Acts::ConeBounds::r(), Acts::ConeBounds::tanAlpha(), Acts::ConeBounds::toStream(), and Acts::ConeBounds::type().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( CuboidVolumeBoundarySurfaces  )

Definition at line 97 of file CuboidVolumeBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 97 of file CuboidVolumeBoundsTests.cpp

References geoCtx, Acts::CuboidVolumeBounds::inside(), Acts::negativeFaceXY, Acts::negativeFaceYZ, Acts::negativeFaceZX, Acts::CuboidVolumeBounds::orientedSurfaces(), Acts::positiveFaceXY, Acts::positiveFaceYZ, and Acts::positiveFaceZX.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( visit_measurement_test  )

Definition at line 98 of file MeasurementHelpersTests.cpp.

View newest version in sPHENIX GitHub at line 98 of file MeasurementHelpersTests.cpp

References cov, dim, and Acts::visit_measurement().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( variable_axis  )

Definition at line 98 of file AxesTests.cpp.

View newest version in sPHENIX GitHub at line 98 of file AxesTests.cpp

References Acts::UnitConstants::u.

Acts::Test::BOOST_AUTO_TEST_CASE ( ConvexPolygonBoundsDynamicTest  )

Definition at line 99 of file ConvexPolygonBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 99 of file ConvexPolygonBoundsTests.cpp

References Acts::ConvexPolygonBounds< N >::boundingBox(), Acts::ConvexPolygonBounds< N >::inside(), Acts::RectangleBounds::max(), and Acts::RectangleBounds::min().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( CutoutCylinderVolumeBoundsInside  )

Definition at line 99 of file CutoutCylinderVolumeBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 99 of file CutoutCylinderVolumeBoundsTests.cpp

References Acts::CutoutCylinderVolumeBounds::inside().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( SurfaceMaterialMapper_tests  )

Test the filling and conversion.

We need a Navigator, Stepper to build a Propagator

The config object

Create some contexts

Now create the mapper state

Test if this is not null

We need a Navigator, Stepper to build a Propagator

The config object

Create some contexts

Now create the mapper state

Test if this is not null

We need a Navigator, Stepper to build a Propagator

The config object

Create some contexts

Now create the mapper state

Test if this is not null

Definition at line 99 of file SurfaceMaterialMapperTests.cpp.

View newest version in sPHENIX GitHub at line 99 of file SurfaceMaterialMapperTests.cpp

References Acts::SurfaceMaterialMapper::createState(), navigator, propagation_timing::stepper, and Acts::UnitConstants::u.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( straight_line_stepper_test  )

These tests are aiming to test the functions of the StraightLineStepper The numerical correctness of the stepper is tested in the integration tests

Test the state reset

Repeat with surface related methods

Definition at line 100 of file StraightLineStepperTests.cpp.

View newest version in sPHENIX GitHub at line 100 of file StraightLineStepperTests.cpp

References kdfinder::abs(), absMom, Acts::ConstrainedStep::actor, Acts::backward, Acts::detail::boundState(), Acts::StraightLineStepper::boundState(), charge, Acts::StraightLineStepper::charge(), Acts::SingleBoundTrackParameters< charge_t >::charge(), CHECK_CLOSE_ABS, CHECK_CLOSE_COVARIANCE, CHECK_CLOSE_OR_SMALL, CHECK_CLOSE_REL, cov, Acts::StraightLineStepper::State::cov, Acts::SingleBoundTrackParameters< charge_t >::covariance(), Acts::StraightLineStepper::covarianceTransport(), Acts::StraightLineStepper::State::covTransport, Acts::StraightLineStepper::curvilinearState(), Acts::StraightLineStepper::State::derivative, Acts::StraightLineStepper::State::dir, Acts::StraightLineStepper::direction(), Acts::UnitConstants::e, Acts::eFreeDir0, Acts::eFreePos0, Acts::eFreeQOverP, Acts::eFreeTime, eps, Acts::forward, Acts::StraightLineStepper::State::geoContext, Acts::UnitConstants::h, h2, Acts::StraightLineStepper::State::jacToGlobal, Acts::StraightLineStepper::State::jacTransport, Acts::VectorHelpers::makeVector4(), max, mfContext, Acts::StraightLineStepper::momentum(), Acts::SingleBoundTrackParameters< charge_t >::momentum(), Acts::StraightLineStepper::State::navDir, Acts::StraightLineStepper::outputStepSize(), Acts::StraightLineStepper::State::p, Acts::SingleBoundTrackParameters< charge_t >::parameters(), Acts::StraightLineStepper::State::pathAccumulated, Acts::PrimitivesView3DTest::plane, pos, Acts::StraightLineStepper::State::pos, Acts::StraightLineStepper::position(), Acts::SingleBoundTrackParameters< charge_t >::position(), Acts::StraightLineStepper::State::previousStepSize, Acts::UnitConstants::ps, Acts::StraightLineStepper::State::q, Acts::SingleBoundTrackParameters< charge_t >::referenceSurface(), Acts::StraightLineStepper::releaseStepSize(), Acts::StraightLineStepper::resetState(), Acts::StraightLineStepper::setStepSize(), Acts::StraightLineStepper::step(), stepSize, Acts::StraightLineStepper::State::stepSize, Acts::StraightLineStepper::State::t, tgContext, time, Acts::StraightLineStepper::time(), Acts::SingleBoundTrackParameters< charge_t >::time(), tolerance, Acts::StraightLineStepper::State::tolerance, Acts::ConstrainedStep::toString(), Acts::detail::transformBoundToFreeParameters(), Acts::StraightLineStepper::update(), Acts::StraightLineStepper::updateStepSize(), Acts::StraightLineStepper::updateSurfaceStatus(), and Acts::ConstrainedStep::value().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( kalman_extrapolator  )

Unit test for Kalman fitter propagation.

Definition at line 102 of file KalmanExtrapolatorTests.cpp.

View newest version in sPHENIX GitHub at line 102 of file KalmanExtrapolatorTests.cpp

References Acts::IntegrationTest::bField, cGeometry, CHECK_CLOSE_OR_SMALL, CHECK_CLOSE_REL, cov, Acts::UnitConstants::e, Acts::getDummyLogger(), mfContext, navigator, Acts::Navigator::resolveMaterial, Acts::Navigator::resolvePassive, Acts::Navigator::resolveSensitive, start(), propagation_timing::stepper, and Acts::tgContext.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( GeometryIdentifier_containervolume_test  )

pre-check on GeometryIdentifier

let's check that the geometry ID values are all 0

check the boundaries of the hVolume, should also be 0

let's check everything is set to 0

Definition at line 102 of file TrackingGeometryGeometryIdTests.cpp.

View newest version in sPHENIX GitHub at line 102 of file TrackingGeometryGeometryIdTests.cpp

References hVolume.

Acts::Test::BOOST_AUTO_TEST_CASE ( interpolation_mixed_point_values  )

Definition at line 104 of file InterpolationTests.cpp.

View newest version in sPHENIX GitHub at line 104 of file InterpolationTests.cpp

References CHECK_CLOSE_REL, Acts::UnitConstants::e, Acts::interpolate(), p, and v.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( DiscTrapezoidBoundsProperties  )

Unit tests for DiscTrapezoidBounds properties.

Test clone

Test type() (redundant; already used in constructor confirmation)

Test distanceToBoundary

Test dump

Test inside

Test rMin

Test rMax

Test averagePhi

Test rCenter (redundant; not configurable)

Test halfPhiSector (redundant; not configurable)

Test minHalflengthX

Test maxHalflengthX

Test halflengthY

Definition at line 105 of file DiscTrapezoidBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 105 of file DiscTrapezoidBoundsTests.cpp

References CHECK_CLOSE_REL, CHECK_SMALL, Acts::UnitConstants::e, Acts::DiscTrapezoidBounds::eAveragePhi, Acts::SurfaceBounds::eDiscTrapezoid, Acts::DiscTrapezoidBounds::eHalfLengthXmaxR, Acts::DiscTrapezoidBounds::eHalfLengthXminR, Acts::DiscTrapezoidBounds::get(), Acts::DiscTrapezoidBounds::halfLengthY(), Acts::DiscTrapezoidBounds::inside(), origin(), Acts::DiscTrapezoidBounds::rCenter(), Acts::DiscTrapezoidBounds::rMax(), Acts::DiscTrapezoidBounds::rMin(), Acts::DiscTrapezoidBounds::stereo(), Acts::DiscTrapezoidBounds::toStream(), and Acts::DiscTrapezoidBounds::type().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( toString_test_helper  )

Definition at line 105 of file HelpersTests.cpp.

View newest version in sPHENIX GitHub at line 105 of file HelpersTests.cpp

References Acts::toString().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( AbortListTest_PathLimit  )

Definition at line 106 of file AbortListTests.cpp.

View newest version in sPHENIX GitHub at line 106 of file AbortListTests.cpp

References Acts::AbortList< aborters_t >::append(), Acts::detail::Extendable< aborters_t...>::get(), Acts::Test::PropagatorState::options, Acts::Test::PropagatorState::StepperState::pathAccumulated, Acts::Test::PropagatorState::Options::pathLimit, propagation_timing::stepper, Acts::Test::PropagatorState::stepping, and Acts::Test::PropagatorState::StepperState::stepSize.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( BoundaryCheckTriangleSimple  )

Definition at line 106 of file BoundaryCheckTests.cpp.

View newest version in sPHENIX GitHub at line 106 of file BoundaryCheckTests.cpp

References Acts::BoundaryCheck::isInside().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( micro_benchmark  )

Definition at line 106 of file BenchmarkTools.cpp.

View newest version in sPHENIX GitHub at line 106 of file BenchmarkTools.cpp

References microBenchmark().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( Terminted  )

Definition at line 106 of file FiniteStateMachineTests.cpp.

View newest version in sPHENIX GitHub at line 106 of file FiniteStateMachineTests.cpp

Acts::Test::BOOST_AUTO_TEST_CASE ( grid_test_2d_equidistant  )

Definition at line 106 of file GridTests.cpp.

View newest version in sPHENIX GitHub at line 106 of file GridTests.cpp

References g(), Acts::detail::Grid< T, Axes >::globalBinFromLocalBins(), Acts::detail::Grid< T, Axes >::globalBinFromPosition(), Acts::detail::Grid< T, Axes >::localBinsFromGlobalBin(), Acts::detail::Grid< T, Axes >::numLocalBins(), Acts::detail::Grid< T, Axes >::size(), and Acts::UnitConstants::u.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( WARNING_test  )

unit test for WARNING debug level

This test checks for the expected output when using the Acts::Logging::WARNING debug level as threshold. It also tests

Definition at line 106 of file LoggerTests.cpp.

View newest version in sPHENIX GitHub at line 106 of file LoggerTests.cpp

References ACTS_DEBUG, ACTS_ERROR, ACTS_FATAL, ACTS_INFO, ACTS_LOCAL_LOGGER, ACTS_VERBOSE, ACTS_WARNING, getline, in, and WARNING.

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.

Definition at line 106 of file TrackDensityVertexFinderTests.cpp.

View newest version in sPHENIX GitHub at line 106 of file TrackDensityVertexFinderTests.cpp

References CHECK_CLOSE_ABS, Acts::eX, Acts::eY, Acts::eZ, geoContext, magFieldContext, Acts::VectorHelpers::makeVector4(), Acts::SingleBoundTrackParameters< charge_t >::position(), Acts::Vertex< input_track_t >::setCovariance(), and Acts::VertexingOptions< input_track_t >::vertexConstraint.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( EllipseBoundsProperties  )

Unit tests for EllipseBounds properties.

Test clone

Test type() (redundant; already used in constructor confirmation)

Test distanceToBoundary

Test rMinX

Test rMinY

Test rMaxX

Test rMaxY

Test averagePhi

Test vertices

Test boundingBox

Test halfPhiSector

Test dump

Test inside

Definition at line 107 of file EllipseBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 107 of file EllipseBoundsTests.cpp

References Acts::EllipseBounds::boundingBox(), Acts::EllipseBounds::eAveragePhi, Acts::SurfaceBounds::eEllipse, Acts::EllipseBounds::eHalfPhiSector, Acts::EllipseBounds::eInnerRx, Acts::EllipseBounds::eInnerRy, Acts::EllipseBounds::eOuterRx, Acts::EllipseBounds::eOuterRy, Acts::EllipseBounds::get(), Acts::EllipseBounds::inside(), M_PI, origin(), Acts::EllipseBounds::toStream(), and Acts::EllipseBounds::type().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( RectangleBoundsAssignment  )

Definition at line 107 of file RectangleBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 107 of file RectangleBoundsTests.cpp

References halfX, halfY, and Acts::RectangleBounds::vertices().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( annealing_tool_multiChi2_tests  )

Definition at line 109 of file AnnealingUtilityTests.cpp.

View newest version in sPHENIX GitHub at line 109 of file AnnealingUtilityTests.cpp

References Acts::AnnealingUtility::anneal(), configureMap::config, Acts::AnnealingUtility::State::currentTemperatureIndex, Acts::AnnealingUtility::Config::cutOff, Acts::AnnealingUtility::State::equilibriumReached, Acts::AnnealingUtility::getWeight(), and Acts::UnitConstants::u.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( TGeoTrd2_yz_to_PlaneSurface  )

Unit test to convert a TGeoTrd2 into a Plane.

  • The TGeoTrd2 has y/z orientation

Definition at line 111 of file TGeoTrd2ConversionTests.cpp.

View newest version in sPHENIX GitHub at line 111 of file TGeoTrd2ConversionTests.cpp

References blue, CHECK_CLOSE_ABS, Acts::GeometryView3D::drawArrowForward(), Acts::GeometryView3D::drawSurface(), Acts::TrapezoidBounds::eHalfLengthXnegY, Acts::TrapezoidBounds::eHalfLengthXposY, Acts::TrapezoidBounds::eHalfLengthY, green, hy, max, min, offset(), Acts::PrimitivesView3DTest::plane, Acts::Surface::Plane, red, Acts::s_epsilon, t, tgContext, Acts::TGeoSurfaceConverter::toSurface(), transform, and Acts::ObjVisualization3D< T >::write().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( AlignmentContextTests  )

Unit test for creating compliant/non-compliant Surface object.

Definition at line 114 of file AlignmentContextTests.cpp.

View newest version in sPHENIX GitHub at line 114 of file AlignmentContextTests.cpp

Acts::Test::BOOST_AUTO_TEST_CASE ( TypeTraitsMember  )

Definition at line 115 of file TypeTraitsTest.cpp.

View newest version in sPHENIX GitHub at line 115 of file TypeTraitsTest.cpp

Acts::Test::BOOST_AUTO_TEST_CASE ( BoundaryCheckTriangleCovariance  )

Definition at line 115 of file BoundaryCheckTests.cpp.

View newest version in sPHENIX GitHub at line 115 of file BoundaryCheckTests.cpp

References cov, and Acts::BoundaryCheck::isInside().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( PhiZ_Grid_test  )
Acts::Test::BOOST_AUTO_TEST_CASE ( intersect_rays  )

Definition at line 117 of file BoundingBoxTest.cpp.

View newest version in sPHENIX GitHub at line 117 of file BoundingBoxTest.cpp

References p.

Acts::Test::BOOST_AUTO_TEST_CASE ( InterpolatedMaterialMap_test  )

Definition at line 118 of file InterpolatedMaterialMapTests.cpp.

View newest version in sPHENIX GitHub at line 118 of file InterpolatedMaterialMapTests.cpp

References CHECK_CLOSE_REL, Acts::InterpolatedMaterialMap< Mapper_t >::material(), and trafoGlobalToLocal().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( Getters  )

Definition at line 118 of file AtlasStepperTests.cpp.

View newest version in sPHENIX GitHub at line 118 of file AtlasStepperTests.cpp

References absMom, Acts::Test::Stepper::charge(), charge, CHECK_CLOSE_ABS, cov, Acts::Test::Stepper::direction(), eps, geoCtx, magCtx, magneticField, Acts::Test::Stepper::momentum(), navDir, pos, pos4(), Acts::Test::Stepper::position(), propagation_timing::stepper, stepSize, Acts::Test::Stepper::time(), time, tolerance, and unitDir.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( DiamondBoundsAssignment  )

Unit test for testing DiamondBounds assignment.

Test operator ==

Test assignment

Definition at line 119 of file DiamondBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 119 of file DiamondBoundsTests.cpp

Acts::Test::BOOST_AUTO_TEST_CASE ( ply_test  )

Definition at line 121 of file GenericCuboidVolumeBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 121 of file GenericCuboidVolumeBoundsTests.cpp

References Acts::GenericCuboidVolumeBounds::draw().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( RadialBoundsAssignment  )

Unit test for testing RadialBounds assignment.

Test assignment

Definition at line 122 of file RadialBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 122 of file RadialBoundsTests.cpp

References M_PI, maxRadius, and minRadius.

Acts::Test::BOOST_AUTO_TEST_CASE ( shared_vector_helper_test  )

Definition at line 122 of file HelpersTests.cpp.

View newest version in sPHENIX GitHub at line 122 of file HelpersTests.cpp

References Acts::unpack_shared_vector().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( billoir_vertex_fitter_defaulttrack_test  )

Unit test for FullBilloirVertexFitter with default input track type (= BoundTrackParameters)

Definition at line 123 of file FullBilloirVertexFitterTests.cpp.

View newest version in sPHENIX GitHub at line 123 of file FullBilloirVertexFitterTests.cpp

References _T, Acts::IntegrationTest::bField, CHECK_CLOSE_ABS, d0Dist(), geoContext, magFieldContext, nEvents, nTracksDist(), phiDist(), Acts::Vertex< input_track_t >::position(), pTDist(), qDist(), resAngDist(), resIPDist(), resQoPDist(), Acts::Vertex< input_track_t >::setFullCovariance(), Acts::Vertex< input_track_t >::setFullPosition(), propagation_timing::stepper, thetaDist(), Acts::Vertex< input_track_t >::tracks(), vXYDist(), vZDist(), x, y, z, and z0Dist().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( ActionListTest_Distance  )

Definition at line 123 of file ActionListTests.cpp.

View newest version in sPHENIX GitHub at line 123 of file ActionListTests.cpp

References Acts::detail::Extendable< actors_t...>::get(), Acts::detail::Extendable< extensions_t >::get(), and propagation_timing::stepper.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( CircleIntersection  )

Unit test for creating Circle intersection.

Definition at line 124 of file IntersectionHelper2DTests.cpp.

View newest version in sPHENIX GitHub at line 124 of file IntersectionHelper2DTests.cpp

References basicChecks(), CHECK_CLOSE_ABS, Acts::detail::IntersectionHelper2D::intersectCircle(), G4BECAL::radius, and start().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( CylinderVolumeBoundsAccess  )

Definition at line 129 of file CylinderVolumeBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 129 of file CylinderVolumeBoundsTests.cpp

References Acts::CylinderVolumeBounds::eAveragePhi, Acts::CylinderVolumeBounds::eHalfLengthZ, Acts::CylinderVolumeBounds::eHalfPhiSector, Acts::CylinderVolumeBounds::eMaxR, Acts::CylinderVolumeBounds::eMinR, Acts::CylinderVolumeBounds::get(), M_PI, and rmax().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( grid_density_vertex_finder_track_caching_test  )

Definition at line 130 of file GridDensityVertexFinderTests.cpp.

View newest version in sPHENIX GitHub at line 130 of file GridDensityVertexFinderTests.cpp

References charge, CHECK_CLOSE_ABS, debugMode, Acts::VectorHelpers::eta(), etaDist(), Acts::eZ, geoContext, magFieldContext, Acts::makeDirectionUnitFromPhiEta(), phi, phiDist(), pTDist(), x, xdist(), y, ydist(), z, z1dist(), z2dist(), zVertexPos1, and zVertexPos2.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( type_collector_test  )

Definition at line 130 of file MPLTests.cpp.

View newest version in sPHENIX GitHub at line 130 of file MPLTests.cpp

References Acts::detail::has_action_type_v, Acts::detail::has_result_type_v, Acts::detail::type_collector_t, and value.

Acts::Test::BOOST_AUTO_TEST_CASE ( TrapezoidBoundsAssignment  )

Unit test for testing TrapezoidBounds assignment.

Test assignment

Definition at line 131 of file TrapezoidBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 131 of file TrapezoidBoundsTests.cpp

References halfY.

Acts::Test::BOOST_AUTO_TEST_CASE ( PropagatorOptions_  )

Definition at line 132 of file PropagatorTests.cpp.

View newest version in sPHENIX GitHub at line 132 of file PropagatorTests.cpp

References Acts::getDummyLogger(), mfContext, eicpy.build::options, and Acts::tgContext.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( eigen_stepper_state_test  )

These tests are aiming to test whether the state setup is working properly.

Definition at line 132 of file StepperTests.cpp.

View newest version in sPHENIX GitHub at line 132 of file StepperTests.cpp

References absMom, Acts::backward, Acts::IntegrationTest::bField, charge, CHECK_CLOSE_OR_SMALL, CHECK_CLOSE_REL, cov, Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::State::cov, Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::State::covTransport, Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::State::derivative, Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::State::dir, eps, Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::State::jacToGlobal, Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::State::jacTransport, Acts::VectorHelpers::makeVector4(), mfContext, Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::State::navDir, Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::State::p, Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::State::pathAccumulated, Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::State::pos, pos(), Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::State::previousStepSize, Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::State::q, stepSize, Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::State::stepSize, Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::State::t, Acts::tgContext, time, tolerance, and Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::State::tolerance.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( INFO_test  )

unit test for INFO debug level

This test checks for the expected output when using the Acts::Logging::INFO debug level as threshold. It also tests

Definition at line 137 of file LoggerTests.cpp.

View newest version in sPHENIX GitHub at line 137 of file LoggerTests.cpp

References ACTS_DEBUG, ACTS_ERROR, ACTS_FATAL, ACTS_INFO, ACTS_LOCAL_LOGGER, ACTS_VERBOSE, ACTS_WARNING, getline, in, and INFO.

Acts::Test::BOOST_AUTO_TEST_CASE ( ConeBoundsAssignment  )

Definition at line 137 of file ConeBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 137 of file ConeBoundsTests.cpp

References starlightConstants::alpha, and M_PI.

Acts::Test::BOOST_AUTO_TEST_CASE ( bfield_symmetry  )

Definition at line 138 of file BFieldMapUtilsTests.cpp.

View newest version in sPHENIX GitHub at line 138 of file BFieldMapUtilsTests.cpp

References CHECK_CLOSE_REL, Acts::UnitConstants::e, Acts::fieldMapperRZ(), Acts::fieldMapperXYZ(), Acts::VectorHelpers::perp(), and pos4().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( CylinderBoundsAssignment  )

Unit test for testing CylinderBounds assignment.

Definition at line 139 of file CylinderBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 139 of file CylinderBoundsTests.cpp

References Acts::CylinderBounds::eR, and Acts::CylinderBounds::get().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( JacobianCurvilinearToGlobalTest  )

This tests the jacobian of local curvilinear -> global.

Definition at line 139 of file JacobianTests.cpp.

View newest version in sPHENIX GitHub at line 139 of file JacobianTests.cpp

References cov, and testJacobianToGlobal().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( bounding_box_creation  )

Definition at line 140 of file GenericCuboidVolumeBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 140 of file GenericCuboidVolumeBoundsTests.cpp

References Acts::GenericCuboidVolumeBounds::boundingBox(), CHECK_CLOSE_ABS, Acts::UnitConstants::e, and M_PI.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( TGeoTube_to_DiscSurface  )

Unit test to convert a TGeoTube into a DiscSurface.

  • The TGeoTrd1 can only have (x/X)(y/Y) orientation

Definition at line 146 of file TGeoTubeConversionTests.cpp.

View newest version in sPHENIX GitHub at line 146 of file TGeoTubeConversionTests.cpp

References allowedAxes, blue, CHECK_CLOSE_ABS, Acts::ObjVisualization3D< T >::clear(), Acts::Surface::Disc, Acts::GeometryView3D::drawArrowForward(), Acts::GeometryView3D::drawSurface(), Acts::RadialBounds::eAveragePhi, Acts::RadialBounds::eHalfPhiSector, Acts::RadialBounds::eMaxR, Acts::RadialBounds::eMinR, green, hz, M_PI, notAllowedAxes, phimin, red, rmax(), Acts::s_epsilon, tgContext, nlohmann::to_string(), Acts::TGeoSurfaceConverter::toSurface(), and Acts::ObjVisualization3D< T >::write().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( ActionListTest_TwoActions  )

Definition at line 147 of file ActionListTests.cpp.

View newest version in sPHENIX GitHub at line 147 of file ActionListTests.cpp

References Acts::detail::Extendable< actors_t...>::get(), propagation_timing::stepper, and Acts::UnitConstants::u.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( BinningData_bins  )

x/y/zData check the global position requests

check the local position requests

Definition at line 147 of file BinningDataTests.cpp.

View newest version in sPHENIX GitHub at line 147 of file BinningDataTests.cpp

References Acts::binPhi, Acts::binX, Acts::closed, delta, eta0Position(), etaData_eq, M_PI, nBins_binary, Acts::open, phi0Position(), phiData_eq, phiDelta, phiMin, phiPihPosition(), rData_eq, rphiPosition(), rphizPosition(), Acts::BinningData::search(), Acts::BinningData::searchGlobal(), Acts::BinningData::searchLocal(), valueMin, xData_add(), xData_arb, xData_eq, xData_mult, xyPosition(), xyzPosition(), yData_eq, and zData_eq.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( open_axis  )

Definition at line 148 of file AxesTests.cpp.

View newest version in sPHENIX GitHub at line 148 of file AxesTests.cpp

References Acts::UnitConstants::u.

Acts::Test::BOOST_AUTO_TEST_CASE ( Arguments  )

Definition at line 148 of file FiniteStateMachineTests.cpp.

View newest version in sPHENIX GitHub at line 148 of file FiniteStateMachineTests.cpp

Acts::Test::BOOST_AUTO_TEST_CASE ( LineSurface_assignment_test  )

Unit test for testing LineSurface assignment.

Definition at line 149 of file LineSurfaceTests.cpp.

View newest version in sPHENIX GitHub at line 149 of file LineSurfaceTests.cpp

References transform.

Acts::Test::BOOST_AUTO_TEST_CASE ( VolumeMaterialMapper_comparison_tests  )
Acts::Test::BOOST_AUTO_TEST_CASE ( JacobianCylinderToGlobalTest  )

This tests the jacobian of local cylinder -> global.

Definition at line 152 of file JacobianTests.cpp.

View newest version in sPHENIX GitHub at line 152 of file JacobianTests.cpp

References cov, createCylindricTransform(), cSurface, and testJacobianToGlobal().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( CylinderSurfacePolyhedrons  )

Unit tests for Cylinder Surfaces.

The full cone on one side

The full cone on one side

The full cone on one side

Definition at line 155 of file PolyhedronSurfacesTests.cpp.

View newest version in sPHENIX GitHub at line 155 of file PolyhedronSurfacesTests.cpp

References Acts::binR, Acts::binX, Acts::binY, Acts::binZ, CHECK_CLOSE_ABS, cos(), Acts::UnitConstants::e, testModes, Acts::tgContext, and transform.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( TypeTraitsNestedType  )

Definition at line 155 of file TypeTraitsTest.cpp.

View newest version in sPHENIX GitHub at line 155 of file TypeTraitsTest.cpp

Acts::Test::BOOST_AUTO_TEST_CASE ( linearized_track_factory_straightline_test  )
Acts::Test::BOOST_AUTO_TEST_CASE ( ObjectIntersectionTest  )

test of the object intersection class

Definition at line 156 of file IntersectionTests.cpp.

View newest version in sPHENIX GitHub at line 156 of file IntersectionTests.cpp

References Acts::UnitConstants::u.

Acts::Test::BOOST_AUTO_TEST_CASE ( gaussian_grid_sum_max_densitytest  )

Tests the functionality of the useHighestSumZPosition option.

Definition at line 160 of file GaussianGridTrackDensityTests.cpp.

View newest version in sPHENIX GitHub at line 160 of file GaussianGridTrackDensityTests.cpp

References Acts::GaussianGridTrackDensity< mainGridSize, trkGridSize >::addTrack(), Acts::UnitConstants::e, Acts::GaussianGridTrackDensity< mainGridSize, trkGridSize >::getMaxZPosition(), and Acts::GaussianGridTrackDensity< mainGridSize, trkGridSize >::Config::useHighestSumZPosition.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( LineSurfaceAlignment  )

Unit test for testing LineSurface alignment derivatives.

Define the track (global) position and direction

Definition at line 160 of file LineSurfaceTests.cpp.

View newest version in sPHENIX GitHub at line 160 of file LineSurfaceTests.cpp

References Acts::LineSurface::alignmentToPathDerivative(), CHECK_CLOSE_ABS, Acts::UnitConstants::e, Acts::LineSurface::localCartesianToBoundLocalDerivative(), momentum, Acts::detail::rotationToLocalAxesDerivative(), tgContext, transform, and value.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( VectorHelpersPosition  )

Definition at line 161 of file HelpersTests.cpp.

View newest version in sPHENIX GitHub at line 161 of file HelpersTests.cpp

References Acts::eFreePos0, Acts::eFreePos1, Acts::eFreePos2, Acts::ePos0, Acts::ePos1, Acts::ePos2, pos4(), and Acts::VectorHelpers::position().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( Visualization3DConstruction  )

Definition at line 161 of file Visualization3DTests.cpp.

View newest version in sPHENIX GitHub at line 161 of file Visualization3DTests.cpp

Acts::Test::BOOST_AUTO_TEST_CASE ( variant_free_measurement_generation_test  )

Definition at line 163 of file FittableTypeTests.cpp.

View newest version in sPHENIX GitHub at line 163 of file FittableTypeTests.cpp

References value.

Acts::Test::BOOST_AUTO_TEST_CASE ( DiscTrapezoidBoundsAssignment  )

Unit test for testing DiscTrapezoidBounds assignment.

Test assignment

Definition at line 165 of file DiscTrapezoidBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 165 of file DiscTrapezoidBoundsTests.cpp

Acts::Test::BOOST_AUTO_TEST_CASE ( CutoutCylinderVolumeBoundsBoundingBox  )

Definition at line 169 of file CutoutCylinderVolumeBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 169 of file CutoutCylinderVolumeBoundsTests.cpp

References Acts::CutoutCylinderVolumeBounds::boundingBox(), CHECK_CLOSE_ABS, Acts::UnitConstants::e, Acts::CutoutCylinderVolumeBounds::orientedSurfaces(), and tgContext.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( DEBUG_test  )

unit test for DEBUG debug level

This test checks for the expected output when using the Acts::Logging::DEBUG debug level as threshold. It also tests

Definition at line 169 of file LoggerTests.cpp.

View newest version in sPHENIX GitHub at line 169 of file LoggerTests.cpp

References ACTS_DEBUG, ACTS_ERROR, ACTS_FATAL, ACTS_INFO, ACTS_LOCAL_LOGGER, ACTS_VERBOSE, ACTS_WARNING, DEBUG, getline, and in.

Acts::Test::BOOST_AUTO_TEST_CASE ( PlaneSurfaceEqualityOperators  )

Test equality operator

Test assignment

Test equality of assigned to original

Definition at line 170 of file PlaneSurfaceTests.cpp.

View newest version in sPHENIX GitHub at line 170 of file PlaneSurfaceTests.cpp

Acts::Test::BOOST_AUTO_TEST_CASE ( ConeIntersectionTest  )

This tests the interseciton with cylinders and looks for valid, non-valid, solutions

Definition at line 170 of file SurfaceIntersectionTests.cpp.

View newest version in sPHENIX GitHub at line 170 of file SurfaceIntersectionTests.cpp

References starlightConstants::alpha, Acts::aTransform, CHECK_CLOSE_ABS, M_PI, Acts::s_onSurfaceTolerance, Acts::tgContext, and transform.

Acts::Test::BOOST_AUTO_TEST_CASE ( JacobianDiscToGlobalTest  )

This tests the jacobian of local disc -> global.

Definition at line 171 of file JacobianTests.cpp.

View newest version in sPHENIX GitHub at line 171 of file JacobianTests.cpp

References cov, createPlanarTransform(), and testJacobianToGlobal().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( EllipseBoundsAssignment  )

Unit test for testing EllipseBounds assignment.

Test operator ==

Test assignment

Definition at line 171 of file EllipseBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 171 of file EllipseBoundsTests.cpp

References M_PI.

Acts::Test::BOOST_AUTO_TEST_CASE ( UpdateFromComponents  )

Definition at line 171 of file AtlasStepperTests.cpp.

View newest version in sPHENIX GitHub at line 171 of file AtlasStepperTests.cpp

References absMom, Acts::Test::Stepper::charge(), charge, CHECK_CLOSE_ABS, cov, Acts::Test::Stepper::direction(), eps, geoCtx, magCtx, magneticField, Acts::Test::Stepper::momentum(), navDir, pos, pos4(), Acts::Test::Stepper::position(), propagation_timing::stepper, stepSize, Acts::Test::Stepper::time(), time, tolerance, and unitDir.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( closed_axis  )

Definition at line 173 of file AxesTests.cpp.

View newest version in sPHENIX GitHub at line 173 of file AxesTests.cpp

References Acts::UnitConstants::u.

Acts::Test::BOOST_AUTO_TEST_CASE ( TrackingGeometry_testVisitSurfaces  )

Definition at line 173 of file TrackingGeometryClosureTests.cpp.

View newest version in sPHENIX GitHub at line 173 of file TrackingGeometryClosureTests.cpp

References Acts::tGeometry, and Acts::UnitConstants::u.

Acts::Test::BOOST_AUTO_TEST_CASE ( PlyOutputTest  )

Definition at line 174 of file Visualization3DTests.cpp.

View newest version in sPHENIX GitHub at line 174 of file Visualization3DTests.cpp

Acts::Test::BOOST_AUTO_TEST_CASE ( has_duplicates_test  )

Definition at line 177 of file MPLTests.cpp.

View newest version in sPHENIX GitHub at line 177 of file MPLTests.cpp

References Acts::detail::has_duplicates_v.

Acts::Test::BOOST_AUTO_TEST_CASE ( CutoutCylinderVolumeOrientedBoundaries  )

Definition at line 179 of file CutoutCylinderVolumeBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 179 of file CutoutCylinderVolumeBoundsTests.cpp

References Acts::binR, geoCtx, Acts::CutoutCylinderVolumeBounds::inside(), Acts::CutoutCylinderVolumeBounds::orientedSurfaces(), and tgContext.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( test_matrix_dimension_switch  )

Definition at line 180 of file HelpersTests.cpp.

View newest version in sPHENIX GitHub at line 180 of file HelpersTests.cpp

Acts::Test::BOOST_AUTO_TEST_CASE ( GenericCuboidVolumeBoundarySurfaces  )

Definition at line 183 of file GenericCuboidVolumeBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 183 of file GenericCuboidVolumeBoundsTests.cpp

References geoCtx, Acts::GenericCuboidVolumeBounds::inside(), and Acts::GenericCuboidVolumeBounds::orientedSurfaces().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( ConeSurfaceEqualityOperators  )

Test equality operator

Test assignment

Test equality of assigned to original

Definition at line 183 of file ConeSurfaceTests.cpp.

View newest version in sPHENIX GitHub at line 183 of file ConeSurfaceTests.cpp

References starlightConstants::alpha, and M_PI.

Acts::Test::BOOST_AUTO_TEST_CASE ( impactpoint_estimator_compatibility_test  )

Unit test for ImpactPointEstimator compatibility estimator.

Definition at line 185 of file ImpactPointEstimatorTests.cpp.

View newest version in sPHENIX GitHub at line 185 of file ImpactPointEstimatorTests.cpp

References Acts::IntegrationTest::bField, d0Dist(), debugMode, Acts::eBoundLoc0, Acts::eBoundLoc1, Acts::eBoundPhi, Acts::eBoundQOverP, Acts::eBoundTheta, Acts::eBoundTime, geoContext, magFieldContext, phiDist(), pTDist(), qDist(), resAngDist(), resIPDist(), resQoPDist(), propagation_timing::stepper, Acts::UnitConstants::T, thetaDist(), and z0Dist().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( eigen_stepper_test  )

These tests are aiming to test the functions of the EigenStepper The numerical correctness of the stepper is tested in the integration tests

Test the state reset

Repeat with surface related methods

Definition at line 187 of file StepperTests.cpp.

View newest version in sPHENIX GitHub at line 187 of file StepperTests.cpp

References kdfinder::abs(), absMom, Acts::ConstrainedStep::actor, Acts::backward, Acts::IntegrationTest::bField, Acts::detail::boundState(), charge, Acts::SingleBoundTrackParameters< charge_t >::charge(), CHECK_CLOSE_ABS, CHECK_CLOSE_COVARIANCE, CHECK_CLOSE_OR_SMALL, CHECK_CLOSE_REL, cov, Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::State::cov, Acts::SingleBoundTrackParameters< charge_t >::covariance(), Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::State::covTransport, Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::State::derivative, Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::State::dir, Acts::UnitConstants::e, Acts::eFreeDir0, Acts::eFreePos0, Acts::eFreeQOverP, Acts::eFreeTime, eps, Acts::forward, Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::State::geoContext, Acts::ConstantBField::getField(), Acts::UnitConstants::h, h2, Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::State::jacToGlobal, Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::State::jacTransport, Acts::VectorHelpers::makeVector4(), max, Acts::Test::PropState< stepper_state_t >::maxRungeKuttaStepTrials, mfContext, Acts::SingleBoundTrackParameters< charge_t >::momentum(), Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::State::navDir, Acts::Test::PropState< stepper_state_t >::options, Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::State::p, Acts::SingleBoundTrackParameters< charge_t >::parameters(), Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::State::pathAccumulated, Acts::PrimitivesView3DTest::plane, Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::State::pos, pos(), Acts::SingleBoundTrackParameters< charge_t >::position(), Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::State::previousStepSize, Acts::UnitConstants::ps, Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::State::q, Acts::SingleBoundTrackParameters< charge_t >::referenceSurface(), Acts::Test::PropState< stepper_state_t >::stepping, stepSize, Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::State::stepSize, Acts::Test::PropState< stepper_state_t >::stepSizeCutOff, Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::State::t, Acts::tgContext, time, Acts::SingleBoundTrackParameters< charge_t >::time(), tolerance, Acts::Test::PropState< stepper_state_t >::tolerance, Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::State::tolerance, Acts::ConstrainedStep::toString(), Acts::detail::transformBoundToFreeParameters(), and Acts::ConstrainedStep::value().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( JacobianPlaneToGlobalTest  )

This tests the jacobian of local plane -> global.

Definition at line 191 of file JacobianTests.cpp.

View newest version in sPHENIX GitHub at line 191 of file JacobianTests.cpp

References cov, and testJacobianToGlobal().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( any_of_test  )

Definition at line 191 of file MPLTests.cpp.

View newest version in sPHENIX GitHub at line 191 of file MPLTests.cpp

References Acts::detail::any_of_v.

Acts::Test::BOOST_AUTO_TEST_CASE ( BuildBound  )

Definition at line 192 of file AtlasStepperTests.cpp.

View newest version in sPHENIX GitHub at line 192 of file AtlasStepperTests.cpp

References absMom, charge, CHECK_CLOSE_ABS, cov, eps, geoCtx, magCtx, magneticField, navDir, ActsTests::PropagationDatasets::pathLength, Acts::PrimitivesView3DTest::plane, pos, pos4(), propagation_timing::stepper, stepSize, time, tolerance, and unitDir.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( zscan_finder_usertrack_test  )

Unit test for ZScanVertexFinder with user-defined input track type.

Definition at line 193 of file ZScanVertexFinderTests.cpp.

View newest version in sPHENIX GitHub at line 193 of file ZScanVertexFinderTests.cpp

References _T, Acts::IntegrationTest::bField, CHECK_CLOSE_ABS, d0Dist(), Acts::eZ, geoContext, magFieldContext, phiDist(), pTDist(), qDist(), resAngDist(), resIPDist(), resQoPDist(), propagation_timing::stepper, thetaDist(), vXYDist(), vZDist(), x, y, z, and z0Dist().

+ Here is the call graph for this function:

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.

Definition at line 193 of file TrackDensityVertexFinderTests.cpp.

View newest version in sPHENIX GitHub at line 193 of file TrackDensityVertexFinderTests.cpp

References charge, CHECK_CLOSE_ABS, Acts::VectorHelpers::eta(), etaDist(), Acts::eZ, geoContext, magFieldContext, Acts::makeDirectionUnitFromPhiEta(), phi, phiDist(), pTDist(), x, xdist(), y, ydist(), z, z1dist(), z2dist(), and zVertexPos.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( PlaneSurfaceExtent  )

Unit test for testing PlaneSurface extent via Polyhedron representation.

Definition at line 194 of file PlaneSurfaceTests.cpp.

View newest version in sPHENIX GitHub at line 194 of file PlaneSurfaceTests.cpp

References starlightConstants::alpha, Acts::binR, Acts::binX, Acts::binY, Acts::binZ, CHECK_CLOSE_ABS, cos(), M_PI, Acts::PrimitivesView3DTest::plane, Acts::s_onSurfaceTolerance, and tgContext.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( neighborhood  )

Definition at line 198 of file AxesTests.cpp.

View newest version in sPHENIX GitHub at line 198 of file AxesTests.cpp

References Acts::UnitConstants::u.

Acts::Test::BOOST_AUTO_TEST_CASE ( adaptive_multi_vertex_finder_usertype_test  )

AMVF test with user-defined input track type.

Definition at line 198 of file AdaptiveMultiVertexFinderTests.cpp.

View newest version in sPHENIX GitHub at line 198 of file AdaptiveMultiVertexFinderTests.cpp

References _T, bField, CHECK_CLOSE_ABS, debugMode, geoContext, magFieldContext, Acts::VectorHelpers::position(), readTracksAndVertexCSV(), Acts::Vertex< input_track_t >::setCovariance(), Acts::Vertex< input_track_t >::setPosition(), propagation_timing::stepper, toolString, Acts::VertexingOptions< input_track_t >::vertexConstraint, and vtx().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( multitrajectory_build  )

Definition at line 199 of file MultiTrajectoryTests.cpp.

View newest version in sPHENIX GitHub at line 199 of file MultiTrajectoryTests.cpp

References Acts::MultiTrajectory< source_link_t >::addTrackState(), Acts::MultiTrajectory< source_link_t >::applyBackwards(), p, t, and Acts::MultiTrajectory< source_link_t >::visitBackwards().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( VERBOSE_test  )

unit test for VERBOSE debug level

This test checks for the expected output when using the Acts::Logging::VERBOSE debug level as threshold. It also tests

Definition at line 202 of file LoggerTests.cpp.

View newest version in sPHENIX GitHub at line 202 of file LoggerTests.cpp

References ACTS_DEBUG, ACTS_ERROR, ACTS_FATAL, ACTS_INFO, ACTS_LOCAL_LOGGER, ACTS_VERBOSE, ACTS_WARNING, getline, in, and VERBOSE.

Acts::Test::BOOST_AUTO_TEST_CASE ( DiscSurfaceAssignment  )

Unit test for testing DiscSurface assignment and equality.

Definition at line 204 of file DiscSurfaceTests.cpp.

View newest version in sPHENIX GitHub at line 204 of file DiscSurfaceTests.cpp

References M_PI.

Acts::Test::BOOST_AUTO_TEST_CASE ( ConeSurfaceExtent  )

Definition at line 207 of file ConeSurfaceTests.cpp.

View newest version in sPHENIX GitHub at line 207 of file ConeSurfaceTests.cpp

References starlightConstants::alpha, Acts::binR, Acts::binX, Acts::binY, Acts::binZ, CHECK_CLOSE_ABS, M_PI, Acts::s_onSurfaceTolerance, and tgContext.

Acts::Test::BOOST_AUTO_TEST_CASE ( CylinderSurfaceEqualityOperators  )

Test equality operator

Test assignment

Test equality of assigned to original

Definition at line 207 of file CylinderSurfaceTests.cpp.

View newest version in sPHENIX GitHub at line 207 of file CylinderSurfaceTests.cpp

References G4BECAL::radius.

Acts::Test::BOOST_AUTO_TEST_CASE ( AbortListSignatureTest  )

Definition at line 213 of file AbortListTests.cpp.

View newest version in sPHENIX GitHub at line 213 of file AbortListTests.cpp

References signature_check.

Acts::Test::BOOST_AUTO_TEST_CASE ( JacobianPerigeeToGlobalTest  )

This tests the jacobian of local perigee -> global.

Definition at line 213 of file JacobianTests.cpp.

View newest version in sPHENIX GitHub at line 213 of file JacobianTests.cpp

References cov, and testJacobianToGlobal().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( BinningData_inside_outside  )

Definition at line 214 of file BinningDataTests.cpp.

View newest version in sPHENIX GitHub at line 214 of file BinningDataTests.cpp

References Acts::binPhi, Acts::binX, Acts::closed, delta, eta0Position(), etaData_eq, Acts::BinningData::inside(), nBins_binary, Acts::open, phi0Position(), phiData_eq, phiDelta, phiMin, phiPihPosition(), rphizPosition(), valueMin, xData_add(), xData_arb, xData_eq, xData_mult, xyPosition(), xyzPosition(), xyzPositionOutside(), yData_eq, and zData_eq.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( BuildCurvilinear  )

Definition at line 216 of file AtlasStepperTests.cpp.

View newest version in sPHENIX GitHub at line 216 of file AtlasStepperTests.cpp

References absMom, charge, CHECK_CLOSE_ABS, cov, eps, geoCtx, magCtx, magneticField, navDir, ActsTests::PropagationDatasets::pathLength, pos, pos4(), propagation_timing::stepper, stepSize, time, tolerance, and unitDir.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( DiscSurfaceExtent  )

Unit test for testing DiscSurface assignment and equality.

Definition at line 217 of file DiscSurfaceTests.cpp.

View newest version in sPHENIX GitHub at line 217 of file DiscSurfaceTests.cpp

References Acts::binPhi, Acts::binR, Acts::binX, Acts::binY, Acts::binZ, CHECK_CLOSE_ABS, M_PI, Acts::s_onSurfaceTolerance, and tgContext.

Acts::Test::BOOST_AUTO_TEST_CASE ( gaussian_grid_seed_width_test  )

Tests the seed width.

Definition at line 219 of file GaussianGridTrackDensityTests.cpp.

View newest version in sPHENIX GitHub at line 219 of file GaussianGridTrackDensityTests.cpp

References Acts::GaussianGridTrackDensity< mainGridSize, trkGridSize >::addTrack(), Acts::UnitConstants::e, Acts::GaussianGridTrackDensity< mainGridSize, trkGridSize >::getMaxZPositionAndWidth(), Acts::GaussianGridTrackDensity< mainGridSize, trkGridSize >::Config::useHighestSumZPosition, width(), and z.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( CylinderVolumeBoundsBoundingBox  )

Definition at line 221 of file CylinderVolumeBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 221 of file CylinderVolumeBoundsTests.cpp

References Acts::CylinderVolumeBounds::boundingBox(), CHECK_CLOSE_ABS, cos(), Acts::UnitConstants::e, M_PI, and tgContext.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( PlanarIntersectionTest  )

This tests the interseciton with planar surfaces (plane, disk) as those share the same PlanarHelper methods, only one test is sufficient

  • it looks for valid, non-valid, solutions

Forward interseciton test

Definition at line 224 of file SurfaceIntersectionTests.cpp.

View newest version in sPHENIX GitHub at line 224 of file SurfaceIntersectionTests.cpp

References kdfinder::abs(), aPlane, Acts::aTransform, halfX, halfY, Acts::s_onSurfaceTolerance, Acts::tgContext, and transform.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( are_sorted_helper_tests  )

Unit test for Acts::anonymous_namespace{ParameterSet.h}::are_sorted helper.

The test checks for correct behavior in the following cases (always using int as value type):

  1. test: ordered strictly ascending, input: ordered strictly ascending
  2. test: ordered strictly ascending, input: unordered
  3. test: ordered strictly ascending, input: ordered weakly ascending
  4. test: ordered weakly ascending, input: ordered strictly ascending
  5. test: ordered weakly ascending, input: unordered
  6. test: ordered weakly ascending, input: ordered weakly ascending
  7. test: ordered strictly descending, input: ordered strictly descending
  8. test: ordered strictly descending, input: unordered
  9. test: ordered strictly descending, input: ordered weakly descending
  10. test: ordered weakly descending, input: ordered strictly descending
  11. test: ordered weakly descending, input: unordered
  12. test: ordered weakly descending, input: ordered weakly descending

Definition at line 226 of file MPLTests.cpp.

View newest version in sPHENIX GitHub at line 226 of file MPLTests.cpp

References value.

Acts::Test::BOOST_AUTO_TEST_CASE ( DiscSurfacePolyhedrons  )

Unit tests for Disc Surfaces.

Definition at line 226 of file PolyhedronSurfacesTests.cpp.

View newest version in sPHENIX GitHub at line 226 of file PolyhedronSurfacesTests.cpp

References Acts::binR, Acts::binX, Acts::binY, Acts::binZ, CHECK_CLOSE_ABS, cos(), Acts::UnitConstants::e, maxPhi, maxRadius, minPhi, minRadius, offset, testModes, Acts::tgContext, and transform.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( TypeTraitsConcepts  )

Definition at line 226 of file TypeTraitsTest.cpp.

View newest version in sPHENIX GitHub at line 226 of file TypeTraitsTest.cpp

Acts::Test::BOOST_AUTO_TEST_CASE ( JacobianStrawToGlobalTest  )

This tests the jacobian of local straw -> global.

Definition at line 230 of file JacobianTests.cpp.

View newest version in sPHENIX GitHub at line 230 of file JacobianTests.cpp

References cov, createCylindricTransform(), and testJacobianToGlobal().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( CylinderSurfaceExtent  )

Unit test for testing CylinderSurface properties.

Definition at line 231 of file CylinderSurfaceTests.cpp.

View newest version in sPHENIX GitHub at line 231 of file CylinderSurfaceTests.cpp

References Acts::binR, Acts::binX, Acts::binY, Acts::binZ, CHECK_CLOSE_ABS, G4BECAL::radius, Acts::s_onSurfaceTolerance, and testContext.

Acts::Test::BOOST_AUTO_TEST_CASE ( grid_density_vertex_finder_seed_width_test  )

Unit test for GridDensityVertexFinder with seed with estimation.

Definition at line 231 of file GridDensityVertexFinderTests.cpp.

View newest version in sPHENIX GitHub at line 231 of file GridDensityVertexFinderTests.cpp

References charge, cov, Acts::Vertex< input_track_t >::covariance(), debugMode, Acts::VectorHelpers::eta(), etaDist(), Acts::eZ, geoContext, magFieldContext, Acts::makeDirectionUnitFromPhiEta(), phi, phiDist(), pTDist(), Acts::Vertex< input_track_t >::setCovariance(), x, xdist(), y, ydist(), z, and z1dist().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( InternalTransitions  )

Definition at line 234 of file FiniteStateMachineTests.cpp.

View newest version in sPHENIX GitHub at line 234 of file FiniteStateMachineTests.cpp

References Acts::FiniteStateMachine< Derived, States >::is().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( visit_apply_abort  )

Definition at line 237 of file MultiTrajectoryTests.cpp.

View newest version in sPHENIX GitHub at line 237 of file MultiTrajectoryTests.cpp

References Acts::MultiTrajectory< source_link_t >::addTrackState(), Acts::MultiTrajectory< source_link_t >::applyBackwards(), n, t, and Acts::UnitConstants::u.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( Step  )
Acts::Test::BOOST_AUTO_TEST_CASE ( SurfaceArray_singleElement  )

Definition at line 239 of file SurfaceArrayTests.cpp.

View newest version in sPHENIX GitHub at line 239 of file SurfaceArrayTests.cpp

References Acts::UnitConstants::h, and Acts::UnitConstants::u.

Acts::Test::BOOST_AUTO_TEST_CASE ( ConeSurfaceAlignment  )

Unit test for testing ConeSurface alignment derivatives.

Define the track (global) position and direction

Definition at line 242 of file ConeSurfaceTests.cpp.

View newest version in sPHENIX GitHub at line 242 of file ConeSurfaceTests.cpp

References starlightConstants::alpha, CHECK_CLOSE_ABS, Acts::UnitConstants::e, M_PI, and tgContext.

Acts::Test::BOOST_AUTO_TEST_CASE ( PlaneSurfaceAlignment  )

Unit test for testing PlaneSurface alignment derivatives.

Test clone method

Define the track (local) position and direction

Get the global position

Definition at line 244 of file PlaneSurfaceTests.cpp.

View newest version in sPHENIX GitHub at line 244 of file PlaneSurfaceTests.cpp

References CHECK_CLOSE_ABS, Acts::UnitConstants::e, momentum, Acts::detail::rotationToLocalAxesDerivative(), and tgContext.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( DiscSurfaceAlignment  )

Unit test for testing DiscSurface alignment derivatives.

Define the track (global) position and direction

Definition at line 250 of file DiscSurfaceTests.cpp.

View newest version in sPHENIX GitHub at line 250 of file DiscSurfaceTests.cpp

References CHECK_CLOSE_ABS, Acts::UnitConstants::e, M_PI, momentum, Acts::detail::rotationToLocalAxesDerivative(), tgContext, and transform.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( billoir_vertex_fitter_usertrack_test  )
Acts::Test::BOOST_AUTO_TEST_CASE ( CylinderSurfaceAlignment  )

Unit test for testing CylinderSurface alignment derivatives.

Define the track (global) position and direction

Definition at line 253 of file CylinderSurfaceTests.cpp.

View newest version in sPHENIX GitHub at line 253 of file CylinderSurfaceTests.cpp

References CHECK_CLOSE_ABS, Acts::UnitConstants::e, G4BECAL::radius, and testContext.

Acts::Test::BOOST_AUTO_TEST_CASE ( CopyBehaviour  )

Definition at line 254 of file ResultTests.cpp.

View newest version in sPHENIX GitHub at line 254 of file ResultTests.cpp

References make_nocopy(), n, Acts::Test::NoCopy::num, and value.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( BinningData_open_close  )

Definition at line 257 of file BinningDataTests.cpp.

View newest version in sPHENIX GitHub at line 257 of file BinningDataTests.cpp

References Acts::binPhi, Acts::BinningData::bins(), Acts::binX, Acts::closed, Acts::BinningData::decrement(), delta, Acts::BinningData::increment(), nBins_binary, Acts::open, phiData_arb, phiData_eq, phiDelta, phiMin, Acts::BinningData::search(), Acts::BinningData::searchGlobal(), valueMin, xData_arb, xData_eq, xyzPositionOutside(), yData_arb, yData_eq, and zData_eq.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( are_within_helper_tests  )

Unit test for Acts::anonymous_namespace{ParameterSet.h}::are_within helper.

The test checks for correct behavior in the following cases (always using int as value type):

  1. all values within (MIN,MAX)
  2. all values within [MIN,MAX)
  3. one value < MIN
  4. multiple values < MIN
  5. one value > MAX
  6. multiple values > Max
  7. one value == MAX
  8. contains values < MIN and >= MAX

Definition at line 262 of file MPLTests.cpp.

View newest version in sPHENIX GitHub at line 262 of file MPLTests.cpp

References value.

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.

Definition at line 265 of file TrackDensityVertexFinderTests.cpp.

View newest version in sPHENIX GitHub at line 265 of file TrackDensityVertexFinderTests.cpp

References CHECK_CLOSE_ABS, Acts::eX, Acts::eY, Acts::eZ, geoContext, magFieldContext, Acts::VectorHelpers::makeVector4(), Acts::Vertex< input_track_t >::setCovariance(), and Acts::VertexingOptions< input_track_t >::vertexConstraint.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( CylinderVolumeOrientedBoundaries  )

Definition at line 269 of file CylinderVolumeBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 269 of file CylinderVolumeBoundsTests.cpp

References Acts::binR, geoCtx, Acts::CylinderVolumeBounds::inside(), Acts::CylinderVolumeBounds::orientedSurfaces(), and tgContext.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( trackstate_add_bitmask_operators  )

Definition at line 271 of file MultiTrajectoryTests.cpp.

View newest version in sPHENIX GitHub at line 271 of file MultiTrajectoryTests.cpp

References ACTS_CHECK_BIT, and values.

Acts::Test::BOOST_AUTO_TEST_CASE ( at_index_helper_tests  )

Unit test for Acts::details::at_index helper.

Definition at line 277 of file MPLTests.cpp.

View newest version in sPHENIX GitHub at line 277 of file MPLTests.cpp

References value.

Acts::Test::BOOST_AUTO_TEST_CASE ( Navigator_status_methods  )
Acts::Test::BOOST_AUTO_TEST_CASE ( grid_test_3d_equidistant  )

Definition at line 279 of file GridTests.cpp.

View newest version in sPHENIX GitHub at line 279 of file GridTests.cpp

References c, g(), Acts::detail::Grid< T, Axes >::globalBinFromLocalBins(), Acts::detail::Grid< T, Axes >::globalBinFromPosition(), Acts::detail::Grid< T, Axes >::localBinsFromGlobalBin(), Acts::detail::Grid< T, Axes >::numLocalBins(), Acts::detail::Grid< T, Axes >::size(), and Acts::UnitConstants::u.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( VoidResult  )

Definition at line 291 of file ResultTests.cpp.

View newest version in sPHENIX GitHub at line 291 of file ResultTests.cpp

References void_res_func().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( ObjOutputTest  )

Definition at line 293 of file Visualization3DTests.cpp.

View newest version in sPHENIX GitHub at line 293 of file Visualization3DTests.cpp

Acts::Test::BOOST_AUTO_TEST_CASE ( create_Clusters2  )

This test tests the clusterization of cells which belong to the same cluster for 8-cell/4-cell merging, digital/analogue readout and with a possible energy cut applied and a bigger grid than in create_Clusters1

Definition at line 294 of file ClusterizationTests.cpp.

View newest version in sPHENIX GitHub at line 294 of file ClusterizationTests.cpp

References CHECK_CLOSE_REL, delta, Acts::UnitConstants::e, and Acts::UnitConstants::u.

Acts::Test::BOOST_AUTO_TEST_CASE ( Reset  )

Definition at line 307 of file AtlasStepperTests.cpp.

View newest version in sPHENIX GitHub at line 307 of file AtlasStepperTests.cpp

References kdfinder::abs(), absMom, Acts::Test::Stepper::charge(), charge, CHECK_NE_COLLECTIONS, cov, Acts::SingleBoundTrackParameters< charge_t >::covariance(), Acts::AtlasStepper< bfield_t >::State::covariance, Acts::AtlasStepper< bfield_t >::State::covTransport, Acts::Test::Stepper::direction(), Acts::eFreeDir0, Acts::eFreePos0, Acts::eFreeQOverP, Acts::eFreeTime, Acts::forward, geoCtx, magCtx, magneticField, Acts::VectorHelpers::makeVector4(), max, charm_jet_coverage::mom, Acts::Test::Stepper::momentum(), navDir, Acts::AtlasStepper< bfield_t >::State::navDir, Acts::SingleBoundTrackParameters< charge_t >::parameters(), Acts::AtlasStepper< bfield_t >::State::parameters, Acts::AtlasStepper< bfield_t >::State::pathAccumulated, pos, pos4(), Acts::Test::Stepper::position(), Acts::AtlasStepper< bfield_t >::State::previousStepSize, Acts::AtlasStepper< bfield_t >::State::pVector, Acts::SingleBoundTrackParameters< charge_t >::referenceSurface(), propagation_timing::stepper, Acts::Test::MockPropagatorState::stepping, stepSize, Acts::AtlasStepper< bfield_t >::State::stepSize, Acts::Test::Stepper::time(), time, tolerance, Acts::AtlasStepper< bfield_t >::State::tolerance, Acts::detail::transformBoundToFreeParameters(), and unitDir.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( iterative_finder_test_user_track_type  )

Unit test for IterativeVertexFinder for user defined InputTrack track type.

Definition at line 310 of file IterativeVertexFinderTests.cpp.

View newest version in sPHENIX GitHub at line 310 of file IterativeVertexFinderTests.cpp

References _T, kdfinder::abs(), Acts::IntegrationTest::bField, CHECK_CLOSE_ABS, d0Dist(), debug, Acts::eX, Acts::eY, Acts::eZ, geoContext, magFieldContext, nEvents, nTracksDist(), nVertexDist(), phiDist(), pos(), pTDist(), qDist(), resAngDist(), resIPDist(), resQoPDist(), Acts::Vertex< input_track_t >::setTracksAtVertex(), propagation_timing::stepper, thetaDist(), vXYDist(), vZDist(), x, y, z, and z0Dist().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( impactpoint_estimator_athena_test  )

Unit test for ImpactPoint 3d estimator, using same configuration and test values as in Athena unit test algorithm Tracking/TrkVertexFitter/TrkVertexFitterUtils/test/ImpactPointEstimator_test.

Definition at line 313 of file ImpactPointEstimatorTests.cpp.

View newest version in sPHENIX GitHub at line 313 of file ImpactPointEstimatorTests.cpp

References _T, Acts::IntegrationTest::bField, CHECK_CLOSE_ABS, geoContext, magFieldContext, Acts::VectorHelpers::makeVector4(), and propagation_timing::stepper.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( BoolResult  )

Definition at line 316 of file ResultTests.cpp.

View newest version in sPHENIX GitHub at line 316 of file ResultTests.cpp

Acts::Test::BOOST_AUTO_TEST_CASE ( LineIntersectionTest  )

This tests the interseciton with line like surfaces (straw, perigee) as those share the same methods, only one test is sufficient

  • it looks for valid, non-valid, solutions

Forward interseciton test

Definition at line 318 of file SurfaceIntersectionTests.cpp.

View newest version in sPHENIX GitHub at line 318 of file SurfaceIntersectionTests.cpp

References kdfinder::abs(), Acts::aTransform, G4BECAL::radius, Acts::s_onSurfaceTolerance, Acts::tgContext, and transform.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( wrapBin  )

Definition at line 318 of file AxesTests.cpp.

View newest version in sPHENIX GitHub at line 318 of file AxesTests.cpp

References a2, a3, a4, a5, a6, and Acts::UnitConstants::u.

Acts::Test::BOOST_AUTO_TEST_CASE ( BinningData_boundaries  )

Definition at line 333 of file BinningDataTests.cpp.

View newest version in sPHENIX GitHub at line 333 of file BinningDataTests.cpp

References boundaries, Acts::BinningData::boundaries(), CHECK_CLOSE_REL, Acts::UnitConstants::e, M_PI, phiData_eq, and xData_eq.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( adaptive_multi_vertex_finder_grid_seed_finder_test  )

AMVF test with grid seed finder.

Definition at line 339 of file AdaptiveMultiVertexFinderTests.cpp.

View newest version in sPHENIX GitHub at line 339 of file AdaptiveMultiVertexFinderTests.cpp

References _T, kdfinder::abs(), bField, CHECK_CLOSE_ABS, debugMode, geoContext, magFieldContext, Acts::VectorHelpers::position(), readTracksAndVertexCSV(), propagation_timing::stepper, t1, t2, toolString, Acts::VertexingOptions< input_track_t >::vertexConstraint, and vtx().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( trackstate_add_bitmask_method  )

Definition at line 343 of file MultiTrajectoryTests.cpp.

View newest version in sPHENIX GitHub at line 343 of file MultiTrajectoryTests.cpp

References Acts::MultiTrajectory< source_link_t >::addTrackState(), Acts::MultiTrajectory< source_link_t >::getTrackState(), and t.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( BinningData_bincenter  )

check the global position requests

Definition at line 352 of file BinningDataTests.cpp.

View newest version in sPHENIX GitHub at line 352 of file BinningDataTests.cpp

References Acts::binPhi, Acts::binX, Acts::BinningData::center(), CHECK_CLOSE_ABS, Acts::closed, delta, Acts::UnitConstants::e, M_PI, nBins_binary, Acts::open, phiData_eq, phiDelta, phiMin, valueMin, xData_add(), xData_arb, xData_eq, and xData_mult.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( impactpoint_estimator_parameter_estimation_test  )

Unit test for impact parameter estimation.

Definition at line 363 of file ImpactPointEstimatorTests.cpp.

View newest version in sPHENIX GitHub at line 363 of file ImpactPointEstimatorTests.cpp

References _T, Acts::IntegrationTest::bField, d0Dist(), geoContext, Acts::ImpactParametersAndSigma::IPd0, Acts::ImpactParametersAndSigma::IPz0, magFieldContext, phiDist(), pTDist(), qDist(), resAngDist(), resIPDist(), resQoPDist(), Acts::Vertex< input_track_t >::setFullCovariance(), Acts::Vertex< input_track_t >::setFullPosition(), propagation_timing::stepper, thetaDist(), vXYDist(), vZDist(), x, y, z, and z0Dist().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( ray_obb_intersect  )

Definition at line 373 of file BoundingBoxTest.cpp.

View newest version in sPHENIX GitHub at line 373 of file BoundingBoxTest.cpp

References Acts::PlyVisualization3D< T >::clear(), Acts::Ray< value_t, DIM >::draw(), Acts::AxisAlignedBoundingBox< entity_t, value_t, DIM >::draw(), M_PI, Acts::Volume::orientedBoundingBox(), origin(), Acts::Ray< value_t, DIM >::transformed(), and vtx().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( PlaneSurfacePolyhedrons  )

Unit tests for Plane Surfaces.

Rectangular Plane

Trapezoidal Plane

Ring-like ellispoidal Plane

ConvextPolygonBounds test

Diamond shaped plane

Definition at line 379 of file PolyhedronSurfacesTests.cpp.

View newest version in sPHENIX GitHub at line 379 of file PolyhedronSurfacesTests.cpp

References Acts::binR, Acts::binX, Acts::binY, Acts::binZ, CHECK_CLOSE_ABS, Acts::UnitConstants::e, max, testModes, Acts::tgContext, and transform.

Acts::Test::BOOST_AUTO_TEST_CASE ( Navigator_target_methods  )

Definition at line 386 of file NavigatorTests.cpp.

View newest version in sPHENIX GitHub at line 386 of file NavigatorTests.cpp

References CHECK_CLOSE_ABS, debug, momentum, navigator, Acts::VectorHelpers::perp(), Acts::Navigator::resolveMaterial, Acts::Navigator::resolvePassive, Acts::Navigator::resolveSensitive, Acts::s_onSurfaceTolerance, Acts::Navigator::status(), step(), propagation_timing::stepper, Acts::Navigator::target(), Acts::tGeometry, Acts::toString(), Acts::Navigator::trackingGeometry, and Acts::UnitConstants::u.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( BinningData_phi_modules  )

Definition at line 402 of file BinningDataTests.cpp.

View newest version in sPHENIX GitHub at line 402 of file BinningDataTests.cpp

References Acts::binPhi, Acts::BinningData::boundaries(), CHECK_CLOSE_REL, Acts::closed, cos(), Acts::UnitConstants::e, M_PI, Acts::BinningData::search(), and Acts::BinningData::searchGlobal().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( trackstate_proxy_cross_talk  )

Definition at line 420 of file MultiTrajectoryTests.cpp.

View newest version in sPHENIX GitHub at line 420 of file MultiTrajectoryTests.cpp

References Acts::MultiTrajectory< source_link_t >::addTrackState(), cov, fillTrackState(), Acts::UnitConstants::fm, Acts::MultiTrajectory< source_link_t >::getTrackState(), charm_jet_strange_helicity::pc, t, Acts::UnitConstants::u, and v.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( parset_copy_assignment_tests  )

Unit test for copy/assignment in ParameterSet class.

The behavior of the following functions is checked:

  1. ParameterSet::ParameterSet
  2. ParameterSet::operator=

Definition at line 435 of file ParameterSetTests.cpp.

View newest version in sPHENIX GitHub at line 435 of file ParameterSetTests.cpp

References cov, M_PI, and phi.

Acts::Test::BOOST_AUTO_TEST_CASE ( frustum_intersect  )

Definition at line 436 of file BoundingBoxTest.cpp.

View newest version in sPHENIX GitHub at line 436 of file BoundingBoxTest.cpp

References Acts::PlyVisualization3D< T >::clear(), color, Acts::Frustum< value_t, DIM, SIDES >::draw(), Acts::AxisAlignedBoundingBox< entity_t, value_t, DIM >::draw(), Acts::UnitConstants::h, Acts::AxisAlignedBoundingBox< entity_t, value_t, DIM >::intersect(), k, M_PI, max, min, n, pos, Acts::UnitConstants::s, and step().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( grid_test_1d_variable  )

Definition at line 437 of file GridTests.cpp.

View newest version in sPHENIX GitHub at line 437 of file GridTests.cpp

References g(), and Acts::UnitConstants::u.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( StepSize  )

Definition at line 460 of file AtlasStepperTests.cpp.

View newest version in sPHENIX GitHub at line 460 of file AtlasStepperTests.cpp

References absMom, charge, cov, geoCtx, magCtx, magneticField, navDir, pos4(), Acts::AtlasStepper< bfield_t >::State::previousStepSize, propagation_timing::stepper, stepSize, Acts::AtlasStepper< bfield_t >::State::stepSize, tolerance, and unitDir.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( step_extension_vacuum_test  )

This function tests the EigenStepper with the DefaultExtension and the DenseEnvironmentExtension. The focus of this tests lies in the choosing of the right extension for the individual use case. This is performed with three different detectors: a) Pure vaccuum -> DefaultExtension needs to act b) Pure Be -> DenseEnvironmentExtension needs to act c) Vacuum - Be - Vacuum -> Both should act and switch during the propagation.

Definition at line 476 of file StepperTests.cpp.

View newest version in sPHENIX GitHub at line 476 of file StepperTests.cpp

References Acts::PropagatorOptions< action_list_t, aborter_list_t >::abortList, Acts::PropagatorOptions< action_list_t, aborter_list_t >::actionList, Acts::IntegrationTest::bField, CHECK_CLOSE_ABS, CHECK_SMALL, cov, Acts::getDummyLogger(), Acts::CuboidVolumeBuilder::VolumeConfig::length, Acts::CuboidVolumeBuilder::Config::length, Acts::makeDirectionUnitFromPhiTheta(), Acts::PropagatorPlainOptions::maxSteps, Acts::PropagatorPlainOptions::maxStepSize, mfContext, charm_jet_coverage::mom, Acts::Test::StepCollector::this_result::momentum, pos(), Acts::CuboidVolumeBuilder::VolumeConfig::position, Acts::CuboidVolumeBuilder::Config::position, Acts::Test::StepCollector::this_result::position, Acts::Navigator::resolveMaterial, Acts::Navigator::resolvePassive, Acts::Navigator::resolveSensitive, Acts::CuboidVolumeBuilder::setConfig(), Acts::tgContext, Acts::TrackingGeometryBuilder::trackingGeometry(), Acts::CuboidVolumeBuilder::trackingVolume(), Acts::TrackingGeometryBuilder::Config::trackingVolumeBuilders, and Acts::CuboidVolumeBuilder::Config::volumeCfg.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( StepSizeSurface  )
Acts::Test::BOOST_AUTO_TEST_CASE ( parset_comparison_tests  )

Unit test for comparison operators in ParameterSet.

See Also
ParameterSet::operator==, ParameterSet::operator!=

Definition at line 493 of file ParameterSetTests.cpp.

View newest version in sPHENIX GitHub at line 493 of file ParameterSetTests.cpp

References cov, Acts::eBoundLoc0, Acts::eBoundLoc1, Acts::eBoundPhi, M_PI, phi, Acts::ParameterSet< parameter_indices_t, params >::setCovariance(), and Acts::ParameterSet< parameter_indices_t, params >::setParameter().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( trackstate_reassignment  )

Definition at line 500 of file MultiTrajectoryTests.cpp.

View newest version in sPHENIX GitHub at line 500 of file MultiTrajectoryTests.cpp

References Acts::MultiTrajectory< source_link_t >::addTrackState(), Acts::eBoundSize, fillTrackState(), Acts::UnitConstants::fm, Acts::MultiTrajectory< source_link_t >::getTrackState(), Acts::UnitConstants::m2, charm_jet_strange_helicity::pc, t, and Acts::UnitConstants::u.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( grid_test_2d_variable  )

Definition at line 505 of file GridTests.cpp.

View newest version in sPHENIX GitHub at line 505 of file GridTests.cpp

References g(), and Acts::UnitConstants::u.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( iterative_finder_test_athena_reference  )

Unit test for IterativeVertexFinder with Athena reference data.

Definition at line 527 of file IterativeVertexFinderTests.cpp.

View newest version in sPHENIX GitHub at line 527 of file IterativeVertexFinderTests.cpp

References _T, Acts::IntegrationTest::bField, geoContext, magFieldContext, readTracksAndVertexCSV(), propagation_timing::stepper, toolString, and Acts::VertexingOptions< input_track_t >::vertexConstraint.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( storage_consistency  )

Definition at line 549 of file MultiTrajectoryTests.cpp.

View newest version in sPHENIX GitHub at line 549 of file MultiTrajectoryTests.cpp

References Acts::MultiTrajectory< source_link_t >::addTrackState(), Acts::eBoundSize, fillTrackState(), Acts::UnitConstants::fm, Acts::MultiTrajectory< source_link_t >::getTrackState(), charm_jet_strange_helicity::pc, and t.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( parset_projection_tests  )

Unit test for projection matrices in ParameterSet.

Checks the correctness of the projection matrices from the full parameter space onto different parameter sub-spaces

See Also
ParameterSet::projector

Definition at line 558 of file ParameterSetTests.cpp.

View newest version in sPHENIX GitHub at line 558 of file ParameterSetTests.cpp

References Acts::eBoundLoc0, Acts::eBoundLoc1, Acts::eBoundPhi, Acts::eBoundQOverP, Acts::eBoundTheta, and Acts::eBoundTime.

Acts::Test::BOOST_AUTO_TEST_CASE ( add_trackstate_allocations  )

Definition at line 612 of file MultiTrajectoryTests.cpp.

View newest version in sPHENIX GitHub at line 612 of file MultiTrajectoryTests.cpp

References Acts::MultiTrajectory< source_link_t >::addTrackState(), fillTrackState(), Acts::MultiTrajectory< source_link_t >::getTrackState(), and t.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( grid_test_3d_variable  )

Definition at line 629 of file GridTests.cpp.

View newest version in sPHENIX GitHub at line 629 of file GridTests.cpp

References c, g(), and Acts::UnitConstants::u.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( parset_residual_tests  )

Unit test for residuals between different ParameterSet objects.

The result of the residual calculation between two ParameterSet objects is checked. A test of the automatic correction of stored parameter values for out-of-bounds/cyclic corrections is also implemented.

See Also
ParameterSet::residual, ParameterSet::getParameter

Definition at line 631 of file ParameterSetTests.cpp.

View newest version in sPHENIX GitHub at line 631 of file ParameterSetTests.cpp

References kdfinder::abs(), CHECK_CLOSE_REL, QAG4Util::delta_phi(), Acts::eBoundLoc0, Acts::eBoundLoc1, Acts::eBoundPhi, Acts::eBoundQOverP, Acts::eBoundTheta, Acts::ParameterSet< parameter_indices_t, params >::getParameter(), M_PI, min, Acts::ParameterSet< parameter_indices_t, params >::residual(), and Acts::ParameterSet< parameter_indices_t, params >::setParameter().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( trackstateproxy_getmask  )

Definition at line 636 of file MultiTrajectoryTests.cpp.

View newest version in sPHENIX GitHub at line 636 of file MultiTrajectoryTests.cpp

References Acts::MultiTrajectory< source_link_t >::addTrackState(), Acts::MultiTrajectory< source_link_t >::getTrackState(), and values.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( trackstateproxy_copy  )

Definition at line 662 of file MultiTrajectoryTests.cpp.

View newest version in sPHENIX GitHub at line 662 of file MultiTrajectoryTests.cpp

References Acts::MultiTrajectory< source_link_t >::addTrackState(), fillTrackState(), Acts::MultiTrajectory< source_link_t >::getTrackState(), and values.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( parset_parID_mapping  )

Unit test for index-/type-based access of coordinates.

See Also
ParameterSet::getIndex
ParameterSet::getParameterIndex

Definition at line 720 of file ParameterSetTests.cpp.

View newest version in sPHENIX GitHub at line 720 of file ParameterSetTests.cpp

References Acts::eBoundLoc0, Acts::eBoundLoc1, Acts::eBoundPhi, Acts::eBoundQOverP, Acts::eBoundTheta, Acts::eBoundTime, and value.

Acts::Test::BOOST_AUTO_TEST_CASE ( grid_test_2d_mixed  )

Definition at line 769 of file GridTests.cpp.

View newest version in sPHENIX GitHub at line 769 of file GridTests.cpp

References g(), and Acts::UnitConstants::u.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( free_parset_copy_assignment_tests  )

Unit test for copy/assignment in ParameterSet class.

The behavior of the following functions is checked:

  1. ParameterSet::ParameterSet
  2. ParameterSet::operator=

Definition at line 871 of file ParameterSetTests.cpp.

View newest version in sPHENIX GitHub at line 871 of file ParameterSetTests.cpp

References cov, x, y, and z.

Acts::Test::BOOST_AUTO_TEST_CASE ( free_parset_comparison_tests  )

Unit test for comparison operators in ParameterSet.

See Also
ParameterSet::operator==, ParameterSet::operator!=

Definition at line 925 of file ParameterSetTests.cpp.

View newest version in sPHENIX GitHub at line 925 of file ParameterSetTests.cpp

References cov, Acts::eFreePos0, Acts::eFreePos1, Acts::eFreePos2, Acts::ParameterSet< parameter_indices_t, params >::setCovariance(), Acts::ParameterSet< parameter_indices_t, params >::setParameter(), x, y, and z.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( grid_test_2d_mixed_at  )

Definition at line 928 of file GridTests.cpp.

View newest version in sPHENIX GitHub at line 928 of file GridTests.cpp

References g(), and Acts::UnitConstants::u.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( step_extension_trackercalomdt_test  )

Definition at line 958 of file StepperTests.cpp.

View newest version in sPHENIX GitHub at line 958 of file StepperTests.cpp

References Acts::PropagatorOptions< action_list_t, aborter_list_t >::abortList, Acts::IntegrationTest::bField, cos(), Acts::getDummyLogger(), Acts::CuboidVolumeBuilder::VolumeConfig::layerCfg, Acts::CuboidVolumeBuilder::VolumeConfig::length, Acts::CuboidVolumeBuilder::Config::length, M_PI, makeBeryllium(), Acts::PropagatorPlainOptions::maxSteps, mfContext, Acts::Test::StepCollector::this_result::momentum, Acts::CuboidVolumeBuilder::VolumeConfig::name, Acts::CuboidVolumeBuilder::SurfaceConfig::position, Acts::CuboidVolumeBuilder::VolumeConfig::position, Acts::CuboidVolumeBuilder::Config::position, Acts::Test::StepCollector::this_result::position, Acts::CuboidVolumeBuilder::SurfaceConfig::rBounds, Acts::Navigator::resolveMaterial, Acts::Navigator::resolvePassive, Acts::Navigator::resolveSensitive, Acts::CuboidVolumeBuilder::SurfaceConfig::rotation, Acts::CuboidVolumeBuilder::setConfig(), Acts::CuboidVolumeBuilder::LayerConfig::surfaceCfg, Acts::CuboidVolumeBuilder::SurfaceConfig::surMat, Acts::tgContext, Acts::CuboidVolumeBuilder::SurfaceConfig::thickness, Acts::TrackingGeometryBuilder::trackingGeometry(), Acts::CuboidVolumeBuilder::trackingVolume(), Acts::TrackingGeometryBuilder::Config::trackingVolumeBuilders, Acts::CuboidVolumeBuilder::VolumeConfig::volumeCfg, Acts::CuboidVolumeBuilder::Config::volumeCfg, and Acts::CuboidVolumeBuilder::VolumeConfig::volumeMaterial.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( grid_interpolation  )

Definition at line 963 of file GridTests.cpp.

View newest version in sPHENIX GitHub at line 963 of file GridTests.cpp

References Acts::detail::Grid< T, Axes >::atPosition(), c, CHECK_CLOSE_REL, Acts::UnitConstants::e, g(), Acts::detail::Grid< T, Axes >::interpolate(), and Acts::UnitConstants::u.

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( free_parset_projection_tests  )

Unit test for projection matrices in ParameterSet.

Checks the correctness of the projection matrices from the full parameter space onto different parameter sub-spaces

See Also
ParameterSet::projector

Definition at line 989 of file ParameterSetTests.cpp.

View newest version in sPHENIX GitHub at line 989 of file ParameterSetTests.cpp

References Acts::eFreeDir0, Acts::eFreeDir1, Acts::eFreeDir2, Acts::eFreePos0, Acts::eFreePos1, Acts::eFreePos2, Acts::eFreeQOverP, and Acts::eFreeTime.

Acts::Test::BOOST_AUTO_TEST_CASE ( free_parset_residual_tests  )

Unit test for residuals between different ParameterSet objects.

The result of the residual calculation between two ParameterSet objects is checked. A test of the automatic correction of stored parameter values for out-of-bounds corrections is also implemented.

See Also
ParameterSet::residual, ParameterSet::getParameter

Definition at line 1085 of file ParameterSetTests.cpp.

View newest version in sPHENIX GitHub at line 1085 of file ParameterSetTests.cpp

References CHECK_CLOSE_REL, Acts::eFreePos0, Acts::eFreePos1, Acts::eFreeQOverP, Acts::ParameterSet< parameter_indices_t, params >::getParameter(), and Acts::ParameterSet< parameter_indices_t, params >::residual().

+ Here is the call graph for this function:

Acts::Test::BOOST_AUTO_TEST_CASE ( free_parset_parID_mapping  )

Unit test for index-/type-based access of coordinates.

See Also
ParameterSet::getIndex
ParameterSet::getParameterIndex

Definition at line 1131 of file ParameterSetTests.cpp.

View newest version in sPHENIX GitHub at line 1131 of file ParameterSetTests.cpp

References Acts::eFreeDir0, Acts::eFreeDir1, Acts::eFreeDir2, Acts::eFreePos0, Acts::eFreePos1, Acts::eFreePos2, Acts::eFreeQOverP, Acts::eFreeTime, and value.

Acts::Test::BOOST_AUTO_TEST_CASE ( closestPoints  )

Definition at line 1144 of file GridTests.cpp.

View newest version in sPHENIX GitHub at line 1144 of file GridTests.cpp

References c, and Acts::UnitConstants::u.

Acts::Test::BOOST_DATA_TEST_CASE ( CylinderVolumeBuilder_wraps  ,
bdata::  random-11.,-15.)^bdata::random(11., 15.)^bdata::random(-10., 10.)^bdata::random(0., 4.)^bdata::random(11., 15.)^bdata::random(10., 15.)^bdata::xrange(100,
left  ,
right  ,
central  ,
inner  ,
outer  ,
length  ,
index   
)

Unit test for testing the wraps() function of the CylinderVolumeBuilder.

Definition at line 23 of file CylinderVolumeBuilderTests.cpp.

View newest version in sPHENIX GitHub at line 23 of file CylinderVolumeBuilderTests.cpp

References G4BARRELHCAL::length, Acts::VolumeConfig::rMax, Acts::VolumeConfig::rMin, nlohmann::detail::void(), Acts::VolumeConfig::wraps(), Acts::VolumeConfig::zMax, and Acts::VolumeConfig::zMin.

+ Here is the call graph for this function:

Acts::Test::BOOST_DATA_TEST_CASE ( DoubleHitsSpacePointBuilder_basic  ,
bdata::  xrange1,
index   
)

Unit test for testing the main functions of DoubleHitSpacePointBuilder 1) A pair of hits gets added and resolved. 2) A pair of hits gets added and rejected.

Definition at line 32 of file DoubleHitSpacePointBuilderTests.cpp.

View newest version in sPHENIX GitHub at line 32 of file DoubleHitSpacePointBuilderTests.cpp

References Acts::binX, Acts::binY, cos(), cov, Acts::open, Acts::tgContext, Acts::UnitConstants::u, and nlohmann::detail::void().

+ Here is the call graph for this function:

Acts::Test::BOOST_DATA_TEST_CASE ( SingleHitSpacePointBuilder_basic  ,
bdata::  xrange1,
index   
)

Unit test for testing the main functions of OneHitSpacePointBuilder 1) A resolved dummy hit gets created and added. 2) A hit gets added and resolved.

Definition at line 33 of file SingleHitSpacePointBuilderTests.cpp.

View newest version in sPHENIX GitHub at line 33 of file SingleHitSpacePointBuilderTests.cpp

References Acts::binX, Acts::binY, cos(), cov, data, Acts::open, tgContext, vector(), and nlohmann::detail::void().

+ Here is the call graph for this function:

Acts::Test::BOOST_DATA_TEST_CASE ( ConstantBField_components  ,
bdata::  random-2_T, 2_T)^bdata::random(-1_T, 4_T)^bdata::random(0_T, 10_T)^bdata::random(-10_m, 10_m)^bdata::random(-10_m, 10_m)^bdata::random(-10_m, 10_m)^bdata::xrange(10,
x  ,
y  ,
z  ,
bx  ,
by  ,
bz  ,
index   
)

unit test for construction of constant magnetic field

Tests the correct behavior and consistency of

  1. ConstantBField::ConstantBField(double Bx,double By,double Bz)
  2. ConstantBField::ConstantBField(Vector3D B)
  3. ConstantBField::getField(const double* xyz, double* B) const
  4. ConstantBField::getField(const Vector3D& pos) const

Definition at line 36 of file ConstantBFieldTests.cpp.

View newest version in sPHENIX GitHub at line 36 of file ConstantBFieldTests.cpp

References Acts::ConstantBField::getField(), mfContext, pos(), nlohmann::detail::void(), x, y, and z.

+ Here is the call graph for this function:

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   
)

The following test checks test cases where the entry and exit is guaranteed to be in on the readout/counter plane

Definition at line 60 of file PlanarModuleStepperTests.cpp.

View newest version in sPHENIX GitHub at line 60 of file PlanarModuleStepperTests.cpp

References Acts::PlanarModuleStepper::cellSteps(), CHECK_CLOSE_REL, Acts::UnitConstants::e, exit(), hThickness, pmStepper, testModules, Acts::tgContext, nlohmann::detail::void(), and z.

+ Here is the call graph for this function:

Acts::Test::BOOST_DATA_TEST_CASE ( ConstantBField_update  ,
bdata::  random-2_T, 2_T)^bdata::random(-1_T, 4_T)^bdata::random(0_T, 10_T)^bdata::random(-10_m, 10_m)^bdata::random(-10_m, 10_m)^bdata::random(-10_m, 10_m)^bdata::xrange(10,
x  ,
y  ,
z  ,
bx  ,
by  ,
bz  ,
index   
)

unit test for update of constant magnetic field

Tests the correct behavior and consistency of

  1. ConstantBField::setField(double Bx, double By, double Bz)
  2. ConstantBField::setField(const Vector3D& B)
  3. ConstantBField::getField(const double* xyz, double* B) const
  4. ConstantBField::getField(const Vector3D& pos) const

Definition at line 83 of file ConstantBFieldTests.cpp.

View newest version in sPHENIX GitHub at line 83 of file ConstantBFieldTests.cpp

References Acts::ConstantBField::getField(), mfContext, pos(), Acts::ConstantBField::setField(), nlohmann::detail::void(), x, y, and z.

+ Here is the call graph for this function:

Acts::Test::BOOST_DATA_TEST_CASE ( test_extrapolation_  ,
bdata::  random(bdata::seed=0,bdata::distribution=std::uniform_real_distribution<>(0.4_GeV, 10_GeV)))^bdata::random((bdata::seed=1,bdata::distribution=std::uniform_real_distribution<>(-M_PI, M_PI)))^bdata::random((bdata::seed=2,bdata::distribution=std::uniform_real_distribution<>(1.0, M_PI-1.0)))^bdata::random((bdata::seed=3,bdata::distribution=std::uniform_int_distribution<>(0, 1)))^bdata::random((bdata::seed=4,bdata::distribution=std::uniform_int_distribution<>(0, 100)))^bdata::xrange(ntests,
pT  ,
phi  ,
theta  ,
charge  ,
time  ,
index   
)

a covariance matrix to transport

Definition at line 75 of file ExtrapolatorTests.cpp.

View newest version in sPHENIX GitHub at line 75 of file ExtrapolatorTests.cpp

References charge, cov, Acts::IntegrationTest::epropagator(), Acts::getDummyLogger(), Acts::PropagatorPlainOptions::maxStepSize, mfContext, eicpy.build::options, p, Acts::PropagatorPlainOptions::pathLimit, phi, Acts::Propagator< stepper_t, navigator_t >::propagate(), start(), Acts::tgContext, theta(), time, and nlohmann::detail::void().

+ Here is the call graph for this function:

Acts::Test::BOOST_DATA_TEST_CASE ( bvhnavigation_test  ,
bdata::  random(bdata::seed=7, bdata::engine=std::mt19937(),bdata::distribution=std::uniform_real_distribution<>(-5,5)))^bdata::random((bdata::seed=2, bdata::engine=std::mt19937(),bdata::distribution=std::uniform_real_distribution<>(-M_PI, M_PI)))^bdata::random((bdata::seed=3, bdata::engine=std::mt19937(),bdata::distribution=std::uniform_real_distribution<>(-100, 100)))^bdata::random((bdata::seed=4, bdata::engine=std::mt19937(),bdata::distribution=std::uniform_real_distribution<>(-100, 100)))^bdata::random((bdata::seed=5, bdata::engine=std::mt19937(),bdata::distribution=std::uniform_real_distribution<>(-100, 100)))^bdata::xrange(NTESTS,
eta  ,
phi  ,
x  ,
y  ,
z  ,
index   
)

Definition at line 79 of file TrackingVolumeTests.cpp.

View newest version in sPHENIX GitHub at line 79 of file TrackingVolumeTests.cpp

Acts::Test::BOOST_DATA_TEST_CASE ( benchmark_surface_intersections  ,
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<>(-0.3, 0.3)))^bdata::xrange(ntests,
phi  ,
theta  ,
index   
)

Definition at line 89 of file SurfaceIntersectionBenchmark.cpp.

View newest version in sPHENIX GitHub at line 89 of file SurfaceIntersectionBenchmark.cpp

References aCylinder, aDisc, aPlane, aStraw, M_PI, phi, testCylinder, testDisc, testPlane, testStraw, theta(), and nlohmann::detail::void().

+ Here is the call graph for this function:

Acts::Test::BOOST_DATA_TEST_CASE ( CylinderVolumeBuilder_containes  ,
bdata::  random-11.,-15.)^bdata::random(11., 15.)^bdata::random(-10., 10.)^bdata::random(0., 4.)^bdata::random(10., 15.)^bdata::random(10., 15.)^bdata::xrange(100,
left  ,
right  ,
central  ,
inner  ,
outer  ,
length  ,
index   
)

Unit test for testing the contains(), containsInR() and containsInZ() function of the CylinderVolumeBuilder

Definition at line 99 of file CylinderVolumeBuilderTests.cpp.

View newest version in sPHENIX GitHub at line 99 of file CylinderVolumeBuilderTests.cpp

References Acts::VolumeConfig::contains(), Acts::VolumeConfig::containsInR(), Acts::VolumeConfig::containsInZ(), G4BARRELHCAL::length, Acts::VolumeConfig::rMax, Acts::VolumeConfig::rMin, nlohmann::detail::void(), Acts::VolumeConfig::zMax, and Acts::VolumeConfig::zMin.

+ Here is the call graph for this function:

Acts::Test::BOOST_DATA_TEST_CASE ( loop_aborter_test  ,
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<>(-M_PI, M_PI)))^bdata::xrange(1,
phi  ,
deltaPhi  ,
index   
)

Definition at line 111 of file LoopProtectionTests.cpp.

View newest version in sPHENIX GitHub at line 111 of file LoopProtectionTests.cpp

References cos(), phi, and nlohmann::detail::void().

+ Here is the call graph for this function:

Acts::Test::BOOST_DATA_TEST_CASE ( test_surface_collection_  ,
bdata::  random(bdata::seed=10,bdata::distribution=std::uniform_real_distribution<>(0.4_GeV, 10_GeV)))^bdata::random((bdata::seed=11,bdata::distribution=std::uniform_real_distribution<>(-M_PI, M_PI)))^bdata::random((bdata::seed=12,bdata::distribution=std::uniform_real_distribution<>(1.0, M_PI-1.0)))^bdata::random((bdata::seed=13,bdata::distribution=std::uniform_int_distribution<>(0, 1)))^bdata::random((bdata::seed=14,bdata::distribution=std::uniform_int_distribution<>(0, 100)))^bdata::xrange(ntests,
pT  ,
phi  ,
theta  ,
charge  ,
time  ,
index   
)

a covariance matrix to transport

Definition at line 118 of file ExtrapolatorTests.cpp.

View newest version in sPHENIX GitHub at line 118 of file ExtrapolatorTests.cpp

References charge, cov, Acts::IntegrationTest::epropagator(), Acts::getDummyLogger(), Acts::PropagatorPlainOptions::maxStepSize, mfContext, eicpy.build::options, p, Acts::PropagatorPlainOptions::pathLimit, phi, Acts::Propagator< stepper_t, navigator_t >::propagate(), Acts::SingleBoundTrackParameters< charge_t >::referenceSurface(), start(), Acts::tgContext, theta(), time, and nlohmann::detail::void().

+ Here is the call graph for this function:

Acts::Test::BOOST_DATA_TEST_CASE ( CylinderVolumeBoundsOrientedSurfaces  ,
bdata::  random-M_PI, M_PI)^bdata::random(-M_PI, M_PI)^bdata::random(-M_PI, M_PI)^bdata::random(-10., 10.)^bdata::random(-10., 10.)^bdata::random(-10., 10.)^bdata::xrange(100,
alpha  ,
beta  ,
gamma  ,
posX  ,
posY  ,
posZ  ,
index   
)

Unit test for testing the orientedSurfaces() function.

Definition at line 143 of file CylinderVolumeBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 143 of file CylinderVolumeBoundsTests.cpp

References starlightConstants::alpha, CHECK_CLOSE_ABS, CHECK_CLOSE_REL, Acts::UnitConstants::e, Acts::CylinderVolumeBounds::eHalfLengthZ, gamma(), Acts::CylinderVolumeBounds::get(), Acts::CylinderVolumeBounds::orientedSurfaces(), pos, rmax(), tgContext, transform, nlohmann::detail::void(), and z.

+ Here is the call graph for this function:

Acts::Test::BOOST_DATA_TEST_CASE ( cylinder_passage_observer_  ,
bdata::  random(bdata::seed=0,bdata::distribution=std::uniform_real_distribution<>(0.4_GeV, 10_GeV)))^bdata::random((bdata::seed=1,bdata::distribution=std::uniform_real_distribution<>(-M_PI, M_PI)))^bdata::random((bdata::seed=2,bdata::distribution=std::uniform_real_distribution<>(1.0, M_PI-1.0)))^bdata::random((bdata::seed=3,bdata::distribution=std::uniform_int_distribution<>(0, 1)))^bdata::random((bdata::seed=4,bdata::distribution=std::uniform_int_distribution<>(0, 100)))^bdata::xrange(ntests,
pT  ,
phi  ,
theta  ,
charge  ,
time  ,
index   
)
Acts::Test::BOOST_DATA_TEST_CASE ( propagator_loop_protection_test  ,
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::xrange(ntests,
pT  ,
phi  ,
theta  ,
charge  ,
index   
)

Definition at line 150 of file LoopProtectionTests.cpp.

View newest version in sPHENIX GitHub at line 150 of file LoopProtectionTests.cpp

References _T, Acts::IntegrationTest::bField, Acts::IntegrationTest::Bz, charge, CHECK_CLOSE_REL, cos(), Acts::UnitConstants::e, Acts::IntegrationTest::epropagator(), Acts::IntegrationTest::estepper, Acts::getDummyLogger(), Acts::PropagatorPlainOptions::maxSteps, mfContext, eicpy.build::options, p, phi, skip, start(), Acts::tgContext, and theta().

+ Here is the call graph for this function:

Acts::Test::BOOST_DATA_TEST_CASE ( test_direct_navigator  ,
bdata::  random(bdata::seed=20,bdata::distribution=std::uniform_real_distribution<>(0.15_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   
)

Definition at line 165 of file DirectNavigatorTests.cpp.

View newest version in sPHENIX GitHub at line 165 of file DirectNavigatorTests.cpp

References charge, dpropagator(), phi, rpropagator(), runTest(), theta(), and time.

+ Here is the call graph for this function:

Acts::Test::BOOST_DATA_TEST_CASE ( CylinderVolumeBuilder_overlapsInR  ,
bdata::  random0., 4.)^bdata::random(11., 15.)^bdata::xrange(100,
inner  ,
outer  ,
index   
)

Unit test for testing the coverlapsInR() function of the CylinderVolumeBuilder

Definition at line 186 of file CylinderVolumeBuilderTests.cpp.

View newest version in sPHENIX GitHub at line 186 of file CylinderVolumeBuilderTests.cpp

References Acts::VolumeConfig::overlapsInR(), Acts::VolumeConfig::present, Acts::VolumeConfig::rMax, Acts::VolumeConfig::rMin, nlohmann::detail::void(), Acts::VolumeConfig::zMax, and Acts::VolumeConfig::zMin.

+ Here is the call graph for this function:

Acts::Test::BOOST_DATA_TEST_CASE ( test_material_interactor_  ,
bdata::  random(bdata::seed=20,bdata::distribution=std::uniform_real_distribution<>(0.4_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   
)

a covariance matrix to transport

Definition at line 185 of file ExtrapolatorTests.cpp.

View newest version in sPHENIX GitHub at line 185 of file ExtrapolatorTests.cpp

References Acts::SingleBoundTrackParameters< charge_t >::absoluteMomentum(), charge, cov, Acts::IntegrationTest::epropagator(), Acts::getDummyLogger(), Acts::PropagatorPlainOptions::maxStepSize, mfContext, eicpy.build::options, p, Acts::PropagatorPlainOptions::pathLimit, phi, Acts::Propagator< stepper_t, navigator_t >::propagate(), start(), Acts::tgContext, theta(), time, and nlohmann::detail::void().

+ Here is the call graph for this function:

Acts::Test::BOOST_DATA_TEST_CASE ( curvilinear_additive_  ,
bdata::  random(bdata::seed=0,bdata::distribution=std::uniform_real_distribution<>(0.4_GeV, 10_GeV)))^bdata::random((bdata::seed=1,bdata::distribution=std::uniform_real_distribution<>(-M_PI, M_PI)))^bdata::random((bdata::seed=2,bdata::distribution=std::uniform_real_distribution<>(1.0, M_PI-1.0)))^bdata::random((bdata::seed=3,bdata::distribution=std::uniform_int_distribution<>(0, 1)))^bdata::random((bdata::seed=4,bdata::distribution=std::uniform_int_distribution<>(0, 100)))^bdata::xrange(ntests,
pT  ,
phi  ,
theta  ,
charge  ,
time  ,
index   
)

a covariance matrix to transport

Definition at line 202 of file PropagatorTests.cpp.

View newest version in sPHENIX GitHub at line 202 of file PropagatorTests.cpp

References charge, CHECK_CLOSE_OR_SMALL, CHECK_CLOSE_REL, cos(), cov, Acts::UnitConstants::e, Acts::IntegrationTest::epropagator(), Acts::getDummyLogger(), Acts::VectorHelpers::makeVector4(), Acts::PropagatorPlainOptions::maxStepSize, mfContext, charm_jet_coverage::mom, Acts::PropagatorPlainOptions::pathLimit, phi, pos(), Acts::Propagator< stepper_t, navigator_t >::propagate(), start(), Acts::tgContext, theta(), time, nlohmann::detail::void(), x, y, and z.

+ Here is the call graph for this function:

Acts::Test::BOOST_DATA_TEST_CASE ( bfield_symmetry_random  ,
bdata::  random(bdata::seed=0,bdata::distribution=std::uniform_real_distribution<>(-10., 10.)))^bdata::random((bdata::seed=0,bdata::distribution=std::uniform_real_distribution<>(-10., 10.)))^bdata::random((bdata::seed=0,bdata::distribution=std::uniform_real_distribution<>(-20., 20.)))^bdata::xrange(10,
x  ,
y  ,
z  ,
index   
)

Unit test for symmetric data.

Definition at line 233 of file BFieldMapUtilsTests.cpp.

View newest version in sPHENIX GitHub at line 233 of file BFieldMapUtilsTests.cpp

References CHECK_CLOSE_ABS, CHECK_CLOSE_REL, Acts::UnitConstants::e, Acts::fieldMapperRZ(), Acts::fieldMapperXYZ(), Acts::VectorHelpers::perp(), pos4(), nlohmann::detail::void(), x, y, and z.

+ Here is the call graph for this function:

Acts::Test::BOOST_DATA_TEST_CASE ( loop_protection_test  ,
bdata::  random(bdata::seed=20,bdata::distribution=std::uniform_real_distribution<>(0.1_GeV, 0.5_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   
)

a covariance matrix to transport

Definition at line 233 of file ExtrapolatorTests.cpp.

View newest version in sPHENIX GitHub at line 233 of file ExtrapolatorTests.cpp

References Acts::IntegrationTest::bField, charge, CHECK_CLOSE_REL, cov, Acts::UnitConstants::e, Acts::IntegrationTest::epropagator(), Acts::getDummyLogger(), M_PI, Acts::PropagatorPlainOptions::maxStepSize, mfContext, eicpy.build::options, p, Acts::PropagatorPlainOptions::pathLimit, phi, Acts::SingleBoundTrackParameters< charge_t >::position(), Acts::Propagator< stepper_t, navigator_t >::propagate(), start(), Acts::tgContext, theta(), time, and nlohmann::detail::void().

+ Here is the call graph for this function:

Acts::Test::BOOST_DATA_TEST_CASE ( CylinderVolumeBuilder_overlapsInZ  ,
bdata::  random-11.,-15.)^bdata::random(11., 15.)^bdata::random(0., 4.)^bdata::xrange(100,
left  ,
right  ,
inner  ,
index   
)

Unit test for testing the coverlapsInZ() function of the CylinderVolumeBuilder

Definition at line 248 of file CylinderVolumeBuilderTests.cpp.

View newest version in sPHENIX GitHub at line 248 of file CylinderVolumeBuilderTests.cpp

References Acts::VolumeConfig::overlapsInZ(), Acts::VolumeConfig::present, Acts::VolumeConfig::rMax, Acts::VolumeConfig::rMin, nlohmann::detail::void(), Acts::VolumeConfig::zMax, and Acts::VolumeConfig::zMin.

+ Here is the call graph for this function:

Acts::Test::BOOST_DATA_TEST_CASE ( cylinder_additive_  ,
bdata::  random(bdata::seed=0,bdata::distribution=std::uniform_real_distribution<>(0.4_GeV, 10_GeV)))^bdata::random((bdata::seed=1,bdata::distribution=std::uniform_real_distribution<>(-M_PI, M_PI)))^bdata::random((bdata::seed=2,bdata::distribution=std::uniform_real_distribution<>(1.0, M_PI-1.0)))^bdata::random((bdata::seed=3,bdata::distribution=std::uniform_int_distribution<>(0, 1)))^bdata::random((bdata::seed=4,bdata::distribution=std::uniform_int_distribution<>(0, 100)))^bdata::xrange(ntests,
pT  ,
phi  ,
theta  ,
charge  ,
time  ,
index   
)

a covariance matrix to transport

Definition at line 276 of file PropagatorTests.cpp.

View newest version in sPHENIX GitHub at line 276 of file PropagatorTests.cpp

References charge, CHECK_CLOSE_OR_SMALL, CHECK_CLOSE_REL, cos(), cov, cSurface, Acts::UnitConstants::e, Acts::IntegrationTest::epropagator(), Acts::getDummyLogger(), Acts::VectorHelpers::makeVector4(), Acts::PropagatorPlainOptions::maxStepSize, mfContext, charm_jet_coverage::mom, mSurface, Acts::PropagatorPlainOptions::pathLimit, phi, pos(), Acts::Propagator< stepper_t, navigator_t >::propagate(), start(), Acts::tgContext, theta(), time, nlohmann::detail::void(), x, y, and z.

+ Here is the call graph for this function:

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   
)

Definition at line 384 of file MaterialCollectionTests.cpp.

View newest version in sPHENIX GitHub at line 384 of file MaterialCollectionTests.cpp

References charge, Acts::IntegrationTest::epropagator(), phi, runTest(), slpropagator(), theta(), and time.

+ Here is the call graph for this function:

Acts::Test::BOOST_FIXTURE_TEST_CASE ( SurfaceArray_create  ,
SurfaceArrayFixture   
)

Definition at line 178 of file SurfaceArrayTests.cpp.

View newest version in sPHENIX GitHub at line 178 of file SurfaceArrayTests.cpp

References Acts::SurfaceArray::at(), Acts::binR, Acts::SurfaceArray::SurfaceGridLookup< Axes >::completeBinning(), cos(), draw_surfaces(), Acts::SurfaceArray::SurfaceGridLookup< Axes >::fill(), M_PI, Acts::SurfaceArray::neighbors(), phi, pos, Acts::IntegrationTest::R, tgContext, Acts::SurfaceArray::toStream(), transform, Acts::UnitConstants::u, and Acts::unpack_shared_vector().

+ Here is the call graph for this function:

Acts::Test::BOOST_FIXTURE_TEST_CASE ( LayerCreator_createCylinderLayer  ,
LayerCreatorFixture   
)

Definition at line 230 of file LayerCreatorTests.cpp.

View newest version in sPHENIX GitHub at line 230 of file LayerCreatorTests.cpp

References Acts::binR, Acts::binZ, CHECK_CLOSE_REL, draw_surfaces(), boost::dynamic_pointer_cast(), Acts::UnitConstants::e, Acts::CylinderBounds::eHalfLengthZ, Acts::ProtoLayer::envelope, Acts::equidistant, Acts::CylinderBounds::eR, Acts::ProtoLayer::extent, Acts::CylinderBounds::get(), G4TTL::layer, M_PI, Acts::Extent::ranges, tgContext, and Acts::UnitConstants::u.

+ Here is the call graph for this function:

Acts::Test::BOOST_FIXTURE_TEST_CASE ( SurfaceArrayCreator_createEquidistantAxis_Phi  ,
SurfaceArrayCreatorFixture   
)

Definition at line 254 of file SurfaceArrayCreatorTests.cpp.

View newest version in sPHENIX GitHub at line 254 of file SurfaceArrayCreatorTests.cpp

References Acts::binPhi, CHECK_CLOSE_ABS, CHECK_CLOSE_REL, CHECK_SMALL, draw_surfaces(), Acts::UnitConstants::e, Acts::equidistant, M_PI, phi, step(), tgContext, Acts::UnitConstants::u, Acts::unpack_shared_vector(), and z.

+ Here is the call graph for this function:

Acts::Test::BOOST_FIXTURE_TEST_CASE ( LayerCreator_createDiscLayer  ,
LayerCreatorFixture   
)

Definition at line 323 of file LayerCreatorTests.cpp.

View newest version in sPHENIX GitHub at line 323 of file LayerCreatorTests.cpp

References Acts::binR, Acts::binZ, CHECK_CLOSE_REL, draw_surfaces(), boost::dynamic_pointer_cast(), Acts::UnitConstants::e, Acts::ProtoLayer::envelope, Acts::equidistant, Acts::ProtoLayer::extent, G4TTL::layer, M_PI, Acts::IntegrationTest::nBinsR, Acts::Extent::ranges, tgContext, and Acts::UnitConstants::u.

+ Here is the call graph for this function:

Acts::Test::BOOST_FIXTURE_TEST_CASE ( LayerCreator_barrelStagger  ,
LayerCreatorFixture   
)

Definition at line 411 of file LayerCreatorTests.cpp.

View newest version in sPHENIX GitHub at line 411 of file LayerCreatorTests.cpp

References Acts::binR, Acts::binZ, draw_surfaces(), boost::dynamic_pointer_cast(), Acts::ProtoLayer::envelope, Acts::equidistant, Acts::SurfaceArray::getAxes(), G4TTL::layer, M_PI, Acts::Layer::surfaceArray(), tgContext, and Acts::UnitConstants::u.

+ Here is the call graph for this function:

Acts::Test::BOOST_FIXTURE_TEST_CASE ( SurfaceArrayCreator_createEquidistantAxis_Z  ,
SurfaceArrayCreatorFixture   
)

Definition at line 432 of file SurfaceArrayCreatorTests.cpp.

View newest version in sPHENIX GitHub at line 432 of file SurfaceArrayCreatorTests.cpp

References Acts::binZ, CHECK_CLOSE_ABS, draw_surfaces(), Acts::UnitConstants::e, Acts::equidistant, M_PI, tgContext, Acts::UnitConstants::u, and Acts::unpack_shared_vector().

+ Here is the call graph for this function:

Acts::Test::BOOST_FIXTURE_TEST_CASE ( SurfaceArrayCreator_createEquidistantAxis_R  ,
SurfaceArrayCreatorFixture   
)

Definition at line 484 of file SurfaceArrayCreatorTests.cpp.

View newest version in sPHENIX GitHub at line 484 of file SurfaceArrayCreatorTests.cpp

References Acts::binR, CHECK_CLOSE_ABS, CHECK_CLOSE_REL, draw_surfaces(), Acts::UnitConstants::e, Acts::equidistant, Acts::VectorHelpers::perp(), tgContext, Acts::UnitConstants::u, and Acts::unpack_shared_vector().

+ Here is the call graph for this function:

Acts::Test::BOOST_FIXTURE_TEST_CASE ( SurfaceArrayCreator_dependentBinCounts  ,
SurfaceArrayCreatorFixture   
)

Definition at line 526 of file SurfaceArrayCreatorTests.cpp.

View newest version in sPHENIX GitHub at line 526 of file SurfaceArrayCreatorTests.cpp

References draw_surfaces(), Acts::GeometryView3D::drawSurfaceArray(), Acts::equidistant, tgContext, and Acts::UnitConstants::u.

+ Here is the call graph for this function:

Acts::Test::BOOST_FIXTURE_TEST_CASE ( SurfaceArrayCreator_completeBinning  ,
SurfaceArrayCreatorFixture   
)

Definition at line 550 of file SurfaceArrayCreatorTests.cpp.

View newest version in sPHENIX GitHub at line 550 of file SurfaceArrayCreatorTests.cpp

References Acts::SurfaceArray::at(), Acts::binR, cos(), draw_surfaces(), Acts::GeometryView3D::drawSurfaceArray(), Acts::SurfaceArray::SurfaceGridLookup< Axes >::fill(), M_PI, phi, pos, Acts::IntegrationTest::R, tgContext, Acts::UnitConstants::u, Acts::unpack_shared_vector(), and Acts::ObjVisualization3D< T >::write().

+ Here is the call graph for this function:

Acts::Test::BOOST_FIXTURE_TEST_CASE ( SurfaceArrayCreator_barrelStagger  ,
SurfaceArrayCreatorFixture   
)

Definition at line 592 of file SurfaceArrayCreatorTests.cpp.

View newest version in sPHENIX GitHub at line 592 of file SurfaceArrayCreatorTests.cpp

References Acts::SurfaceArray::at(), Acts::binPhi, Acts::binR, Acts::binZ, CHECK_CLOSE_ABS, cos(), draw_surfaces(), Acts::UnitConstants::e, Acts::SurfaceArray::getAxes(), M_PI, phi, pos, Acts::IntegrationTest::R, tgContext, Acts::UnitConstants::u, and Acts::unpack_shared_vector().

+ Here is the call graph for this function:

CylindricalTrackingGeometry Acts::Test::cGeometry ( tgContext  )
template<typename T , typename U >
boost::test_tools::predicate_result Acts::Test::checkCloseAbs ( const T val,
const U &  ref,
double  abstol 
)

Definition at line 239 of file FloatComparisons.hpp.

View newest version in sPHENIX GitHub at line 239 of file FloatComparisons.hpp

References Acts::Test::float_compare_internal::closeAbs(), and Acts::Test::float_compare_internal::compare().

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

template<typename Scalar , int dim>
boost::test_tools::predicate_result Acts::Test::checkCloseCovariance ( const ActsSymMatrix< Scalar, dim > &  val,
const ActsSymMatrix< Scalar, dim > &  ref,
double  tol 
)

Definition at line 261 of file FloatComparisons.hpp.

View newest version in sPHENIX GitHub at line 261 of file FloatComparisons.hpp

References kdfinder::abs(), and dim.

+ Here is the call graph for this function:

template<typename T , typename U >
boost::test_tools::predicate_result Acts::Test::checkCloseOrSmall ( const T val,
const U &  ref,
double  reltol,
double  small 
)

Definition at line 252 of file FloatComparisons.hpp.

View newest version in sPHENIX GitHub at line 252 of file FloatComparisons.hpp

References Acts::Test::float_compare_internal::closeOrSmall(), and Acts::Test::float_compare_internal::compare().

+ Here is the call graph for this function:

template<typename T , typename U >
boost::test_tools::predicate_result Acts::Test::checkCloseRel ( const T val,
const U &  ref,
double  reltol 
)

Definition at line 232 of file FloatComparisons.hpp.

View newest version in sPHENIX GitHub at line 232 of file FloatComparisons.hpp

References Acts::Test::float_compare_internal::closeOrSmall(), and Acts::Test::float_compare_internal::compare().

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

template<typename T >
boost::test_tools::predicate_result Acts::Test::checkSmall ( const T val,
double  small 
)

Definition at line 246 of file FloatComparisons.hpp.

View newest version in sPHENIX GitHub at line 246 of file FloatComparisons.hpp

References Acts::Test::float_compare_internal::closeOrSmall(), and Acts::Test::float_compare_internal::compare().

+ Here is the call graph for this function:

template<typename Parameter >
void Acts::Test::consistencyCheck ( const Parameter &  pars,
const Vector3D &  position,
const Vector3D &  momentum,
double  charge,
double  time,
std::array< double, eBoundSize >  values 
)

Definition at line 21 of file ParametersTestHelper.hpp.

View newest version in sPHENIX GitHub at line 21 of file ParametersTestHelper.hpp

References charge, CHECK_CLOSE_ABS, CHECK_CLOSE_REL, Acts::UnitConstants::e, Acts::eBoundLoc0, Acts::eBoundLoc1, Acts::eBoundPhi, Acts::eBoundQOverP, Acts::eBoundTheta, Acts::eBoundTime, momentum, Acts::VectorHelpers::position(), Acts::s_onSurfaceTolerance, and time.

+ Here is the call graph for this function:

BoundToFreeMatrix Acts::Test::convertToMatrix ( const std::array< double, 60 >  P)

Helper method : convert into Acts matrix It takes the double array from AtlasStepper and transforms it into an ActsMatrixD

Parameters
Pis the pointer to the array

Translation is (for lookup) /dL0 /dL1 /dPhi /dThe /dCM /dT X ->P[0] dX / P[ 8] P[16] P[24] P[32] P[40] P[48] Y ->P[1] dY / P[ 9] P[17] P[25] P[33] P[41] P[49] Z ->P[2] dZ / P[10] P[18] P[26] P[34] P[42] P[50] T ->P[3] dT/ P[11] P[19] P[27] P[35] P[43] P[51] Ax ->P[4] dAx/ P[12] P[20] P[28] P[36] P[44] P[52] Ay ->P[5] dAy/ P[13] P[21] P[29] P[37] P[45] P[53] Az ->P[6] dAz/ P[14] P[22] P[30] P[38] P[46] P[54] CM ->P[7] dCM/ P[15] P[23] P[31] P[39] P[47] P[55]

Definition at line 106 of file JacobianTests.cpp.

View newest version in sPHENIX GitHub at line 106 of file JacobianTests.cpp

References Acts::eBoundSize, and Acts::eFreeSize.

Referenced by testJacobianToGlobal().

+ Here is the caller graph for this function:

Transform3D Acts::Test::createCylindricTransform ( const Vector3D &  nposition,
double  angleX,
double  angleY 
)

Helper method to create a transform for a plane to mimic detector situations, the plane is roughly perpendicular to the track

Parameters
nnomalThe nominal normal direction
angleTRotation around the norminal normal
angleURoation around the original U axis

Definition at line 49 of file JacobianTests.cpp.

View newest version in sPHENIX GitHub at line 49 of file JacobianTests.cpp

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:

Transform3D Acts::Test::createPlanarTransform ( const Vector3D &  nposition,
const Vector3D &  nnormal,
double  angleT,
double  angleU 
)

Helper method to create a transform for a plane to mimic detector situations, the plane is roughly perpendicular to the track

Parameters
nnomalThe nominal normal direction
angleTRotation around the norminal normal
angleURoation around the original U axis

Definition at line 66 of file JacobianTests.cpp.

View newest version in sPHENIX GitHub at line 66 of file JacobianTests.cpp

References kdfinder::abs(), and T.

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

std::uniform_real_distribution Acts::Test::d0Dist ( -0.  01_mm,
0.  01_mm 
)

Referenced by BOOST_AUTO_TEST_CASE(), and ActsExamples::ParametricParticleGenerator::operator()().

+ Here is the caller graph for this function:

DirectPropagator Acts::Test::dpropagator ( std::  movedstepper,
std::  movednavigator 
)

Referenced by BOOST_DATA_TEST_CASE().

+ Here is the caller graph for this function:

void Acts::Test::draw_surfaces ( const SrfVec &  surfaces,
const std::string &  fname 
)

Definition at line 49 of file LayerCreatorTests.cpp.

View newest version in sPHENIX GitHub at line 49 of file LayerCreatorTests.cpp

References boost::dynamic_pointer_cast(), tgContext, and vtx().

Referenced by BOOST_FIXTURE_TEST_CASE().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void Acts::Test::draw_surfaces ( SrfVec  surfaces,
const std::string &  fname 
)

Definition at line 220 of file SurfaceArrayCreatorTests.cpp.

View newest version in sPHENIX GitHub at line 220 of file SurfaceArrayCreatorTests.cpp

References boost::dynamic_pointer_cast(), tgContext, and vtx().

+ Here is the call graph for this function:

void Acts::Test::dumpVertices ( const RectangleBounds &  r)

Definition at line 27 of file RectangleBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 27 of file RectangleBoundsTests.cpp

References v, and Acts::RectangleBounds::vertices().

+ Here is the call graph for this function:

EigenPropagatorType Acts::Test::epropagator ( std::  moveestepper,
std::  movenavigator 
)
EigenPropagator Acts::Test::epropagator ( std::  moveestepper,
std::  movenavigatorES 
)
EigenPropagatorType Acts::Test::epropagator ( std::  moveestepper)
EigenStepperType Acts::Test::estepper ( bField  )
Vector3D Acts::Test::eta0Position ( 0.  5,
1.  5,
0.   
)

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:

std::uniform_real_distribution< double > Acts::Test::etaDist ( 4.,
4.   
)

Referenced by BOOST_AUTO_TEST_CASE(), and ActsExamples::ParametricParticleGenerator::operator()().

+ Here is the caller graph for this function:

template<typename track_state_t >
auto Acts::Test::fillTrackState ( track_state_t &  ts,
TrackStatePropMask  mask,
size_t  dim = 3 
)

Fills a TrackStateProxy object.

Template Parameters
track_state_tType of the TrackStateProxy
Parameters
[in,out]tsTrackStateProxy which is filled
[in]maskSpecifies which components are filled
[in]dimDimension of the measurement
Returns
Tuple containing a TestTrackState and the FittableMeasurement that were generated in this function

Definition at line 71 of file MultiTrajectoryTests.cpp.

View newest version in sPHENIX GitHub at line 71 of file MultiTrajectoryTests.cpp

References ACTS_CHECK_BIT, Acts::Test::TestTrackState::chi2, Acts::SingleBoundTrackParameters< charge_t >::covariance(), dim, Acts::Test::TestTrackState::filtered, Acts::UnitConstants::fm, Acts::Test::TestTrackState::jacobian, M_PI, Acts::Test::TestTrackState::meas2d, Acts::Test::TestTrackState::meas3d, Acts::SingleBoundTrackParameters< charge_t >::parameters(), Acts::Test::TestTrackState::pathLength, charm_jet_strange_helicity::pc, Acts::PrimitivesView3DTest::plane, Acts::Test::TestTrackState::predicted, Acts::Test::TestTrackState::smoothed, and Acts::Test::TestTrackState::sourceLink.

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

std::string Acts::Test::getDataPath ( const std::string &  relativePath)

Get the full path to a file in the test data directory.

Parameters
relativePathfile path relative to the data directory

Definition at line 13 of file DataDirectory.cpp.

View newest version in sPHENIX GitHub at line 13 of file DataDirectory.cpp

Referenced by BOOST_AUTO_TEST_CASE(), main(), readTracksAndVertexCSV(), and Acts::Test::RootGeometry::RootGeometry().

+ Here is the caller graph for this function:

ViewConfig Acts::Test::green ( {0, 200, 0}  )
std::tuple<std::vector<const Volume*>, std::shared_ptr<TrackingGeometry> > Acts::Test::gridBoxFactory ( size_t  n = NBOXES,
double  hl = 1000,
size_t  octd = 5 
)

Definition at line 18 of file TrackingVolumeTests.cpp.

View newest version in sPHENIX GitHub at line 18 of file TrackingVolumeTests.cpp

template<typename surface_t >
MicroBenchmarkResult Acts::Test::intersectionTest ( const surface_t surface,
double  phi,
double  theta 
)

Definition at line 72 of file SurfaceIntersectionBenchmark.cpp.

View newest version in sPHENIX GitHub at line 72 of file SurfaceIntersectionBenchmark.cpp

References boundaryCheck, cos(), microBenchmark(), nrepts, origin(), and Acts::tgContext.

+ Here is the call graph for this function:

Result<NoCopy> Acts::Test::make_nocopy ( int  i,
bool  v = true 
)

Definition at line 247 of file ResultTests.cpp.

View newest version in sPHENIX GitHub at line 247 of file ResultTests.cpp

References v.

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:

CurvilinearTrackParameters Acts::Test::make_params ( )

Definition at line 35 of file MultiTrajectoryTests.cpp.

View newest version in sPHENIX GitHub at line 35 of file MultiTrajectoryTests.cpp

References cov.

Material Acts::Test::makeBeryllium ( )
inline

Definition at line 21 of file PredefinedMaterials.hpp.

View newest version in sPHENIX GitHub at line 21 of file PredefinedMaterials.hpp

References Acts::Material::fromMolarDensity().

Referenced by BOOST_AUTO_TEST_CASE(), BOOST_DATA_TEST_CASE(), Acts::Test::CubicTrackingGeometry::CubicTrackingGeometry(), and Acts::Test::CylindricalTrackingGeometry::operator()().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GeometryIdentifier Acts::Test::makeId ( int  volume = 0,
int  layer = 0,
int  sensitive = 0 
)

Definition at line 68 of file CombinatorialKalmanFilterTests.cpp.

View newest version in sPHENIX GitHub at line 68 of file CombinatorialKalmanFilterTests.cpp

References G4TTL::layer, Acts::GeometryIdentifier::setLayer(), Acts::GeometryIdentifier::setSensitive(), Acts::GeometryIdentifier::setVolume(), and volume.

Referenced by BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

MaterialSlab Acts::Test::makePercentSlab ( )
inline

Build material slab corresponding to 1% of radiation and interaction length.

Definition at line 43 of file PredefinedMaterials.hpp.

View newest version in sPHENIX GitHub at line 43 of file PredefinedMaterials.hpp

References makeUnitSlab().

Referenced by BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Material Acts::Test::makeSilicon ( )
inline

Definition at line 27 of file PredefinedMaterials.hpp.

View newest version in sPHENIX GitHub at line 27 of file PredefinedMaterials.hpp

References Acts::Material::fromMolarDensity().

Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_DATA_TEST_CASE(), Acts::Test::CylindricalTrackingGeometry::operator()(), Acts::Test::CylindricalTrackingGeometry::surfacesCylinder(), Acts::Test::CylindricalTrackingGeometry::surfacesRing(), and Acts::EventDataView3DTest::testMultiTrajectory().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

MaterialSlab Acts::Test::makeUnitSlab ( )
inline

Build material slab corresponding to 1 radiation and interaction length.

Definition at line 34 of file PredefinedMaterials.hpp.

View newest version in sPHENIX GitHub at line 34 of file PredefinedMaterials.hpp

References Acts::Material::fromMolarDensity().

Referenced by BOOST_AUTO_TEST_CASE(), BOOST_DATA_TEST_CASE(), and makePercentSlab().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Acts::Test::METHOD_TRAIT ( foo_method_t  ,
foo   
)
Acts::Test::METHOD_TRAIT ( bar_method_t  ,
bar   
)
template<typename Callable >
MicroBenchmarkResult Acts::Test::microBenchmark ( Callable &&  iteration,
size_t  iters_per_run,
size_t  num_runs = 20000,
std::chrono::milliseconds  warmup_time = std::chrono::milliseconds(2000) 
)

Definition at line 519 of file BenchmarkTools.hpp.

View newest version in sPHENIX GitHub at line 519 of file BenchmarkTools.hpp

References Acts::Test::benchmark_tools_internal::MicroBenchmarkIter< Callable, Input >::iter(), and Acts::Test::benchmark_tools_internal::microBenchmarkImpl().

Referenced by BOOST_AUTO_TEST_CASE(), intersectionTest(), and main().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

template<typename Callable , typename Input >
MicroBenchmarkResult Acts::Test::microBenchmark ( Callable &&  iterationWithInput,
const std::vector< Input > &  inputs,
size_t  num_runs = 20000,
std::chrono::milliseconds  warmup_time = std::chrono::milliseconds(2000) 
)

Definition at line 539 of file BenchmarkTools.hpp.

View newest version in sPHENIX GitHub at line 539 of file BenchmarkTools.hpp

References Acts::Test::benchmark_tools_internal::MicroBenchmarkIter< Callable, Input >::iter(), and Acts::Test::benchmark_tools_internal::microBenchmarkImpl().

+ Here is the call graph for this function:

Navigator Acts::Test::navigator ( tGeometry  )
std::uniform_int_distribution Acts::Test::nTracksDist ( ,
10   
)

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:

std::uniform_int_distribution Acts::Test::nTracksDist ( ,
15   
)
std::uniform_int_distribution Acts::Test::nVertexDist ( ,
 
)

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:

Vector2D Acts::Test::offset ( 2.,
2.   
)

Referenced by BOOST_AUTO_TEST_CASE(), and Acts::Test::MicroBenchmarkResult::runTimeQuartiles().

+ Here is the caller graph for this function:

constexpr freePar_t Acts::Test::operator""_fp ( unsigned long long  i)

Definition at line 159 of file FittableTypeTests.cpp.

View newest version in sPHENIX GitHub at line 159 of file FittableTypeTests.cpp

constexpr par_t Acts::Test::operator""_p ( unsigned long long  i)

Definition at line 81 of file FittableTypeTests.cpp.

View newest version in sPHENIX GitHub at line 81 of file FittableTypeTests.cpp

Vector3D Acts::Test::originStraw ( 0.  3_m,
-0.  2_m,
11_m   
)
Vector3D Acts::Test::phi0Position ( 0.  5,
0.  ,
2.  5 
)

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:

std::uniform_real_distribution Acts::Test::phiDist ( M_PI,
M_PI   
)

Referenced by BOOST_AUTO_TEST_CASE(), main(), and ActsExamples::ParametricParticleGenerator::operator()().

+ Here is the caller graph for this function:

Vector3D Acts::Test::phiPihPosition ( 0.  ,
1.  5,
2.  5 
)

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:

std::uniform_real_distribution Acts::Test::pTDist ( 0.  4_GeV,
10.  _GeV 
)
std::uniform_real_distribution< double > Acts::Test::pTDist ( 0.  1_GeV,
100_GeV   
)
std::uniform_real_distribution Acts::Test::pTDist ( 1.  _GeV,
30.  _GeV 
)

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:

std::uniform_real_distribution Acts::Test::pTDist ( 0.  4_GeV,
10_GeV   
)
std::uniform_real_distribution Acts::Test::qDist ( 1,
 
)

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:

std::tuple<Vertex<BoundTrackParameters>, std::vector<VertexInfo>, std::vector<BoundTrackParameters> > Acts::Test::readTracksAndVertexCSV ( std::string  toolString,
std::string  fileBase = "vertexing_event_mu20" 
)
inline

Definition at line 48 of file VertexingDataHelper.hpp.

View newest version in sPHENIX GitHub at line 48 of file VertexingDataHelper.hpp

References cov, Acts::Test::VertexInfo::covariance, getDataPath(), getline, Acts::Test::VertexInfo::nTracks, pos, Acts::Test::VertexInfo::position, Acts::Vertex< input_track_t >::setCovariance(), Acts::Vertex< input_track_t >::setPosition(), Acts::Test::VertexInfo::trk1Chi2, Acts::Test::VertexInfo::trk1Comp, and Acts::Test::VertexInfo::trk1Weight.

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ViewConfig Acts::Test::red ( {200, 0, 0}  )
std::uniform_real_distribution Acts::Test::resAngDist ( 0.  ,
0.  1 
)

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:

std::uniform_real_distribution Acts::Test::resIPDist ( 0.  ,
100.  _um 
)

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:

std::uniform_real_distribution Acts::Test::resIPDist ( 0.  ,
100_um   
)
std::uniform_real_distribution Acts::Test::resQoPDist ( -0.  1,
0.  1 
)

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:

Vector2D Acts::Test::rphiPosition ( 3.  5,
M_PI 8. 
)

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:

Vector2D Acts::Test::rphizPosition ( 0.  1,
2.  5 
)

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:

ReferencePropagator Acts::Test::rpropagator ( std::  moveestepper,
std::  movenavigator 
)

Referenced by BOOST_DATA_TEST_CASE().

+ Here is the caller graph for this function:

template<typename rpropagator_t , typename dpropagator_t >
void Acts::Test::runTest ( const rpropagator_t &  rprop,
const dpropagator_t &  dprop,
double  pT,
double  phi,
double  theta,
int  charge,
double  time,
int  index 
)

The actual test nethod that runs the test can be used with several propagator types

Template Parameters
rpropagator_tis the reference propagator type
dpropagator_tis the direct propagator type
Parameters
rpropis the reference propagator instance
dpropis the direct propagator instance
pTthe transverse momentum
phithe azimuthal angle of the track at creation
thetathe polar angle of the track at creation
chargeis the charge of the particle
indexis the run index from the test

Definition at line 80 of file DirectNavigatorTests.cpp.

View newest version in sPHENIX GitHub at line 80 of file DirectNavigatorTests.cpp

References charge, CHECK_CLOSE_REL, Acts::UnitConstants::e, Acts::getDummyLogger(), mfContext, oversteppingMaxStepSize, oversteppingTest, p, referenceTiming, skip, start(), and Acts::tgContext.

Referenced by BOOST_DATA_TEST_CASE(), and BOOST_DATA_TEST_CASE().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

template<typename propagator_t >
void Acts::Test::runTest ( const propagator_t &  prop,
double  pT,
double  phi,
double  theta,
int  charge,
double  time,
int  index 
)

the actual test nethod that runs the test can be used with several propagator types

Template Parameters
propagator_tis the actual propagator type
Parameters
propis the propagator instance
pTthe transverse momentum
phithe azimuthal angle of the track at creation
thetathe polar angle of the track at creation
chargeis the charge of the particle
indexis the run index from the test

Definition at line 85 of file MaterialCollectionTests.cpp.

View newest version in sPHENIX GitHub at line 85 of file MaterialCollectionTests.cpp

References Acts::backward, charge, CHECK_CLOSE_REL, cov, debugModeBwd, debugModeBwdStep, debugModeFwd, debugModeFwdStep, Acts::UnitConstants::e, Acts::GeometryObject::geometryId(), Acts::SingleBoundTrackParameters< charge_t >::get(), Acts::getDummyLogger(), mfContext, p, Acts::Test::Options::pathLimit, Acts::SingleBoundTrackParameters< charge_t >::referenceSurface(), skip, start(), Acts::tgContext, value, and Acts::GeometryIdentifier::value().

+ Here is the call graph for this function:

StraightLinePropagator Acts::Test::slpropagator ( std::  moveslstepper,
std::  movenavigatorSL 
)

Referenced by BOOST_DATA_TEST_CASE().

+ Here is the caller graph for this function:

template<typename stepper_state_t >
void Acts::Test::step ( stepper_state_t &  sstate)

Definition at line 221 of file NavigatorTests.cpp.

View newest version in sPHENIX GitHub at line 221 of file NavigatorTests.cpp

References Acts::eMom0, Acts::eMom1, Acts::eMom2, Acts::ePos0, Acts::ePos1, and Acts::ePos2.

Referenced by PHG4TpcDirectLaser::AppendLaserTrack(), BOOST_AUTO_TEST_CASE(), BOOST_DATA_TEST_CASE(), BOOST_FIXTURE_TEST_CASE(), checkExtrapolateBy(), convert_cell_list_to_mgrid(), Acts::SurfaceArrayCreator::createEquidistantAxis(), Acts::CylinderVolumeHelper::createGapTrackingVolume(), DoSmearStep(), EicToyModel::DrawAxisTicks(), EicToyModel::DrawColorLegend(), EtmVacuumChamber::DrawMe(), GFMaterialEffects::effects(), EicMoCaPoint::EicMoCaPoint(), genfit::RKTrackRep::extrapolateToLine(), RKTrackRep::extrapolateToLine(), RKTrackRep::extrapolateToPoint(), genfit::RKTrackRep::extrapToPoint(), Rossegger::FindBetamn(), Rossegger::FindMunk(), genfit::TGeoMaterialInterface::findNextBoundary(), fullMaterial(), Acts::FsmwMode1dFinder::getMode(), genfit::GblFitter::getScattererFromMatList(), getScattererFromMatList(), gridBoxFactory(), main(), genfit::MaterialEffects::momentumLoss(), genfit::MaterialEffects::noiseCoulomb(), FairRKPropagator::OneStepRungeKutta(), Acts::detail::SteppingLogger::operator()(), Process(), EicDetector::ProcessHits(), progressIndicator(), EtmAzimuthalScan::SetBfieldScanStep(), EicMoCaPoint::SetStep(), genfit::MaterialEffects::stepper(), vtx_builder(), ActsExamples::RootPropagationStepsWriter::writeT(), and ActsExamples::ObjPropagationStepsWriter< step_t >::writeT().

+ Here is the caller graph for this function:

template<class BField_t >
void Acts::Test::testInterfaceConsistency ( const BField_t &  field)

This is the canonical interface that all field implementations need to comply with. This test group is should include ALL field implementations, to make sure they conform to the interface, even if they are not implicitly tested by some of the other tests (e.g. Propagation) The function does not assert any functionality, it just ensures the interface compiles

Definition at line 41 of file MagneticFieldInterfaceConsistencyTests.cpp.

View newest version in sPHENIX GitHub at line 41 of file MagneticFieldInterfaceConsistencyTests.cpp

References mfContext, and pos.

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:

template<typename Parameters >
void Acts::Test::testJacobianToGlobal ( const Parameters &  pars)

Helper method : tests the jacobian to Global for a templated Parameters object

Template Parameters
Parametersthe parameter type
Parameters
parsthe parameter object

Definition at line 124 of file JacobianTests.cpp.

View newest version in sPHENIX GitHub at line 124 of file JacobianTests.cpp

References CHECK_CLOSE_OR_SMALL, convertToMatrix(), Acts::UnitConstants::e, mfContext, Acts::AtlasStepper< bfield_t >::State::pVector, and Acts::tgContext.

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

bool Acts::Test::testNavigatorStatePointers ( Navigator::State &  state,
const TrackingVolume *  worldVol,
const TrackingVolume *  startVol,
const Layer *  startLay,
const Surface startSurf,
const Surface currSurf,
const TrackingVolume *  currVol,
const TrackingVolume *  targetVol,
const Layer *  targetLay,
const Surface targetSurf 
)

Method for testing pointers in Navigator::State.

Parameters
[in]stateNavigation state
[in]worldVolWorld volume
[in]startVolStart volume
[in]startLayStart layer
[in]startSurfStart surface
[in]currSurfCurrent surface
[in]currVolCurrent volume
[in]targetVolTarget volume
[in]targetLayTarget layer
[in]targetSurfTarget surface

Definition at line 257 of file NavigatorTests.cpp.

View newest version in sPHENIX GitHub at line 257 of file NavigatorTests.cpp

References Acts::Navigator::State::currentSurface, Acts::Navigator::State::currentVolume, Acts::Navigator::State::startLayer, Acts::Navigator::State::startSurface, Acts::Navigator::State::startVolume, Acts::Navigator::State::targetLayer, Acts::Navigator::State::targetSurface, Acts::Navigator::State::targetVolume, and Acts::Navigator::State::worldVolume.

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:

bool Acts::Test::testNavigatorStateVectors ( Navigator::State &  state,
size_t  navSurf,
size_t  navLay,
size_t  navBound,
size_t  extSurf 
)

Method for testing vectors in Navigator::State.

Parameters
[in]stateNavigator state
[in]navSurfNumber of navigation surfaces
[in]navLayNumber of navigation layers
[in]navBoundNumber of navigation boundaries
[in]extSurfNumber of external surfaces

Definition at line 237 of file NavigatorTests.cpp.

View newest version in sPHENIX GitHub at line 237 of file NavigatorTests.cpp

References Acts::Navigator::State::externalSurfaces, Acts::Navigator::State::navBoundaries, Acts::Navigator::State::navLayers, and Acts::Navigator::State::navSurfaces.

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:

static std::vector<std::string> Acts::Test::testObjString ( const std::string &  tString,
bool  triMesh = false 
)
inlinestatic

This is a test function that tests the validity of an obj stream It tests for special characters that are not allowed to be contained

It checks for:

  • Allowed as tags: mtllib, usemtl v, vn, vt, l, f, g, o, s comment lines (starting with #)
  • v, vn, vt are checked for 3 entries
  • f is checked for integer > 0 entries only
  • f is also check for being a triplet if triMesh is true
  • l is checked for integer > 0 entries only
Parameters
tStringis the test string
triMeshist he test if only triangular surfaces exist
Returns
a vector of failure messages

Definition at line 37 of file Visualization3DTester.hpp.

View newest version in sPHENIX GitHub at line 37 of file Visualization3DTester.hpp

References getline.

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:

static std::vector<std::string> Acts::Test::testPlyString ( const std::string &  tString,
bool  triMesh = false 
)
inlinestatic

This is a test function that tests the validity of an obj stream It tests for special characters that are not allowed to be contained

It checks for:

Parameters
tStringis the test string
triMeshist he test if only triangular surfaces exist
Returns
a vector of failure messages

Definition at line 121 of file Visualization3DTester.hpp.

View newest version in sPHENIX GitHub at line 121 of file Visualization3DTester.hpp

References Acts::Test::PlyElement::copies, getline, name, Acts::Test::PlyElement::name, Acts::Test::PlyElement::properties, nlohmann::to_string(), and nlohmann::detail::void().

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

std::uniform_real_distribution Acts::Test::thetaDist ( 1.  0,
M_PI-1.  0 
)

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:

ActsVectorD<dim> Acts::Test::trafoGlobalToLocal ( const Vector3D &  global)

Definition at line 30 of file InterpolatedMaterialMapTests.cpp.

View newest version in sPHENIX GitHub at line 30 of file InterpolatedMaterialMapTests.cpp

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:

Result<void> Acts::Test::void_res_func ( int  b)

Definition at line 283 of file ResultTests.cpp.

View newest version in sPHENIX GitHub at line 283 of file ResultTests.cpp

References nlohmann::detail::void().

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

std::uniform_real_distribution Acts::Test::vXYDist ( -0.  1_mm,
0.  1_mm 
)

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:

std::uniform_real_distribution Acts::Test::vZDist ( 20_mm,
20_mm   
)

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:

BinningData Acts::Test::xData_add ( open  ,
binX  ,
main_sstr  ,
std::  movexData_sstr_add 
)

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:

std::normal_distribution< double > Acts::Test::xdist ( 1_mm  ,
0.  1_mm 
)

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:

Vector2D Acts::Test::xyPosition ( 0.  5,
1.  5 
)

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:

Vector3D Acts::Test::xyzPosition ( 0.  5,
1.  5,
2.  5 
)

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:

Vector3D Acts::Test::xyzPositionOutside ( 30.  ,
30.,
200.   
)

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:

std::normal_distribution< double > Acts::Test::ydist ( -0.  7_mm,
0.  1_mm 
)

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:

std::uniform_real_distribution Acts::Test::z0Dist ( -0.  2_mm,
0.  2_mm 
)

Referenced by BOOST_AUTO_TEST_CASE(), and ActsExamples::ParametricParticleGenerator::operator()().

+ Here is the caller graph for this function:

std::normal_distribution<double> Acts::Test::z1dist ( zVertexPos1 *  1_mm,
1_mm   
)

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:

std::normal_distribution<double> Acts::Test::z1dist ( zVertexPos *  1_mm,
1_mm   
)
std::normal_distribution<double> Acts::Test::z2dist ( zVertexPos2 *  1_mm,
0.  5_mm 
)

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:

std::normal_distribution<double> Acts::Test::z2dist ( 3_mm,
0.  5_mm 
)

Variable Documentation

constexpr auto Acts::Test::absMom = 1_GeV
static

Definition at line 60 of file AtlasStepperTests.cpp.

View newest version in sPHENIX GitHub at line 60 of file AtlasStepperTests.cpp

Referenced by BOOST_AUTO_TEST_CASE().

auto Acts::Test::aCylinder = Surface::makeShared<CylinderSurface>(at, std::move(cb))

Definition at line 60 of file SurfaceIntersectionBenchmark.cpp.

View newest version in sPHENIX GitHub at line 60 of file SurfaceIntersectionBenchmark.cpp

Referenced by BOOST_AUTO_TEST_CASE(), and BOOST_DATA_TEST_CASE().

auto Acts::Test::aDisc = Surface::makeShared<DiscSurface>(at, std::move(db))

Definition at line 56 of file SurfaceIntersectionBenchmark.cpp.

View newest version in sPHENIX GitHub at line 56 of file SurfaceIntersectionBenchmark.cpp

Referenced by BOOST_DATA_TEST_CASE().

std::vector<std::string> Acts::Test::allowedAxes
Initial value:
= {"XY*", "Xy*", "xy*", "xY*",
"YX*", "yx*", "yX*", "Yx*"}

Definition at line 41 of file TGeoTubeConversionTests.cpp.

View newest version in sPHENIX GitHub at line 41 of file TGeoTubeConversionTests.cpp

Referenced by BOOST_AUTO_TEST_CASE().

auto Acts::Test::aPlane = Surface::makeShared<PlaneSurface>(at, std::move(rb))
auto Acts::Test::aStraw = Surface::makeShared<StrawSurface>(at, 50_cm, 2_m)

Definition at line 63 of file SurfaceIntersectionBenchmark.cpp.

View newest version in sPHENIX GitHub at line 63 of file SurfaceIntersectionBenchmark.cpp

Referenced by BOOST_DATA_TEST_CASE().

Acts::Test::auto[volumes, tg] = gridBoxFactory()

Definition at line 77 of file TrackingVolumeTests.cpp.

View newest version in sPHENIX GitHub at line 77 of file TrackingVolumeTests.cpp

constexpr size_t Acts::Test::bench_iters = 1'000

Definition at line 168 of file BenchmarkTools.cpp.

View newest version in sPHENIX GitHub at line 168 of file BenchmarkTools.cpp

BFieldType Acts::Test::bField ( ,
,
Bz   
)

Referenced by BOOST_AUTO_TEST_CASE().

const bool Acts::Test::boundaryCheck = false

Definition at line 36 of file SurfaceIntersectionBenchmark.cpp.

View newest version in sPHENIX GitHub at line 36 of file SurfaceIntersectionBenchmark.cpp

Referenced by Acts::CylinderSurface::intersect(), and intersectionTest().

const double Acts::Test::Bz = 2_T

Definition at line 51 of file DirectNavigatorTests.cpp.

View newest version in sPHENIX GitHub at line 51 of file DirectNavigatorTests.cpp

CalibrationContext Acts::Test::calContext = CalibrationContext()

Definition at line 92 of file CombinatorialKalmanFilterTests.cpp.

View newest version in sPHENIX GitHub at line 92 of file CombinatorialKalmanFilterTests.cpp

Referenced by BOOST_AUTO_TEST_CASE(), and Acts::EventDataView3DTest::testMultiTrajectory().

auto Acts::Test::cb = std::make_shared<CylinderBounds>(10_m, 100_m)

Definition at line 59 of file SurfaceIntersectionBenchmark.cpp.

View newest version in sPHENIX GitHub at line 59 of file SurfaceIntersectionBenchmark.cpp

Referenced by FairGeoTrap::calcVoluParam(), and nlohmann::basic_json::parse().

auto Acts::Test::cCylinder = std::make_shared<CylinderBounds>(150_mm, 1000_mm)

Definition at line 125 of file PropagatorTests.cpp.

View newest version in sPHENIX GitHub at line 125 of file PropagatorTests.cpp

CylindricalTrackingGeometry Acts::Test::cGeometry ( tgContext  )

Referenced by BOOST_AUTO_TEST_CASE().

constexpr auto Acts::Test::charge = -1_e
static

Definition at line 61 of file AtlasStepperTests.cpp.

View newest version in sPHENIX GitHub at line 61 of file AtlasStepperTests.cpp

Referenced by BOOST_AUTO_TEST_CASE(), and consistencyCheck().

const Covariance Acts::Test::cov = Covariance::Identity()
static

Definition at line 62 of file AtlasStepperTests.cpp.

View newest version in sPHENIX GitHub at line 62 of file AtlasStepperTests.cpp

Referenced by Acts::GaussianGridTrackDensity< mainGridSize, trkGridSize >::addTrack(), ALICEKF::ALICEKalmanFilter(), GFTrack::blowUpCovs(), BOOST_AUTO_TEST_CASE(), BOOST_DATA_TEST_CASE(), BOOST_DATA_TEST_CASE(), Acts::detail::boundState(), TpcSpaceChargeMatrixInversion::calculate_distortions(), ActsTransformations::calculateDCA(), ActsEvaluator::calculateDCA(), CbmRichRingFitterQa::CalculateFitErrors(), PndPidCandidate::Cov7(), genfit::Covariance3DToTMatrixDSym(), genfit::Covariance6DToTMatrixDSym(), ALICEKF::covIsPosDef(), Acts::detail::curvilinearState(), ActsExamples::HitSmearing::execute(), ActsExamples::DigitizationAlgorithm::execute(), ActsExamples::ParticleSmearing::execute(), GFAbsTrackRep::extrapolate(), CbmRichRingFitterQa::GenerateEllipse(), Acts::ImpactPointEstimator< input_track_t, propagator_t, propagator_options_t >::get3dVertexCompatibility(), genfit::RKTrackRep::get6DCov(), GFTools::getBiasedSmoothedCov(), GFKalman::getChi2Hit(), Acts::CovarianceTool::getCovariances(), ALICEKF::getEigenCov(), PHActsSiliconSeeding::getMvtxSpacePoints(), genfit::KalmanFitterInfo::getResidual(), GFTrack::getResiduals(), GFTools::getSmoothedCov(), PHActsTrkFitter::getSourceLinks(), PHActsInitialVertexFinder::getTrackPointers(), genfit::GFTrackToTrack(), PHGenFit::SpacepointMeasurement2::init(), PHGenFit::SpacepointMeasurement::init(), Acts::detail::visit_measurement_callable< I >::invoke(), isCovMatrix(), PHActsTrkFitter::loopTracks(), main(), make_params(), genfit::EventDisplay::makeLines(), makeParametersCurvilinearWithCovariance(), PHTpcResiduals::makeSourceLink(), PHActsSiliconSeeding::makeSpacePoint(), PHGenFitTrkFitter::MakeSvtxTrack(), PHG4TrackFastSim::MakeSvtxTrack(), B0TrackFastSim::MakeSvtxTrack(), PHActsVertexFitter::makeTrackParam(), PHActsTrackProjection::makeTrackParams(), PHTpcResiduals::makeTrackParams(), Acts::GaussianGridTrackDensity< mainGridSize, trkGridSize >::normal2D(), FairTrackParam::operator=(), PHGenFitTrkProp::OutputPHGenFitTrack(), genfit::MeasuredStateOnPlane::Print(), PHTpcTracker::Process(), PHSimpleVertexFinder::process_event(), PHGenFitTrackProjection::process_event(), PHG4TrackFastSim::process_event(), B0TrackFastSim::process_event(), GFKalman::processHit(), genfit::KalmanFitter::processTrackPartially(), genfit::KalmanFitter::processTrackPoint(), genfit::KalmanFitter::processTrackWithRep(), ActsExamples::CsvPlanarClusterReader::read(), readFile(), readSeedFile(), readTracksAndVertexCSV(), PHGenFitTrkFitter::ReFitTrack(), ALICEKF::repairCovariance(), Acts::PrimitivesView3DTest::run(), runTest(), genfit::MeasuredStateOnPlane::setCov(), HelixDCAFunc::setCovariance(), Acts::ParameterSet< parameter_indices_t, params...>::setCovariance(), LSLTrackRep::setData(), GFAbsTrackRep::setData(), PHActsTrkFitter::setDefaultCovariance(), genfit::RKTrackRep::setPosMomErr(), genfit::AbsMeasurement::setRawHitCov(), PHGenFit::SpacepointMeasurement::SpacepointMeasurement(), PHGenFit::SpacepointMeasurement2::SpacepointMeasurement2(), Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::State::State(), Acts::EventDataView3DTest::testBoundTrackParameters(), Acts::EventDataView3DTest::testMultiTrajectory(), PHGenFitTrkProp::TrackPropPatRec(), PHRaveVertexing::TranslateSvtxToGenFitTrack(), PHGenFit2::Track::updateOneMeasurementKalman(), PHGenFit::Track::updateOneMeasurementKalman(), PHG4TrackFastSim::VertexMeasurement(), B0TrackFastSim::VertexMeasurement(), Acts::visit_measurement(), ActsEvaluator::visitTrackStates(), genfit::WireMeasurementNew::WireMeasurementNew(), and ActsExamples::RootTrajectoryWriter::writeT().

ActsSymMatrixD< 1 > Acts::Test::cov1D

Definition at line 86 of file CombinatorialKalmanFilterTests.cpp.

View newest version in sPHENIX GitHub at line 86 of file CombinatorialKalmanFilterTests.cpp

Referenced by BOOST_AUTO_TEST_CASE(), and Acts::Test::MeasurementCreator::operator()().

auto Acts::Test::cSegmentation
Initial value:
=
std::make_shared<const CartesianSegmentation>(moduleBounds, nbinsx, nbinsy)

Definition at line 41 of file PlanarModuleStepperTests.cpp.

View newest version in sPHENIX GitHub at line 41 of file PlanarModuleStepperTests.cpp

Referenced by BOOST_AUTO_TEST_CASE().

auto Acts::Test::cSurface
Initial value:
=
Surface::makeShared<CylinderSurface>(Transform3D::Identity(), cCylinder)

Definition at line 126 of file PropagatorTests.cpp.

View newest version in sPHENIX GitHub at line 126 of file PropagatorTests.cpp

Referenced by BOOST_AUTO_TEST_CASE(), BOOST_DATA_TEST_CASE(), Acts::CylinderVolumeHelper::glueTrackingVolumes(), and Acts::CylinderVolumeBounds::orientedSurfaces().

bool Acts::Test::debug = true
bool Acts::Test::debugMode = false

Definition at line 61 of file DirectNavigatorTests.cpp.

View newest version in sPHENIX GitHub at line 61 of file DirectNavigatorTests.cpp

Referenced by BOOST_AUTO_TEST_CASE().

bool Acts::Test::debugModeBwd = false

Definition at line 70 of file MaterialCollectionTests.cpp.

View newest version in sPHENIX GitHub at line 70 of file MaterialCollectionTests.cpp

Referenced by runTest().

bool Acts::Test::debugModeBwdStep = false

Definition at line 72 of file MaterialCollectionTests.cpp.

View newest version in sPHENIX GitHub at line 72 of file MaterialCollectionTests.cpp

Referenced by runTest().

bool Acts::Test::debugModeFwd = false

Definition at line 69 of file MaterialCollectionTests.cpp.

View newest version in sPHENIX GitHub at line 69 of file MaterialCollectionTests.cpp

Referenced by runTest().

bool Acts::Test::debugModeFwdStep = false

Definition at line 71 of file MaterialCollectionTests.cpp.

View newest version in sPHENIX GitHub at line 71 of file MaterialCollectionTests.cpp

Referenced by runTest().

constexpr unsigned int Acts::Test::dim = 2

Definition at line 26 of file InterpolatedMaterialMapTests.cpp.

View newest version in sPHENIX GitHub at line 26 of file InterpolatedMaterialMapTests.cpp

Referenced by EicGeoParData::AddLogicalVolumeGroup(), EtmPolygonGroup::AddPolygon(), EicGeoParData::AreNeighbours(), EicToyModel::Band(), BeastMagneticField::BeastMagneticField(), genfit::MeasuredStateOnPlane::blowUpCov(), BOOST_AUTO_TEST_CASE(), EtmDetector::BuildCADmodel(), checkCloseCovariance(), genfit::KalmanFitterInfo::checkConsistency(), nanoflann::KDTreeSingleIndexAdaptor< nanoflann::L2_Simple_Adaptor< double, kdfinder::KDPointCloud< double > >, kdfinder::KDPointCloud< double >, 3 >::computeBoundingBox(), nanoflann::KDTreeSingleIndexAdaptor< nanoflann::L2_Simple_Adaptor< double, kdfinder::KDPointCloud< double > >, kdfinder::KDPointCloud< double >, 3 >::computeInitialDistances(), genfit::GblFitter::constructGblInfo(), Smear::Acceptance::CustomCut::Contains(), convert_cell_list_to_mgrid(), Mgrid::cookSequentialFastInterpolation(), Mgrid::cookSequentialHighFitting(), create_element(), CreateBoundaryLayer(), CreateBoundaryLayerDivide(), CreateKnots(), nanoflann::KDTreeSingleIndexAdaptor< nanoflann::L2_Simple_Adaptor< double, kdfinder::KDPointCloud< double > >, kdfinder::KDPointCloud< double >, 3 >::divideTree(), EicToyModel::DrawAxisTicks(), EtmPolygonGroup::DrawPolygon(), EicToyModel::DrawPolygon(), EicHtcHit::EicHtcHit(), EicStlKey::EicStlKey(), genfit::eigenMatrixToRootMatrixSym(), GeaneTrackRep::extrapolateToPoint(), LSLTrackRep::extrapolateToPoint(), fill_lower_triangle(), MgridInterpolation::fillOkArray(), fillTrackState(), nanoflann::KDTreeSingleIndexAdaptor< nanoflann::L2_Simple_Adaptor< double, kdfinder::KDPointCloud< double > >, kdfinder::KDPointCloud< double >, 3 >::findNeighbors(), FindNewBoundaries(), FindPeriodicNodes(), genfit::KalmanFitterRefTrack::fitTrack(), genfit::GblFitterInfo::GblFitterInfo(), mesh_t::getDim(), EicToyModel::GetIntersection(), GFTrack::getResiduals(), PndGeoHandling::GetSensorDimensionsPath(), ImportMeshDefinition(), EicBeamLineElementMap::Initialize(), Mgrid::initializeAsSingleMgrid(), HtcKalmanFilter::InitializeMgridSlice(), InlineParameters(), mesh_t::isUndefined(), nanoflann::KDTreeSingleIndexAdaptor< nanoflann::L2_Simple_Adaptor< double, kdfinder::KDPointCloud< double > >, kdfinder::KDPointCloud< double >, 3 >::KDTreeSingleIndexAdaptor(), mesh_t::load(), LoadCGsimMesh(), LoadComsolMesh(), LoadElmergrid(), LoadFidapInput(), LoadGidInput(), LoadGmshInput1(), LoadGmshInput2(), nanoflann::KDTreeSingleIndexAdaptor< nanoflann::L2_Simple_Adaptor< double, kdfinder::KDPointCloud< double > >, kdfinder::KDPointCloud< double >, 3 >::loadIndex(), LoadMeditInput(), LoadTriangleInput(), LoadUniversalMesh(), Acts::make_octree(), nanoflann::KDTreeSingleIndexAdaptor< nanoflann::L2_Simple_Adaptor< double, kdfinder::KDPointCloud< double > >, kdfinder::KDPointCloud< double >, 3 >::middleSplit_(), Mgrid::multiAddrToLinear(), EtmDetector::PlaceG4Volume(), genfit::KalmanFitterRefTrack::processTrackPoint(), genfit::KalmanFitterRefTrack::processTrackPointSqrt(), genfit::GFGbl::processTrackWithRep(), ReorderFidapNodes(), ResolutionLevelPattern::ResolutionLevelPattern(), genfit::rootMatrixSymToEigenMatrix(), genfit::rootVectorToEigenVector(), SaveElmergrid(), nanoflann::KDTreeSingleIndexAdaptor< nanoflann::L2_Simple_Adaptor< double, kdfinder::KDPointCloud< double > >, kdfinder::KDPointCloud< double >, 3 >::saveIndex(), nanoflann::KDTreeSingleIndexAdaptor< nanoflann::L2_Simple_Adaptor< double, kdfinder::KDPointCloud< double > >, kdfinder::KDPointCloud< double >, 3 >::searchLevel(), PHG4Reco::set_field_map(), mesh_t::setDefaults(), mesh_t::setDim(), simulation(), SensitiveVolume::TrackToHitDistance(), nanoflann::KDTreeSingleIndexAdaptor< nanoflann::L2_Simple_Adaptor< double, kdfinder::KDPointCloud< double > >, kdfinder::KDPointCloud< double >, 3 >::veclen(), and Acts::visit_measurement().

DirectNavigator Acts::Test::dnavigator

Definition at line 44 of file DirectNavigatorTests.cpp.

View newest version in sPHENIX GitHub at line 44 of file DirectNavigatorTests.cpp

Stepper Acts::Test::dstepper(bField)
double Acts::Test::dX

Definition at line 171 of file KalmanFitterTests.cpp.

View newest version in sPHENIX GitHub at line 171 of file KalmanFitterTests.cpp

Referenced by kdfinder::CircleFit< T >::CircleFitByChernovHoussam().

static constexpr auto Acts::Test::eps = 1.0f / 255u

Definition at line 19 of file MaterialCompositionTests.cpp.

View newest version in sPHENIX GitHub at line 19 of file MaterialCompositionTests.cpp

Referenced by BOOST_AUTO_TEST_CASE(), and Acts::Test::CubicTrackingGeometry::operator()().

EigenStepperType Acts::Test::estepper ( bField  )
BinningData Acts::Test::etaData_eq(open, binEta, 5,-2.5, 2.5)

Referenced by BOOST_AUTO_TEST_CASE().

GeometryContext Acts::Test::geoContext = GeometryContext()

Definition at line 41 of file AdaptiveMultiVertexFinderTests.cpp.

View newest version in sPHENIX GitHub at line 41 of file AdaptiveMultiVertexFinderTests.cpp

Referenced by BOOST_AUTO_TEST_CASE(), materialMappingExample(), and Acts::AtlasStepper< bfield_t >::State::State().

double Acts::Test::halfX = 5_mm
double Acts::Test::halfY = 10_mm
BinningData Acts::Test::hData_eq(open, binH, 5, 0., 10.)
double Acts::Test::hThickness = 75_um

Definition at line 29 of file CartesianSegmentationTests.cpp.

View newest version in sPHENIX GitHub at line 29 of file CartesianSegmentationTests.cpp

Referenced by BOOST_AUTO_TEST_CASE(), and BOOST_DATA_TEST_CASE().

auto Acts::Test::hVolume
double Acts::Test::hx {10.}

Definition at line 23 of file CuboidVolumeBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 23 of file CuboidVolumeBoundsTests.cpp

Referenced by BOOST_AUTO_TEST_CASE(), CbmRichRingFitterCircle::DoFit(), and CbmRichRingFitterQa::GenerateEllipse().

double Acts::Test::hy {20.}
double Acts::Test::iiv_surfaceR = 25_mm

Definition at line 42 of file TrackingGeometryClosureTests.cpp.

View newest version in sPHENIX GitHub at line 42 of file TrackingGeometryClosureTests.cpp

double Acts::Test::iiv_volumeR
Initial value:

Definition at line 43 of file TrackingGeometryClosureTests.cpp.

View newest version in sPHENIX GitHub at line 43 of file TrackingGeometryClosureTests.cpp

auto Acts::Test::iiVolume
Initial value:

inner inner volume

Definition at line 52 of file TrackingGeometryClosureTests.cpp.

View newest version in sPHENIX GitHub at line 52 of file TrackingGeometryClosureTests.cpp

double Acts::Test::iov_surfaceR = 100_mm

inner outer volume defininitions

Definition at line 47 of file TrackingGeometryClosureTests.cpp.

View newest version in sPHENIX GitHub at line 47 of file TrackingGeometryClosureTests.cpp

double Acts::Test::iov_volumeR
Initial value:

Definition at line 48 of file TrackingGeometryClosureTests.cpp.

View newest version in sPHENIX GitHub at line 48 of file TrackingGeometryClosureTests.cpp

auto Acts::Test::ioVolume
Initial value:

inner outer volume

Definition at line 57 of file TrackingGeometryClosureTests.cpp.

View newest version in sPHENIX GitHub at line 57 of file TrackingGeometryClosureTests.cpp

double Acts::Test::iVlayerEnvelope = 0.5_mm

Definition at line 30 of file TrackingGeometryGeometryIdTests.cpp.

View newest version in sPHENIX GitHub at line 30 of file TrackingGeometryGeometryIdTests.cpp

auto Acts::Test::iVolume
Initial value:

the inner volume

inner volume

Definition at line 66 of file TrackingGeometryClosureTests.cpp.

View newest version in sPHENIX GitHub at line 66 of file TrackingGeometryClosureTests.cpp

Referenced by BOOST_AUTO_TEST_CASE(), and Acts::constructContainerVolume().

double Acts::Test::iVsurfaceHalfLengthZ = 50_mm

create three cylinder surfaces the surface radius (will also be the layer radius)

Definition at line 26 of file TrackingGeometryGeometryIdTests.cpp.

View newest version in sPHENIX GitHub at line 26 of file TrackingGeometryGeometryIdTests.cpp

double Acts::Test::iVsurfaceR = 25_mm

Definition at line 27 of file TrackingGeometryGeometryIdTests.cpp.

View newest version in sPHENIX GitHub at line 27 of file TrackingGeometryGeometryIdTests.cpp

double Acts::Test::iVsurfaceRstagger = 5_mm

Definition at line 28 of file TrackingGeometryGeometryIdTests.cpp.

View newest version in sPHENIX GitHub at line 28 of file TrackingGeometryGeometryIdTests.cpp

double Acts::Test::iVsurfaceZoverlap = 10_mm

Definition at line 29 of file TrackingGeometryGeometryIdTests.cpp.

View newest version in sPHENIX GitHub at line 29 of file TrackingGeometryGeometryIdTests.cpp

double Acts::Test::iVvolumeEnvelope = 10_mm

Definition at line 31 of file TrackingGeometryGeometryIdTests.cpp.

View newest version in sPHENIX GitHub at line 31 of file TrackingGeometryGeometryIdTests.cpp

double Acts::Test::iVvolumeR
Initial value:

Definition at line 32 of file TrackingGeometryGeometryIdTests.cpp.

View newest version in sPHENIX GitHub at line 32 of file TrackingGeometryGeometryIdTests.cpp

double Acts::Test::lAngle = 0.1

Definition at line 30 of file CartesianSegmentationTests.cpp.

View newest version in sPHENIX GitHub at line 30 of file CartesianSegmentationTests.cpp

Referenced by BOOST_AUTO_TEST_CASE().

double Acts::Test::layerEnvelope = 0.5_mm

Definition at line 38 of file TrackingGeometryClosureTests.cpp.

View newest version in sPHENIX GitHub at line 38 of file TrackingGeometryClosureTests.cpp

const MagneticFieldContext Acts::Test::magCtx
static
MagneticFieldContext Acts::Test::magFieldContext = MagneticFieldContext()

Definition at line 42 of file AdaptiveMultiVertexFinderTests.cpp.

View newest version in sPHENIX GitHub at line 42 of file AdaptiveMultiVertexFinderTests.cpp

Referenced by BOOST_AUTO_TEST_CASE(), and main().

const ConstantBField Acts::Test::magneticField(Vector3D(0.1_T,-0.2_T, 2_T))
static

Referenced by BOOST_AUTO_TEST_CASE().

std::vector<float> Acts::Test::main_sstr = {0., 3., 4., 5.}

additive

Definition at line 81 of file BinningDataTests.cpp.

View newest version in sPHENIX GitHub at line 81 of file BinningDataTests.cpp

double Acts::Test::maxPhi = 1.33970

Definition at line 31 of file AnnulusBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 31 of file AnnulusBoundsTests.cpp

Referenced by Acts::adjustBinUtility(), BOOST_AUTO_TEST_CASE(), Acts::SurfaceArrayCreator::createVariableAxis(), and main().

double Acts::Test::maxRadius = 12.0

Definition at line 29 of file AnnulusBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 29 of file AnnulusBoundsTests.cpp

Referenced by BOOST_AUTO_TEST_CASE(), GemGeoParData::ConstructGeometry(), and main().

auto Acts::Test::mCylinder = std::make_shared<CylinderBounds>(10_mm, 1000_mm)

Definition at line 122 of file PropagatorTests.cpp.

View newest version in sPHENIX GitHub at line 122 of file PropagatorTests.cpp

MagneticFieldContext Acts::Test::mfContext = MagneticFieldContext()

Definition at line 15 of file TrackingVolumeTests.cpp.

View newest version in sPHENIX GitHub at line 15 of file TrackingVolumeTests.cpp

Referenced by BOOST_AUTO_TEST_CASE(), and testInterfaceConsistency().

double Acts::Test::minRadius = 7.2

Definition at line 28 of file AnnulusBoundsTests.cpp.

View newest version in sPHENIX GitHub at line 28 of file AnnulusBoundsTests.cpp

Referenced by BOOST_AUTO_TEST_CASE(), GemGeoParData::ConstructGeometry(), create_element(), and main().

auto Acts::Test::mSurface
Initial value:
=
Surface::makeShared<CylinderSurface>(Transform3D::Identity(), mCylinder)

Definition at line 123 of file PropagatorTests.cpp.

View newest version in sPHENIX GitHub at line 123 of file PropagatorTests.cpp

Referenced by BOOST_DATA_TEST_CASE(), and Acts::xmlToProtoSurfaceMaterial().

Navigator Acts::Test::navigatorES(tGeometry)
Navigator Acts::Test::navigatorSL(tGeometry)
size_t Acts::Test::nBins_binary = 59

Definition at line 67 of file BinningDataTests.cpp.

View newest version in sPHENIX GitHub at line 67 of file BinningDataTests.cpp

Referenced by BOOST_AUTO_TEST_CASE().

size_t Acts::Test::nbinsx = 100

Definition at line 27 of file CartesianSegmentationTests.cpp.

View newest version in sPHENIX GitHub at line 27 of file CartesianSegmentationTests.cpp

Referenced by BOOST_AUTO_TEST_CASE(), and KaonIDStudy().

size_t Acts::Test::nbinsy = 200

Definition at line 28 of file CartesianSegmentationTests.cpp.

View newest version in sPHENIX GitHub at line 28 of file CartesianSegmentationTests.cpp

Referenced by BOOST_AUTO_TEST_CASE().

DigitizationModule Acts::Test::ndModule(cSegmentation, hThickness,-1, lAngle, 0., true)
std::vector<std::string> Acts::Test::notAllowedAxes = {"YZ*", "ZX*", "ZY*"}

Definition at line 44 of file TGeoTubeConversionTests.cpp.

View newest version in sPHENIX GitHub at line 44 of file TGeoTubeConversionTests.cpp

Referenced by BOOST_AUTO_TEST_CASE().

unsigned int Acts::Test::nrepts = 2000

Definition at line 35 of file SurfaceIntersectionBenchmark.cpp.

View newest version in sPHENIX GitHub at line 35 of file SurfaceIntersectionBenchmark.cpp

Referenced by intersectionTest().

size_t Acts::Test::ntests = 10

Definition at line 34 of file SurfaceIntersectionBenchmark.cpp.

View newest version in sPHENIX GitHub at line 34 of file SurfaceIntersectionBenchmark.cpp

double Acts::Test::ov_surfaceR = 150_mm

Definition at line 70 of file TrackingGeometryClosureTests.cpp.

View newest version in sPHENIX GitHub at line 70 of file TrackingGeometryClosureTests.cpp

double Acts::Test::ov_volumeR
Initial value:

Definition at line 71 of file TrackingGeometryClosureTests.cpp.

View newest version in sPHENIX GitHub at line 71 of file TrackingGeometryClosureTests.cpp

double Acts::Test::oversteppingMaxStepSize = 1_mm

Definition at line 64 of file DirectNavigatorTests.cpp.

View newest version in sPHENIX GitHub at line 64 of file DirectNavigatorTests.cpp

Referenced by runTest().

bool Acts::Test::oversteppingTest = false

Definition at line 63 of file DirectNavigatorTests.cpp.

View newest version in sPHENIX GitHub at line 63 of file DirectNavigatorTests.cpp

Referenced by runTest().

double Acts::Test::oVlayerEnvelope = 0.5_mm

Definition at line 40 of file TrackingGeometryGeometryIdTests.cpp.

View newest version in sPHENIX GitHub at line 40 of file TrackingGeometryGeometryIdTests.cpp

auto Acts::Test::oVolume
Initial value:

inner outer volume

outer volume

Definition at line 75 of file TrackingGeometryClosureTests.cpp.

View newest version in sPHENIX GitHub at line 75 of file TrackingGeometryClosureTests.cpp

Referenced by BOOST_AUTO_TEST_CASE(), and Acts::constructContainerVolume().

double Acts::Test::oVsurfaceHalfLengthZ = 50_mm

the surface radius (will also be the layer radius)

Definition at line 36 of file TrackingGeometryGeometryIdTests.cpp.

View newest version in sPHENIX GitHub at line 36 of file TrackingGeometryGeometryIdTests.cpp

double Acts::Test::oVsurfaceR = 100_mm

Definition at line 37 of file TrackingGeometryGeometryIdTests.cpp.

View newest version in sPHENIX GitHub at line 37 of file TrackingGeometryGeometryIdTests.cpp

double Acts::Test::oVsurfaceRstagger = 5_mm

Definition at line 38 of file TrackingGeometryGeometryIdTests.cpp.

View newest version in sPHENIX GitHub at line 38 of file TrackingGeometryGeometryIdTests.cpp

double Acts::Test::oVsurfaceZoverlap = 10_mm

Definition at line 39 of file TrackingGeometryGeometryIdTests.cpp.

View newest version in sPHENIX GitHub at line 39 of file TrackingGeometryGeometryIdTests.cpp

double Acts::Test::oVvolumeEnvelope = 10_mm

Definition at line 41 of file TrackingGeometryGeometryIdTests.cpp.

View newest version in sPHENIX GitHub at line 41 of file TrackingGeometryGeometryIdTests.cpp

double Acts::Test::oVvolumeHalfZ
Initial value:

Definition at line 95 of file TrackingGeometryGeometryIdTests.cpp.

View newest version in sPHENIX GitHub at line 95 of file TrackingGeometryGeometryIdTests.cpp

double Acts::Test::oVvolumeR
Initial value:

Definition at line 42 of file TrackingGeometryGeometryIdTests.cpp.

View newest version in sPHENIX GitHub at line 42 of file TrackingGeometryGeometryIdTests.cpp

DigitizationModule Acts::Test::pdModule(cSegmentation, hThickness, 1, lAngle, 0., true)
BinningData Acts::Test::phiData_arb(closed, binPhi, phiValues)

Referenced by BOOST_AUTO_TEST_CASE().

BinningData Acts::Test::phiData_eq(closed, binPhi, 5,-M_PI, M_PI)

Referenced by BOOST_AUTO_TEST_CASE().

double Acts::Test::phiDelta = 0.1064

Definition at line 71 of file BinningDataTests.cpp.

View newest version in sPHENIX GitHub at line 71 of file BinningDataTests.cpp

Referenced by BOOST_AUTO_TEST_CASE().

std::vector<float> Acts::Test::phiValues = {-M_PI, -2., -1., 1., 2., M_PI}

Definition at line 62 of file BinningDataTests.cpp.

View newest version in sPHENIX GitHub at line 62 of file BinningDataTests.cpp

Referenced by Acts::GeometryView3D::drawSurfaceArray().

PlanarModuleStepper Acts::Test::pmStepper

The Planar module stepper.

Definition at line 53 of file PlanarModuleStepperTests.cpp.

View newest version in sPHENIX GitHub at line 53 of file PlanarModuleStepperTests.cpp

Referenced by BOOST_DATA_TEST_CASE().

Vector3D Acts::Test::pos = pos4.segment<3>(ePos0)
static
auto Acts::Test::rb = std::make_shared<RectangleBounds>(1_m, 1_m)

Definition at line 51 of file SurfaceIntersectionBenchmark.cpp.

View newest version in sPHENIX GitHub at line 51 of file SurfaceIntersectionBenchmark.cpp

Referenced by AnnularFieldSim::add_testcharge(), and Acts::Legacy::AtlasSeedfinder< SpacePoint >::production3Sp().

BinningData Acts::Test::rData_eq(open, binR, 10, 0., 10.)

Referenced by BOOST_AUTO_TEST_CASE().

bool Acts::Test::referenceTiming = false

Definition at line 62 of file DirectNavigatorTests.cpp.

View newest version in sPHENIX GitHub at line 62 of file DirectNavigatorTests.cpp

Referenced by runTest().

RootGeometry Acts::Test::rGeometry = RootGeometry()

Definition at line 35 of file TGeoLayerBuilderTests.cpp.

View newest version in sPHENIX GitHub at line 35 of file TGeoLayerBuilderTests.cpp

BinningData Acts::Test::rPhiData_eq(closed, binRPhi, 5,-M_PI, M_PI)
double Acts::Test::sguardX = 2 * hThickness * abs(tanAlpha)

Definition at line 37 of file PlanarModuleStepperTests.cpp.

View newest version in sPHENIX GitHub at line 37 of file PlanarModuleStepperTests.cpp

template<typename P , typename S , typename... As>
constexpr bool Acts::Test::signature_check
Initial value:
=
detail::all_of_v<Concepts ::abort_condition_signature_check_v<As, P, S>...>

Definition at line 210 of file AbortListTests.cpp.

View newest version in sPHENIX GitHub at line 210 of file AbortListTests.cpp

Referenced by BOOST_AUTO_TEST_CASE().

StraightLineStepper Acts::Test::slstepper

Definition at line 64 of file MaterialCollectionTests.cpp.

View newest version in sPHENIX GitHub at line 64 of file MaterialCollectionTests.cpp

template<typename T >
constexpr bool Acts::Test::SomeConcept
Initial value:
=
require<has_method<T, double, foo_method_t, double, int>,
has_method<const T, bool, bar_method_t, double&&>,
has_member<T, member_t, bool>, exists<nested_t, T>,
exists<meta_t, T>>

Definition at line 180 of file TypeTraitsTest.cpp.

View newest version in sPHENIX GitHub at line 180 of file TypeTraitsTest.cpp

std::vector<float> Acts::Test::sstr = {0., 1., 1.5, 2., 3.}

Definition at line 74 of file BinningDataTests.cpp.

View newest version in sPHENIX GitHub at line 74 of file BinningDataTests.cpp

constexpr auto Acts::Test::stepSize = 10_mm
static
std::vector<std::unique_ptr<const Surface> > Acts::Test::stepState

Definition at line 45 of file ExtrapolatorTests.cpp.

View newest version in sPHENIX GitHub at line 45 of file ExtrapolatorTests.cpp

const Surface* Acts::Test::sur

Definition at line 173 of file KalmanFitterTests.cpp.

View newest version in sPHENIX GitHub at line 173 of file KalmanFitterTests.cpp

double Acts::Test::surfaceHalfLengthZ = 50_mm

we test a two-level hierarchy every deeper level hierarchy is a a derivate of this

WorldVolume with volumeID == 1

  • InnerVolume with volumeID == 2 – InnerInnerVolume with volumeID == 3 – InnerOuterVolume with volumeID == 4
  • OuterVolume with volumeID == 5

Definition at line 35 of file TrackingGeometryClosureTests.cpp.

View newest version in sPHENIX GitHub at line 35 of file TrackingGeometryClosureTests.cpp

Referenced by Acts::constructCylinderVolume().

double Acts::Test::surfaceRstagger = 5_mm

Definition at line 36 of file TrackingGeometryClosureTests.cpp.

View newest version in sPHENIX GitHub at line 36 of file TrackingGeometryClosureTests.cpp

Referenced by Acts::constructCylinderVolume().

double Acts::Test::surfaceZoverlap = 10_mm

Definition at line 37 of file TrackingGeometryClosureTests.cpp.

View newest version in sPHENIX GitHub at line 37 of file TrackingGeometryClosureTests.cpp

double Acts::Test::tanAlpha = tan(lAngle)

Definition at line 36 of file PlanarModuleStepperTests.cpp.

View newest version in sPHENIX GitHub at line 36 of file PlanarModuleStepperTests.cpp

Referenced by Acts::ConeVolumeBounds::ConeVolumeBounds().

GeometryContext Acts::Test::testContext = GeometryContext()

Definition at line 30 of file CylinderSurfaceTests.cpp.

View newest version in sPHENIX GitHub at line 30 of file CylinderSurfaceTests.cpp

Referenced by BOOST_AUTO_TEST_CASE().

const bool Acts::Test::testCylinder = true

Definition at line 39 of file SurfaceIntersectionBenchmark.cpp.

View newest version in sPHENIX GitHub at line 39 of file SurfaceIntersectionBenchmark.cpp

Referenced by BOOST_DATA_TEST_CASE().

const bool Acts::Test::testDisc = true

Definition at line 38 of file SurfaceIntersectionBenchmark.cpp.

View newest version in sPHENIX GitHub at line 38 of file SurfaceIntersectionBenchmark.cpp

Referenced by BOOST_DATA_TEST_CASE().

std::vector<std::tuple<std::string, bool, unsigned int> > Acts::Test::testModes
Initial value:
= {
{"", false, 72}, {"Triangulate", true, 72}, {"Extremas", false, 1}}

Definition at line 64 of file PolyhedronSurfacesTests.cpp.

View newest version in sPHENIX GitHub at line 64 of file PolyhedronSurfacesTests.cpp

Referenced by BOOST_AUTO_TEST_CASE().

std::vector<DigitizationModule> Acts::Test::testModules
Initial value:
= {std::move(pdModule),
std::move(ndModule)}

Definition at line 49 of file PlanarModuleStepperTests.cpp.

View newest version in sPHENIX GitHub at line 49 of file PlanarModuleStepperTests.cpp

Referenced by BOOST_DATA_TEST_CASE().

const bool Acts::Test::testPlane = true

Definition at line 37 of file SurfaceIntersectionBenchmark.cpp.

View newest version in sPHENIX GitHub at line 37 of file SurfaceIntersectionBenchmark.cpp

Referenced by BOOST_DATA_TEST_CASE().

const bool Acts::Test::testStraw = true

Definition at line 40 of file SurfaceIntersectionBenchmark.cpp.

View newest version in sPHENIX GitHub at line 40 of file SurfaceIntersectionBenchmark.cpp

Referenced by BOOST_DATA_TEST_CASE().

auto Acts::Test::tGeometry = cGeometry()

Definition at line 40 of file DirectNavigatorTests.cpp.

View newest version in sPHENIX GitHub at line 40 of file DirectNavigatorTests.cpp

Referenced by BOOST_AUTO_TEST_CASE(), materialMappingExample(), processGeometry(), propagationExample(), and PHHybridSeeding::Setup().

const auto Acts::Test::time = pos4[eTime]
static

Definition at line 58 of file AtlasStepperTests.cpp.

View newest version in sPHENIX GitHub at line 58 of file AtlasStepperTests.cpp

Referenced by BOOST_AUTO_TEST_CASE(), BOOST_DATA_TEST_CASE(), BOOST_DATA_TEST_CASE(), FairGeoInterface::connectOutput(), consistencyCheck(), FairMCStack::Exec(), testEventiterator::getNextEvent(), FairLogger::GetTime(), ValTimeStamp::GetZoneOffset(), main(), Mgrid::Mgrid(), Acts::Logging::TimedOutputDecorator::now(), PHTimeStamp::PHTimeStamp(), ospEvent::prepare_next(), oEvent::prepare_next(), printCompilerInfo(), HepMCNodeReader::process_event(), CbmRich::ProcessHits(), RawTowerv1::RawTowerv1(), RawTowerZDCv1::RawTowerZDCv1(), ActsExamples::CsvPlanarClusterReader::read(), Stopwatch::ResetCpuTime(), Stopwatch::ResetRealTime(), erhic::Pythia6::Run(), FairEventManagerEditor::SelectEvent(), ValTimeStamp::Set(), FairEventHeader::SetEventTime(), Acts::Vertex< input_track_t >::setPosition(), CbmMCEpoch::SetStartTime(), FairMCPoint::SetTime(), Acts::Vertex< input_track_t >::setTime(), genfit::RKTrackRep::setTime(), genfit::TrackCand::setTime6DSeed(), genfit::TrackCand::setTime6DSeedAndPdgCode(), genfit::TrackCand::setTimePosMomSeed(), genfit::TrackCand::setTimePosMomSeedAndPdgCode(), genfit::Track::setTimeSeed(), genfit::TrackCand::setTimeSeed(), PHTimeStamp::setToSystemTime(), ActsExamples::HepMC3Event::shiftPositionTo(), erhic::Forester::Status::StartTimer(), erhic::Forester::Status::Status(), erhic::Forester::Status::StopTimer(), testEventiterator::testEventiterator(), ValValidate::TestTimeStamp(), ActsExamples::HepMC3Vertex::time(), Acts::detail::transformFreeToBoundParameters(), Acts::detail::transformFreeToCurvilinearParameters(), Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::update(), Acts::AtlasStepper< bfield_t >::update(), update_process(), PHParametersContainer::WriteToFile(), PdbParameterMapContainer::WriteToFile(), and PHParameters::WriteToFile().

const std::string Acts::Test::toolString = "AMVF"

Definition at line 44 of file AdaptiveMultiVertexFinderTests.cpp.

View newest version in sPHENIX GitHub at line 44 of file AdaptiveMultiVertexFinderTests.cpp

Referenced by BOOST_AUTO_TEST_CASE().

auto Acts::Test::transform = std::make_shared<Transform3D>(Transform3D::Identity())

Definition at line 67 of file PolyhedronSurfacesTests.cpp.

View newest version in sPHENIX GitHub at line 67 of file PolyhedronSurfacesTests.cpp

Referenced by ALICEKF::ALICEKalmanFilter(), Acts::Surface::alignmentToBoundDerivative(), Acts::LineSurface::alignmentToPathDerivative(), Acts::Surface::alignmentToPathDerivative(), BOOST_AUTO_TEST_CASE(), Acts::detail::Test::BOOST_AUTO_TEST_CASE(), BOOST_DATA_TEST_CASE(), BOOST_FIXTURE_TEST_CASE(), Acts::GenericCuboidVolumeBounds::boundingBox(), Acts::TrapezoidVolumeBounds::boundingBox(), Acts::Surface::center(), Acts::DD4hepLayerBuilder::centralLayers(), Acts::DD4hepVolumeBuilder::centralVolumes(), Acts::CylinderVolumeHelper::createCylinderLayer(), Acts::CylinderVolumeHelper::createDiscLayer(), Acts::EventDataView3D::createEllipse(), Acts::SurfaceArrayCreator::createEquidistantAxis(), PHCASeeding::CreateLinks(), Acts::detail::VerticesHelper::createSegment(), Acts::SurfaceArrayCreator::createVariableAxis(), Acts::TGeoSurfaceConverter::cylinderComponents(), Acts::TGeoSurfaceConverter::discComponents(), Acts::GeometryView3D::drawVolume(), Acts::DD4hepLayerBuilder::endcapLayers(), ExitWindowV2::ExitWindowV2(), Acts::Polyhedron::extent(), Acts::IVisualization3D::face(), Acts::ObjVisualization3D< T >::faces(), nlohmann::detail::from_json(), nlohmann::detail::from_json_array_impl(), ALICEKF::GetCircleClusterResiduals(), ALICEKF::GetLineClusterResiduals(), PHActsInitialVertexFinder::getTrackPointers(), Acts::PlaneSurface::globalToLocal(), Acts::ConeSurface::globalToLocal(), Acts::CylinderSurface::globalToLocal(), Acts::LineSurface::globalToLocal(), Acts::CylinderVolumeHelper::glueTrackingVolumes(), SvtxClusterEval::gtrackid_and_layer_by_nhit(), hijfst_control(), Acts::Volume::inside(), Acts::ConeSurface::intersect(), Acts::PlaneSurface::intersect(), Acts::CylinderSurface::intersect(), Acts::LineSurface::intersect(), Acts::ConeSurface::intersectionSolver(), Acts::JsonGeometryConverter::jsonToTransform(), Acts::ConeSurface::localCartesianToBoundLocalDerivative(), Acts::CylinderSurface::localCartesianToBoundLocalDerivative(), Acts::LineSurface::localCartesianToBoundLocalDerivative(), Acts::PlaneSurface::localToGlobal(), Acts::ConeSurface::localToGlobal(), Acts::CylinderSurface::localToGlobal(), Acts::LineSurface::localToGlobal(), main(), PHActsTrackProjection::makeCaloSurfacePtrs(), PHActsSiliconSeeding::matchInttClusters(), Acts::Polyhedron::merge(), DecayFinder::multiplyVectorByScalarAndSort(), ActsExamples::Contextual::AlignedDetectorElement::nominalTransform(), Acts::LineSurface::normal(), Acts::PlaneSurface::normal(), Acts::ConeSurface::normal(), Acts::CylinderSurface::normal(), Acts::CutoutCylinderVolumeBounds::orientedSurfaces(), Acts::ConeVolumeBounds::orientedSurfaces(), Acts::CylinderVolumeBounds::orientedSurfaces(), Acts::ConeSurface::pathCorrection(), G4GDMLReadStructure::PhysvolRead(), Acts::TGeoSurfaceConverter::planeComponents(), Acts::PerigeeSurface::polyhedronRepresentation(), Acts::StrawSurface::polyhedronRepresentation(), Acts::PlaneSurface::polyhedronRepresentation(), Acts::ConeSurface::polyhedronRepresentation(), Acts::CylinderSurface::polyhedronRepresentation(), PHRTreeSeeding::Process(), PHSimpleKFProp::PropagateTrack(), PHPythia6::ReadConfig(), PHParameters::ReadFromDB(), PHParameters::ReadFromFile(), SvtxClusterEval::reco_cluster_from_truth_cluster(), Acts::LineSurface::referenceFrame(), Acts::Surface::referenceFrame(), Acts::AtlasStepper< bfield_t >::resetState(), Acts::ConeSurface::rotSymmetryAxis(), Acts::CylinderSurface::rotSymmetryAxis(), Acts::TGeoParser::select(), Acts::AtlasStepper< bfield_t >::State::State(), Acts::SurfaceArrayCreator::surfaceArrayOnCylinder(), Acts::SurfaceArrayCreator::surfaceArrayOnDisc(), Acts::SurfaceArrayCreator::surfaceArrayOnPlane(), Acts::EventDataView3DTest::testMultiTrajectory(), Acts::Surface::toStream(), ActsExamples::Contextual::PayloadDetectorElement::transform(), Acts::AxisAlignedBoundingBox< entity_t, value_t, DIM >::wrap(), PHParametersContainer::WriteToDB(), PHParameters::WriteToDB(), PHParametersContainer::WriteToFile(), PdbParameterMapContainer::WriteToFile(), and PHParameters::WriteToFile().

const Vector3D Acts::Test::unitDir = Vector3D(-2, 2, 1).normalized()
static

Definition at line 59 of file AtlasStepperTests.cpp.

View newest version in sPHENIX GitHub at line 59 of file AtlasStepperTests.cpp

Referenced by BOOST_AUTO_TEST_CASE().

double Acts::Test::valueMin = 0.

Definition at line 68 of file BinningDataTests.cpp.

View newest version in sPHENIX GitHub at line 68 of file BinningDataTests.cpp

Referenced by BOOST_AUTO_TEST_CASE().

auto Acts::Test::volume
Initial value:

the inner volume

Definition at line 80 of file TrackingGeometryClosureTests.cpp.

View newest version in sPHENIX GitHub at line 80 of file TrackingGeometryClosureTests.cpp

Referenced by SvtxTrack_FastSim_v1::add_g4hit_id(), SvtxTrack_FastSim_v2::add_g4hit_id(), PHG4Showerv1::add_g4hit_id(), FairModule::AddSensitiveVolume(), Acts::CylinderVolumeBuilder::analyzeContent(), EicCadWizard::AssembleRootFiles(), Acts::BoundarySurfaceT< volume_t >::attachVolume(), HelixHough::attemptClusterMerge(), BOOST_AUTO_TEST_CASE(), KFParticle_Tools::calculateEllipsoidVolume(), EicGeoMap::CalculateMappingTableSignature(), tetgenmesh::carveholes(), G4EicDircStackingAction::ClassifyNewTrack(), CbmRich::ConstructAsciiGeometry(), Acts::constructCylinderVolume(), CbmRich::ConstructGdmlGeometry(), EicDetector::ConstructGeometry(), PHG4EPDDetector::ConstructMe(), FairModule::ConstructRootGeometry(), EicHtcTask::DeclareSensitiveVolumes(), Acts::MaterialWiper::decorate(), Acts::JsonMaterialDecorator::decorate(), ActsExamples::RootMaterialDecorator::decorate(), genfit::EventDisplay::drawEvent(), Acts::GeometryHierarchyMapJsonConverter< value_t >::encodeIdentifier(), PHG4OuterHcalSteppingAction::FieldChecker(), EicGeoParData::FinalizeOutput(), tetgenmesh::flip23(), tetgenmesh::flip32(), CbmRich::GetGasVolume(), tetgenmesh::getpointmeshsize(), G4GDMLReadStructure::GetWorldVolume(), EicEventManager::Init(), tetgenmesh::insertpoint(), EicRootDetector::IsInDetector(), tetgenio::load_vol(), HelixHough::makeClusters(), makeId(), Acts::GeometryHierarchyMap< SourceLinkSelectorCuts >::makeLeadingLevelsMask(), PHG4EPDDetector::module_id_for(), Acts::MaterialInteractor::operator()(), Cell::ProcessHits(), FairModule::ProcessNodes(), tetgenmesh::reconstructmesh(), SvtxTrack_FastSim_v1::remove_g4hit_id(), SvtxTrack_FastSim_v2::remove_g4hit_id(), PHG4Showerv1::remove_g4hit_id(), ActsExamples::selectLayer(), ActsExamples::selectVolume(), SensitiveVolume::SensitiveVolume(), PHG4Showerv1::set_edep(), PHG4Showerv1::set_eh_ratio(), PHG4Showerv1::set_eion(), PHG4Showerv1::set_light_yield(), PHG4Showerv1::set_nhits(), setColors(), tetgenmesh::tetaspectratio(), Acts::CuboidVolumeBuilder::trackingVolume(), Acts::CylinderVolumeBuilder::trackingVolume(), Acts::MultiTrajectoryHelpers::trajectoryState(), PHG4FPbScSteppingAction::UserSteppingAction(), PHG4FCalSteppingAction::UserSteppingAction(), PHG4SectorSteppingAction::UserSteppingAction(), PHG4ConeSteppingAction::UserSteppingAction(), PHG4TpcSteppingAction::UserSteppingAction(), G4Example01SteppingAction::UserSteppingAction(), PHG4EnvelopeSteppingAction::UserSteppingAction(), G4Example02SteppingAction::UserSteppingAction(), G4JLeicBeamLineMagnetSteppingAction::UserSteppingAction(), PHG4FPbScRegionSteppingAction::UserSteppingAction(), G4JLeicVTXSteppingAction::UserSteppingAction(), G4JLeicDIRCSteppingAction::UserSteppingAction(), G4LBLVtxSteppingAction::UserSteppingAction(), G4Example03SteppingAction::UserSteppingAction(), PHG4PSTOFSteppingAction::UserSteppingAction(), PHG4EPDSteppingAction::UserSteppingAction(), PHG4CEmcTestBeamSteppingAction::UserSteppingAction(), PHG4InttSteppingAction::UserSteppingAction(), PHG4BlockSteppingAction::UserSteppingAction(), PHG4CylinderStripSteppingAction::UserSteppingAction(), GdmlImportDetectorSteppingAction::UserSteppingAction(), PHG4OuterHcalSteppingAction::UserSteppingAction(), BeastMagnetSteppingAction::UserSteppingAction(), EicFRichSteppingAction::UserSteppingAction(), AllSiliconTrackerSteppingAction::UserSteppingAction(), PHG4HcalSteppingAction::UserSteppingAction(), AllSi_Al_support_SteppingAction::UserSteppingAction(), PHG4InnerHcalSteppingAction::UserSteppingAction(), BeamLineMagnetSteppingAction::UserSteppingAction(), PHG4BbcSteppingAction::UserSteppingAction(), PHG4BarrelEcalSteppingAction::UserSteppingAction(), EICG4ZDCSteppingAction::UserSteppingAction(), PHG4HybridHomogeneousCalorimeterSteppingAction::UserSteppingAction(), PHG4CrystalCalorimeterSteppingAction::UserSteppingAction(), PHG4mRICHSteppingAction::UserSteppingAction(), PHG4ECAPToFSteppingAction::UserSteppingAction(), PHG4BackwardHcalSteppingAction::UserSteppingAction(), PHG4ForwardDualReadoutSteppingAction::UserSteppingAction(), PHG4LFHcalSteppingAction::UserSteppingAction(), PHG4TpcEndCapSteppingAction::UserSteppingAction(), PHG4ForwardEcalSteppingAction::UserSteppingAction(), PHG4CylinderSteppingAction::UserSteppingAction(), PHG4ForwardHcalSteppingAction::UserSteppingAction(), EICG4RPSteppingAction::UserSteppingAction(), PHG4TRDSteppingAction::UserSteppingAction(), G4EicDircSteppingAction::UserSteppingAction(), PHG4ZDCSteppingAction::UserSteppingAction(), EICG4B0ECALSteppingAction::UserSteppingAction(), EICG4BwdSteppingAction::UserSteppingAction(), EICG4B0SteppingAction::UserSteppingAction(), PHG4MicromegasSteppingAction::UserSteppingAction(), PHG4SpacalSteppingAction::UserSteppingAction(), EICG4LumiSteppingAction::UserSteppingAction(), PHG4TTLSteppingAction::UserSteppingAction(), Acts::TrackingVolume::visitSurfaces(), and ActsExamples::RootMaterialTrackWriter::writeT().

double Acts::Test::volumeEnvelope = 10_mm

Definition at line 39 of file TrackingGeometryClosureTests.cpp.

View newest version in sPHENIX GitHub at line 39 of file TrackingGeometryClosureTests.cpp

Referenced by Acts::constructCylinderVolume().

double Acts::Test::volumeHalfZ
Initial value:

Definition at line 63 of file TrackingGeometryClosureTests.cpp.

View newest version in sPHENIX GitHub at line 63 of file TrackingGeometryClosureTests.cpp

BinningData Acts::Test::xData_arb(open, binX, values)

Referenced by BOOST_AUTO_TEST_CASE().

BinningData Acts::Test::xData_eq(open, binX, 10, 0., 10.)

Referenced by BOOST_AUTO_TEST_CASE().

BinningData Acts::Test::xData_mult(open, binX, 3, 0., 9., std::move(xData_sstr_mult))

Referenced by BOOST_AUTO_TEST_CASE().

auto Acts::Test::xData_sstr_add = std::make_unique<const BinningData>(open, binX, sstr)

Definition at line 82 of file BinningDataTests.cpp.

View newest version in sPHENIX GitHub at line 82 of file BinningDataTests.cpp

auto Acts::Test::xData_sstr_mult = std::make_unique<const BinningData>(open, binX, sstr)

Definition at line 76 of file BinningDataTests.cpp.

View newest version in sPHENIX GitHub at line 76 of file BinningDataTests.cpp

BinningData Acts::Test::yData_arb(open, binY, values)

Referenced by BOOST_AUTO_TEST_CASE().

BinningData Acts::Test::yData_eq(open, binY, 10, 0., 10.)

Referenced by BOOST_AUTO_TEST_CASE().

BinningData Acts::Test::zData_eq(open, binZ, 10, 0., 10.)

Referenced by BOOST_AUTO_TEST_CASE().

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

Definition at line 173 of file TrackDensityVertexFinderTests.cpp.

View newest version in sPHENIX GitHub at line 173 of file TrackDensityVertexFinderTests.cpp

Referenced by BOOST_AUTO_TEST_CASE().

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

Definition at line 36 of file GridDensityVertexFinderTests.cpp.

View newest version in sPHENIX GitHub at line 36 of file GridDensityVertexFinderTests.cpp

Referenced by BOOST_AUTO_TEST_CASE().

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

Definition at line 37 of file GridDensityVertexFinderTests.cpp.

View newest version in sPHENIX GitHub at line 37 of file GridDensityVertexFinderTests.cpp

Referenced by BOOST_AUTO_TEST_CASE().