Analysis Software
Documentation for sPHENIX simulation software
|
#include <boost/test/unit_test.hpp>
#include "Acts/Definitions/Algebra.hpp"
#include "Acts/Definitions/Units.hpp"
#include "Acts/EventData/VectorMultiTrajectory.hpp"
#include "Acts/EventData/VectorTrackContainer.hpp"
#include "Acts/Geometry/CuboidVolumeBuilder.hpp"
#include "Acts/Geometry/Layer.hpp"
#include "Acts/Geometry/TrackingGeometry.hpp"
#include "Acts/Geometry/TrackingGeometryBuilder.hpp"
#include "Acts/MagneticField/ConstantBField.hpp"
#include "Acts/Material/HomogeneousSurfaceMaterial.hpp"
#include "Acts/Material/HomogeneousVolumeMaterial.hpp"
#include "Acts/Material/MaterialSlab.hpp"
#include "Acts/Propagator/EigenStepper.hpp"
#include "Acts/Propagator/Navigator.hpp"
#include "Acts/Propagator/Propagator.hpp"
#include "Acts/Propagator/StraightLineStepper.hpp"
#include "Acts/Surfaces/RectangleBounds.hpp"
#include "Acts/Tests/CommonHelpers/DetectorElementStub.hpp"
#include "Acts/Tests/CommonHelpers/MeasurementsCreator.hpp"
#include "Acts/Tests/CommonHelpers/PredefinedMaterials.hpp"
#include "Acts/Tests/CommonHelpers/TestSourceLink.hpp"
#include "Acts/TrackFitting/GlobalChiSquareFitter.hpp"
#include "Acts/Utilities/Logger.hpp"
#include <vector>
#include "FitterTestsCommon.hpp"
Go to the source code of this file.
Classes | |
struct | Acts::Test::Detector |
Namespaces | |
namespace | Acts |
Acts includes to create all necessary definitions. | |
namespace | Acts::Test |
Functions | |
Acts::CurvilinearTrackParameters | Acts::Test::makeParameters (const ActsScalar x=0.0_m, const ActsScalar y=0.0_m, const ActsScalar z=0.0_m, const ActsScalar w=42_ns, const ActsScalar phi=0_degree, const ActsScalar theta=90_degree, const ActsScalar p=1_GeV, const ActsScalar q=1_e) |
static std::vector < Acts::SourceLink > | Acts::Test::prepareSourceLinks (const std::vector< TestSourceLink > &sourceLinks) |
std::shared_ptr< const TrackingGeometry > | Acts::Test::makeToyDetector (const GeometryContext &tgContext, const size_t nSurfaces=5) |
Acts::Test::BOOST_AUTO_TEST_CASE (NoFit) | |
Acts::Test::BOOST_AUTO_TEST_CASE (Fit5Iterations) | |
Acts::Test::BOOST_AUTO_TEST_CASE (MixedDetector) | |
Variables | |
Acts::Logging::Level | logLevel = Acts::Logging::VERBOSE |
const auto | gx2fLogger = Acts::getDefaultLogger("Gx2f", logLevel) |
const auto gx2fLogger = Acts::getDefaultLogger("Gx2f", logLevel) |
Definition at line 42 of file Gx2fTests.cpp.
View newest version in sPHENIX GitHub at line 42 of file Gx2fTests.cpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE().
Acts::Logging::Level logLevel = Acts::Logging::VERBOSE |
Definition at line 41 of file Gx2fTests.cpp.
View newest version in sPHENIX GitHub at line 41 of file Gx2fTests.cpp