Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Core/include/Acts/Seeding/InternalSeed.hpp>
Public Member Functions | |
InternalSeed (InternalSpacePoint< SpacePoint > &s0, InternalSpacePoint< SpacePoint > &s1, InternalSpacePoint< SpacePoint > &s2, float z, bool qualitySeed=false) | |
InternalSeed & | operator= (const InternalSeed &seed) |
float | z () const |
bool | qualitySeed () const |
Public Attributes | |
const std::array < InternalSpacePoint < SpacePoint > *, 3 > | sp |
Protected Attributes | |
float | m_z |
bool | m_qualitySeed |
Definition at line 18 of file InternalSeed.hpp.
View newest version in sPHENIX GitHub at line 18 of file InternalSeed.hpp
Acts::InternalSeed< SpacePoint >::InternalSeed | ( | InternalSpacePoint< SpacePoint > & | s0, |
InternalSpacePoint< SpacePoint > & | s1, | ||
InternalSpacePoint< SpacePoint > & | s2, | ||
float | z, | ||
bool | qualitySeed = false |
||
) |
InternalSeed& Acts::InternalSeed< SpacePoint >::operator= | ( | const InternalSeed< SpacePoint > & | seed | ) |
|
inline |
Definition at line 32 of file InternalSeed.hpp.
View newest version in sPHENIX GitHub at line 32 of file InternalSeed.hpp
References Acts::InternalSeed< SpacePoint >::m_qualitySeed.
|
inline |
Definition at line 31 of file InternalSeed.hpp.
View newest version in sPHENIX GitHub at line 31 of file InternalSeed.hpp
References Acts::InternalSeed< SpacePoint >::m_z.
|
protected |
Definition at line 36 of file InternalSeed.hpp.
View newest version in sPHENIX GitHub at line 36 of file InternalSeed.hpp
Referenced by Acts::InternalSeed< SpacePoint >::qualitySeed().
|
protected |
Definition at line 35 of file InternalSeed.hpp.
View newest version in sPHENIX GitHub at line 35 of file InternalSeed.hpp
Referenced by Acts::InternalSeed< SpacePoint >::z().
const std::array<InternalSpacePoint<SpacePoint>*, 3> Acts::InternalSeed< SpacePoint >::sp |
Definition at line 30 of file InternalSeed.hpp.
View newest version in sPHENIX GitHub at line 30 of file InternalSeed.hpp