Analysis Software
Documentation for sPHENIX simulation software
|
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...
Public Member Functions | |
Triplet (const spacepoint_t &aa, const spacepoint_t &bb, const spacepoint_t &cc) | |
Public Attributes | |
& | b |
& | c |
Acts::Ray3D | ray |
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
|
inline |
Definition at line 118 of file SingleSeedVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 118 of file SingleSeedVertexFinder.hpp
& Acts::SingleSeedVertexFinder< spacepoint_t >::Triplet::b |
Definition at line 120 of file SingleSeedVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 120 of file SingleSeedVertexFinder.hpp
Referenced by Acts::SingleSeedVertexFinder< spacepoint_t >::makePlaneFromTriplet(), Acts::SingleSeedVertexFinder< spacepoint_t >::makeRayFromTriplet(), and Acts::SingleSeedVertexFinder< spacepoint_t >::tripletValidationAndUpdate().
& Acts::SingleSeedVertexFinder< spacepoint_t >::Triplet::c |
Definition at line 120 of file SingleSeedVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 120 of file SingleSeedVertexFinder.hpp
Referenced by Acts::SingleSeedVertexFinder< spacepoint_t >::makePlaneFromTriplet(), Acts::SingleSeedVertexFinder< spacepoint_t >::makeRayFromTriplet(), and Acts::SingleSeedVertexFinder< spacepoint_t >::tripletValidationAndUpdate().
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().