Analysis Software
Documentation for sPHENIX simulation software
|
#include <boost/test/data/test_case.hpp>
#include <boost/test/unit_test.hpp>
#include "Acts/Definitions/Algebra.hpp"
#include "Acts/Definitions/Tolerance.hpp"
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Plugins/TGeo/TGeoSurfaceConverter.hpp"
#include "Acts/Surfaces/Surface.hpp"
#include "Acts/Surfaces/SurfaceBounds.hpp"
#include "Acts/Surfaces/TrapezoidBounds.hpp"
#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"
#include "Acts/Visualization/GeometryView3D.hpp"
#include "Acts/Visualization/ObjVisualization3D.hpp"
#include "Acts/Visualization/ViewConfig.hpp"
#include <algorithm>
#include <cstddef>
#include <memory>
#include <stdexcept>
#include <string>
#include <utility>
#include <vector>
#include "TGeoManager.h"
#include "TGeoMaterial.h"
#include "TGeoMatrix.h"
#include "TGeoMedium.h"
#include "TGeoTrd1.h"
#include "TGeoVolume.h"
#include "TView.h"
Go to the source code of this file.
Namespaces | |
namespace | Acts |
Acts includes to create all necessary definitions. | |
namespace | Acts::Test |
Functions | |
ViewConfig | Acts::Test::red ({200, 0, 0}) |
ViewConfig | Acts::Test::green ({0, 200, 0}) |
ViewConfig | Acts::Test::blue ({0, 0, 200}) |
Acts::Test::BOOST_AUTO_TEST_CASE (TGeoTrd2_xz_to_PlaneSurface) | |
Unit test to convert a TGeoTrd2 into a Plane. | |
Acts::Test::BOOST_AUTO_TEST_CASE (TGeoTrd2_yz_to_PlaneSurface) | |
Unit test to convert a TGeoTrd2 into a Plane. | |