EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
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() |
|
inlinestatic |
Helper method to visualiza all types of surfaces
helper | The visualziation helper |
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().
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() |
Definition at line 30 of file PrimitivesView3DBase.hpp.
View newest version in sPHENIX GitHub at line 30 of file PrimitivesView3DBase.hpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), Acts::VolumeView3DTest::run(), Acts::SurfaceView3DTest::run(), and Acts::EventDataView3DTest::testBoundTrackParameters().
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.) |
Definition at line 31 of file PrimitivesView3DBase.hpp.
View newest version in sPHENIX GitHub at line 31 of file PrimitivesView3DBase.hpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), Acts::SurfaceView3DTest::run(), and Acts::EventDataView3DTest::testBoundTrackParameters().