![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <boost/test/unit_test.hpp>#include "Acts/Definitions/Algebra.hpp"#include "Acts/Detector/DetectorComponents.hpp"#include "Acts/Detector/LayerStructureBuilder.hpp"#include "Acts/Detector/PortalGenerators.hpp"#include "Acts/Geometry/GeometryContext.hpp"#include "Acts/Geometry/LayerCreator.hpp"#include "Acts/Navigation/NavigationDelegates.hpp"#include "Acts/Surfaces/Surface.hpp"#include "Acts/Tests/CommonHelpers/CylindricalTrackingGeometry.hpp"#include "Acts/Utilities/BinningData.hpp"#include "Acts/Utilities/BinningType.hpp"#include "Acts/Utilities/Logger.hpp"#include <cmath>#include <functional>#include <memory>#include <string>#include <vector>
Include dependency graph for LayerStructureBuilderTests.cpp:Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (LayerStructureBuilder_creationRing) | |
| BOOST_AUTO_TEST_CASE (LayerStructureBuilder_creationCylinder) | |
Variables | |
| GeometryContext | tContext |
| CylindricalTrackingGeometry | cGeometry = CylindricalTrackingGeometry(tContext) |
| BOOST_AUTO_TEST_CASE | ( | LayerStructureBuilder_creationRing | ) |
Definition at line 57 of file LayerStructureBuilderTests.cpp.
View newest version in sPHENIX GitHub at line 57 of file LayerStructureBuilderTests.cpp
References Acts::Experimental::LayerStructureBuilder::Config::auxiliary, Acts::binPhi, Acts::binR, Acts::binZ, cGeometry, Acts::getDefaultLogger(), Acts::Test::CylindricalTrackingGeometry::surfacesRing(), tContext, physmon_ckf_tracking::u, and Acts::Logging::VERBOSE.
Here is the call graph for this function:| BOOST_AUTO_TEST_CASE | ( | LayerStructureBuilder_creationCylinder | ) |
Definition at line 121 of file LayerStructureBuilderTests.cpp.
View newest version in sPHENIX GitHub at line 121 of file LayerStructureBuilderTests.cpp
References Acts::Experimental::LayerStructureBuilder::Config::auxiliary, Acts::binPhi, Acts::binR, Acts::binZ, cGeometry, Acts::getDefaultLogger(), Acts::Test::CylindricalTrackingGeometry::surfacesCylinder(), tContext, physmon_ckf_tracking::u, and Acts::Logging::VERBOSE.
Here is the call graph for this function:Definition at line 35 of file LayerStructureBuilderTests.cpp.
View newest version in sPHENIX GitHub at line 35 of file LayerStructureBuilderTests.cpp
| GeometryContext tContext |
Definition at line 34 of file LayerStructureBuilderTests.cpp.
View newest version in sPHENIX GitHub at line 34 of file LayerStructureBuilderTests.cpp