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

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

Public Attributes

std::pair< const std::pair
< Vector3, Vector3 >, const
std::pair< Vector3, Vector3 > > 
stripEndsPair
 
std::function< std::pair
< const BoundVector, const
BoundSquareMatrix > const
SourceLink &)> 
paramCovAccessor
 
Vector3 vertex = {0., 0., 0.}
 vertex position
 
double stripLengthTolerance = 0.01
 Allowed increase of strip length.
 
double stripLengthGapTolerance = 0.01
 Allowed increase of strip length wrt gaps between strips.
 

Detailed Description

Definition at line 18 of file SpacePointBuilderOptions.hpp.

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

Member Data Documentation

std::function<std::pair<const BoundVector, const BoundSquareMatrix> const SourceLink&)> Acts::SpacePointBuilderOptions::paramCovAccessor
std::pair<const std::pair<Vector3, Vector3>, const std::pair<Vector3, Vector3> > Acts::SpacePointBuilderOptions::stripEndsPair

Definition at line 22 of file SpacePointBuilderOptions.hpp.

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

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

double Acts::SpacePointBuilderOptions::stripLengthGapTolerance = 0.01

Allowed increase of strip length wrt gaps between strips.

Definition at line 32 of file SpacePointBuilderOptions.hpp.

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

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

double Acts::SpacePointBuilderOptions::stripLengthTolerance = 0.01

Allowed increase of strip length.

Definition at line 30 of file SpacePointBuilderOptions.hpp.

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

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

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

vertex position

Definition at line 28 of file SpacePointBuilderOptions.hpp.

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

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


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