Analysis Software
Documentation for sPHENIX simulation software
|
#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. | |
Definition at line 18 of file SpacePointBuilderOptions.hpp.
View newest version in sPHENIX GitHub at line 18 of file SpacePointBuilderOptions.hpp
std::function<std::pair<const BoundVector, const BoundSquareMatrix> const SourceLink&)> Acts::SpacePointBuilderOptions::paramCovAccessor |
Definition at line 26 of file SpacePointBuilderOptions.hpp.
View newest version in sPHENIX GitHub at line 26 of file SpacePointBuilderOptions.hpp
Referenced by Acts::Test::BOOST_DATA_TEST_CASE(), Acts::SpacePointBuilder< spacepoint_t >::buildSpacePoint(), and ActsExamples::SpacePointMaker::execute().
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().