Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::SingleSeedVertexFinder< spacepoint_t >::Triplet Struct Reference

Struct to store spacepoint combinations from near, middle, and far parts of the detector. Also stores straight line fit through the spacepoints in case minimalizeWRT=="rays", so it's not fitted twice. More...

+ Collaboration diagram for Acts::SingleSeedVertexFinder< spacepoint_t >::Triplet:

Public Member Functions

 Triplet (const spacepoint_t &aa, const spacepoint_t &bb, const spacepoint_t &cc)
 

Public Attributes

b
 
c
 
Acts::Ray3D ray
 

Detailed Description

template<typename spacepoint_t>
struct Acts::SingleSeedVertexFinder< spacepoint_t >::Triplet

Struct to store spacepoint combinations from near, middle, and far parts of the detector. Also stores straight line fit through the spacepoints in case minimalizeWRT=="rays", so it's not fitted twice.

Definition at line 117 of file SingleSeedVertexFinder.hpp.

View newest version in sPHENIX GitHub at line 117 of file SingleSeedVertexFinder.hpp

Constructor & Destructor Documentation

template<typename spacepoint_t>
Acts::SingleSeedVertexFinder< spacepoint_t >::Triplet::Triplet ( const spacepoint_t &  aa,
const spacepoint_t &  bb,
const spacepoint_t &  cc 
)
inline

Definition at line 118 of file SingleSeedVertexFinder.hpp.

View newest version in sPHENIX GitHub at line 118 of file SingleSeedVertexFinder.hpp

Member Data Documentation

template<typename spacepoint_t>
Acts::Ray3D Acts::SingleSeedVertexFinder< spacepoint_t >::Triplet::ray

Definition at line 123 of file SingleSeedVertexFinder.hpp.

View newest version in sPHENIX GitHub at line 123 of file SingleSeedVertexFinder.hpp

Referenced by Acts::SingleSeedVertexFinder< spacepoint_t >::tripletValidationAndUpdate().


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