Analysis Software
Documentation for sPHENIX simulation software
|
Struct to store sorted spacepoints for each layer (near, middle, and far), for each slice of phi, and for each slice of z. More...
Public Member Functions | |
SortedSpacepoints (const int phiSize, const int zSize) | |
std::vector< std::pair < spacepoint_t const *, Acts::ActsScalar > > & | addSP (int layer, int phi, int z) |
Provides non-const vector of spacepoints for a given layer, phi slice, and z slice. | |
const std::vector< std::pair < spacepoint_t const *, Acts::ActsScalar > > & | getSP (int layer, int phi, int z) const |
Provides const vector of spacepoints for a given layer, phi slice, and z slice. | |
Public Attributes | |
std::array< std::vector < std::vector< std::vector < std::pair< spacepoint_t const *, Acts::ActsScalar > > > >, 3 > | sortedSP |
Struct to store sorted spacepoints for each layer (near, middle, and far), for each slice of phi, and for each slice of z.
Definition at line 127 of file SingleSeedVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 127 of file SingleSeedVertexFinder.hpp
|
inline |
Definition at line 128 of file SingleSeedVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 128 of file SingleSeedVertexFinder.hpp
References Acts::SingleSeedVertexFinder< spacepoint_t >::SortedSpacepoints::sortedSP.
|
inline |
Provides non-const vector of spacepoints for a given layer, phi slice, and z slice.
layer | Index of the layer (near=0, middle=1, far=2) |
phi | Index of the phi slice |
z | Index of the z slice |
Definition at line 143 of file SingleSeedVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 143 of file SingleSeedVertexFinder.hpp
References layer, ActsTests::PropagationDatasets::phi, Acts::SingleSeedVertexFinder< spacepoint_t >::SortedSpacepoints::sortedSP, and physmon_track_finding_ttbar::z.
Referenced by Acts::SingleSeedVertexFinder< spacepoint_t >::sortSpacepoints().
|
inline |
Provides const vector of spacepoints for a given layer, phi slice, and z slice.
layer | Index of the layer (near=0, middle=1, far=2) |
phi | Index of the phi slice |
z | Index of the z slice |
Definition at line 154 of file SingleSeedVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 154 of file SingleSeedVertexFinder.hpp
References layer, ActsTests::PropagationDatasets::phi, Acts::SingleSeedVertexFinder< spacepoint_t >::SortedSpacepoints::sortedSP, and physmon_track_finding_ttbar::z.
Referenced by Acts::SingleSeedVertexFinder< spacepoint_t >::findTriplets().
std::array<std::vector<std::vector<std::vector< std::pair<spacepoint_t const*, Acts::ActsScalar> > > >, 3> Acts::SingleSeedVertexFinder< spacepoint_t >::SortedSpacepoints::sortedSP |
Definition at line 161 of file SingleSeedVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 161 of file SingleSeedVertexFinder.hpp
Referenced by Acts::SingleSeedVertexFinder< spacepoint_t >::SortedSpacepoints::addSP(), Acts::SingleSeedVertexFinder< spacepoint_t >::SortedSpacepoints::getSP(), and Acts::SingleSeedVertexFinder< spacepoint_t >::SortedSpacepoints::SortedSpacepoints().