Analysis Software
Documentation for sPHENIX simulation software
|
A surface candidate and its intersection. More...
#include <acts/blob/sPHENIX/Core/include/Acts/Navigation/NavigationState.hpp>
Public Attributes | |
ObjectIntersection< Surface > | objectIntersection |
A candidate intersection, in Surface view. | |
const Surface * | surface = nullptr |
A candidate is either a detector Surface. | |
const Portal * | portal = nullptr |
Or a portal. | |
BoundaryCheck | boundaryCheck = true |
A surface candidate and its intersection.
A candidates can either be a surface or a portal (which contain a surface)
Definition at line 38 of file NavigationState.hpp.
View newest version in sPHENIX GitHub at line 38 of file NavigationState.hpp
BoundaryCheck Acts::Experimental::NavigationState::SurfaceCandidate::boundaryCheck = true |
The boundary check used for the candidate, boundary checks can differ for sensitive surfaces and portals
Definition at line 47 of file NavigationState.hpp.
View newest version in sPHENIX GitHub at line 47 of file NavigationState.hpp
ObjectIntersection<Surface> Acts::Experimental::NavigationState::SurfaceCandidate::objectIntersection |
A candidate intersection, in Surface view.
Definition at line 40 of file NavigationState.hpp.
View newest version in sPHENIX GitHub at line 40 of file NavigationState.hpp
const Portal* Acts::Experimental::NavigationState::SurfaceCandidate::portal = nullptr |
Or a portal.
Definition at line 44 of file NavigationState.hpp.
View newest version in sPHENIX GitHub at line 44 of file NavigationState.hpp
const Surface* Acts::Experimental::NavigationState::SurfaceCandidate::surface = nullptr |
A candidate is either a detector Surface.
Definition at line 42 of file NavigationState.hpp.
View newest version in sPHENIX GitHub at line 42 of file NavigationState.hpp