![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <boost/test/data/test_case.hpp>#include <boost/test/unit_test.hpp>#include "Acts/Geometry/GeometryContext.hpp"#include "Acts/Plugins/TGeo/TGeoSurfaceConverter.hpp"#include "Acts/Surfaces/PlaneSurface.hpp"#include "Acts/Surfaces/Surface.hpp"#include "Acts/Surfaces/TrapezoidBounds.hpp"#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"#include "Acts/Visualization/GeometryView3D.hpp"#include "Acts/Visualization/ObjVisualization3D.hpp"#include "TGeoManager.h"#include "TGeoMaterial.h"#include "TGeoMatrix.h"#include "TGeoMedium.h"#include "TGeoTrd1.h"#include "TGeoVolume.h"#include "TView.h"
Include dependency graph for TGeoTrd2ConversionTests.cpp:Go to the source code of this file.
Namespaces | |
| namespace | Acts |
| Set the Geometry Context PLUGIN. | |
| namespace | Acts::Test |
| Namespace for ATS unit tests. | |
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. | |