Analysis Software
Documentation for sPHENIX simulation software
|
#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. | |
Definition at line 35 of file SpacePointBuilderOptions.hpp.
View newest version in sPHENIX GitHub at line 35 of file SpacePointBuilderOptions.hpp
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().