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

Functions

static std::string run (IVisualization3D &helper)
 

Variables

auto identity = Transform3D::Identity()
 
auto rectangle = std::make_shared<RectangleBounds>(10., 10.)
 
auto plane = Surface::makeShared<PlaneSurface>(identity, rectangle)
 
GeometryContext gctx = GeometryContext()
 

Function Documentation

static std::string Acts::PrimitivesView3DTest::run ( IVisualization3D &  helper)
inlinestatic

Helper method to visualiza all types of surfaces

Parameters
helperThe visualziation helper
Returns
an overall string including all written output

Definition at line 42 of file PrimitivesView3DBase.hpp.

View newest version in sPHENIX GitHub at line 42 of file PrimitivesView3DBase.hpp

References Acts::IVisualization3D::clear(), Acts::Test::cov, Acts::GeometryView3D::drawArrowBackward(), Acts::GeometryView3D::drawArrowForward(), Acts::GeometryView3D::drawArrowsBoth(), Acts::EventDataView3D::drawCovarianceAngular(), Acts::EventDataView3D::drawCovarianceCartesian(), Acts::GeometryView3D::drawSegment(), Acts::GeometryView3D::drawSurface(), gctx, Acts::ViewConfig::lineThickness, Acts::Test::origin(), plane, s1, start(), and Acts::IVisualization3D::write().

Referenced by FairRuntimeDb::addContainer(), FairRuntimeDb::addRun(), Acts::Test::BOOST_AUTO_TEST_CASE(), ClassImp(), kdfinder::export_candidates_json(), kdfinder::export_candidates_json_old(), kdfinder::export_json(), FairRuntimeDb::findOutputVersion(), FairEventManagerEditor::Init(), FairRuntimeDb::initContainers(), Acts::interpolate(), Acts::Test::benchmark_tools_internal::microBenchmarkImpl(), ActsFatras::BoundParametersSmearer< kParameters >::operator()(), ActsFatras::FreeParametersSmearer< kParameters >::operator()(), ActsExamples::Options::parse(), PndGeoHandling::PndGeoHandling(), FairRuntimeDb::print(), FairRuntimeDb::resetInputVersions(), FairRuntimeDb::resetOutputVersions(), RunHeaderv1::set_RunNumber(), EventHeaderv1::set_RunNumber(), PndGeoHandling::SetParContainers(), PndPidCorrelator::SetParContainers(), and TreeToHepMC().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

GeometryContext Acts::PrimitivesView3DTest::gctx = GeometryContext()

Definition at line 35 of file PrimitivesView3DBase.hpp.

View newest version in sPHENIX GitHub at line 35 of file PrimitivesView3DBase.hpp

Referenced by run().

auto Acts::PrimitivesView3DTest::identity = Transform3D::Identity()
auto Acts::PrimitivesView3DTest::plane = Surface::makeShared<PlaneSurface>(identity, rectangle)

Definition at line 32 of file PrimitivesView3DBase.hpp.

View newest version in sPHENIX GitHub at line 32 of file PrimitivesView3DBase.hpp

Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), genfit::KalmanFitterInfo::checkConsistency(), checkErrorPropagation(), checkSetGetPosMom(), checkStopAtBoundary(), compareForthBackExtrapolation(), compareForthBackJacNoise(), genfit::GblFitter::constructGblInfo(), genfit::MeasurementCreator::create(), Acts::LayerArrayCreator::createNavigationSurface(), genfit::RKTrackRep::extrapolateBy(), genfit::RKTrackRep::extrapolateToCone(), genfit::RKTrackRep::extrapolateToCylinder(), genfit::RKTrackRep::extrapolateToLine(), genfit::RKTrackRep::extrapolateToPlane(), LSLTrackRep::extrapolateToPoint(), genfit::RKTrackRep::extrapolateToSphere(), genfit::RKTrackRep::extrapToPoint(), Acts::Test::fillTrackState(), GeaneTrackRep::GeaneTrackRep(), GFTools::getBiasedSmoothedPosXYZ(), genfit::KalmanFitterInfo::getResidual(), GFTools::getSmoothedPosXYZ(), PHGenFit::PlanarMeasurement::init(), main(), genfit::KalmanFitterRefTrack::prepareTrack(), genfit::KalmanFitter::processTrackPoint(), genfit::GFGbl::processTrackWithRep(), run(), Acts::SurfaceView3DTest::run(), genfit::StateOnPlane::setPlane(), genfit::AbsFitterInfo::setPlane(), genfit::RKTrackRep::setPosMom(), genfit::StateOnPlane::setStatePlane(), genfit::GblFitter::sortHits(), Acts::EventDataView3DTest::testBoundTrackParameters(), PHGenFit2::Track::updateOneMeasurementKalman(), and PHGenFit::Track::updateOneMeasurementKalman().

auto Acts::PrimitivesView3DTest::rectangle = std::make_shared<RectangleBounds>(10., 10.)