Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::Experimental::NavigationState::SurfaceCandidate Struct Reference

A surface candidate and its intersection. More...

#include <acts/blob/sPHENIX/Core/include/Acts/Navigation/NavigationState.hpp>

+ Collaboration diagram for Acts::Experimental::NavigationState::SurfaceCandidate:

Public Attributes

ObjectIntersection< SurfaceobjectIntersection
 A candidate intersection, in Surface view.
 
const Surfacesurface = nullptr
 A candidate is either a detector Surface.
 
const Portalportal = nullptr
 Or a portal.
 
BoundaryCheck boundaryCheck = true
 

Detailed Description

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

Member Data Documentation

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


The documentation for this struct was generated from the following file: