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

#include <acts/blob/sPHENIX/Core/include/Acts/SpacePointFormation/SpacePointBuilderOptions.hpp>

Public Attributes

std::function< std::pair
< const BoundVector, const
BoundSquareMatrix > const
SourceLink &)> 
paramCovAccessor
 
Vector3 vertex = {0., 0., 0.}
 vertex position
 
double diffTheta2 = 1.
 Accepted squared difference in theta for two clusters.
 
double diffPhi2 = 1.
 Accepted squared difference in phi for two clusters.
 
double diffDist = 100. * UnitConstants::mm
 Accepted distance between two clusters.
 

Detailed Description

Definition at line 35 of file SpacePointBuilderOptions.hpp.

View newest version in sPHENIX GitHub at line 35 of file SpacePointBuilderOptions.hpp

Member Data Documentation

double Acts::StripPairOptions::diffDist = 100. * UnitConstants::mm

Accepted distance between two clusters.

Definition at line 47 of file SpacePointBuilderOptions.hpp.

View newest version in sPHENIX GitHub at line 47 of file SpacePointBuilderOptions.hpp

Referenced by Acts::SpacePointBuilder< spacepoint_t >::makeSourceLinkPairs().

double Acts::StripPairOptions::diffPhi2 = 1.

Accepted squared difference in phi for two clusters.

Definition at line 45 of file SpacePointBuilderOptions.hpp.

View newest version in sPHENIX GitHub at line 45 of file SpacePointBuilderOptions.hpp

Referenced by Acts::SpacePointBuilder< spacepoint_t >::makeSourceLinkPairs().

double Acts::StripPairOptions::diffTheta2 = 1.

Accepted squared difference in theta for two clusters.

Definition at line 43 of file SpacePointBuilderOptions.hpp.

View newest version in sPHENIX GitHub at line 43 of file SpacePointBuilderOptions.hpp

Referenced by Acts::SpacePointBuilder< spacepoint_t >::makeSourceLinkPairs().

std::function<std::pair<const BoundVector, const BoundSquareMatrix> const SourceLink&)> Acts::StripPairOptions::paramCovAccessor

Definition at line 39 of file SpacePointBuilderOptions.hpp.

View newest version in sPHENIX GitHub at line 39 of file SpacePointBuilderOptions.hpp

Referenced by Acts::Test::BOOST_DATA_TEST_CASE(), and Acts::SpacePointBuilder< spacepoint_t >::makeSourceLinkPairs().

Vector3 Acts::StripPairOptions::vertex = {0., 0., 0.}

vertex position

Definition at line 41 of file SpacePointBuilderOptions.hpp.

View newest version in sPHENIX GitHub at line 41 of file SpacePointBuilderOptions.hpp

Referenced by Acts::SpacePointBuilder< spacepoint_t >::makeSourceLinkPairs().


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