Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Intersection.hpp File Reference
#include "Acts/Definitions/Algebra.hpp"
#include "Acts/Utilities/Logger.hpp"
#include <algorithm>
#include <array>
#include <cstddef>
#include <cstdint>
#include <limits>
#include <boost/container/static_vector.hpp>
+ Include dependency graph for Intersection.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Acts::Intersection< DIM >
 
class  Acts::ObjectIntersection< object_t, representation_t >
 class extensions to return also the object and a representation More...
 
class  Acts::ObjectMultiIntersection< object_t, representation_t >
 class extensions to return also the object and a representation More...
 

Namespaces

namespace  Acts
 Acts includes to create all necessary definitions.
 
namespace  Acts::detail
 These functions perform the transport of a covariance matrix using given Jacobians. The required data is provided by the stepper object with some additional data. Since this is a purely algebraic problem the calculations are identical for StraightLineStepper and EigenStepper. As a consequence the methods can be located in a separate file.
 

Typedefs

using Acts::Intersection2D = Intersection< 2 >
 
using Acts::Intersection3D = Intersection< 3 >
 
using Acts::MultiIntersection3D = boost::container::static_vector< Intersection3D, s_maximumNumberOfIntersections >
 

Enumerations

enum  Acts::IntersectionStatus : int
 Status enum. More...
 

Functions

std::ostream & Acts::operator<< (std::ostream &os, IntersectionStatus status)
 Ostream-operator for the IntersectionStatus enum.
 
template<typename intersection_t , typename logger_t = std::false_type>
bool Acts::detail::checkIntersection (const intersection_t &intersection, double pLimit, double oLimit, double tolerance, const Logger &logger=getDummyLogger())
 

Variables

static constexpr std::uint8_t Acts::s_maximumNumberOfIntersections = 2