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

Functions

static std::string run (IVisualization3D &helper, bool triangulate, const std::string &tag)
 

Variables

GeometryContext tgContext = GeometryContext()
 
Test::CylindricalTrackingGeometry cGeometry (tgContext)
 
auto tGeometry = cGeometry()
 

Function Documentation

static std::string Acts::TrackingGeometryView3DTest::run ( IVisualization3D &  helper,
bool  triangulate,
const std::string &  tag 
)
inlinestatic

Helper method to visualiza all types of surfaces

Parameters
helperThe visualziation helper
triangulateThe directive whether to create triangular meshes
tagThe test tag (mode) identification
Returns
a string containing all written caracters

Definition at line 38 of file TrackingGeometryView3DBase.hpp.

View newest version in sPHENIX GitHub at line 38 of file TrackingGeometryView3DBase.hpp

References Acts::GeometryView3D::drawTrackingVolume(), Acts::ViewConfig::nSegments, Acts::ViewConfig::offset, tgContext, tGeometry, Acts::ViewConfig::triangulate, and Acts::IVisualization3D::write().

Referenced by Acts::Test::BOOST_AUTO_TEST_CASE().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

Test::CylindricalTrackingGeometry Acts::TrackingGeometryView3DTest::cGeometry(tgContext)
GeometryContext Acts::TrackingGeometryView3DTest::tgContext = GeometryContext()

Definition at line 25 of file TrackingGeometryView3DBase.hpp.

View newest version in sPHENIX GitHub at line 25 of file TrackingGeometryView3DBase.hpp

Referenced by run().

auto Acts::TrackingGeometryView3DTest::tGeometry = cGeometry()

Definition at line 28 of file TrackingGeometryView3DBase.hpp.

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

Referenced by run().