Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::InternalSeed< SpacePoint > Class Template Reference

#include <acts/blob/sPHENIX/Core/include/Acts/Seeding/InternalSeed.hpp>

+ Collaboration diagram for Acts::InternalSeed< SpacePoint >:

Public Member Functions

 InternalSeed (InternalSpacePoint< SpacePoint > &s0, InternalSpacePoint< SpacePoint > &s1, InternalSpacePoint< SpacePoint > &s2, float z, bool qualitySeed=false)
 
InternalSeedoperator= (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
 

Detailed Description

template<typename SpacePoint>
class Acts::InternalSeed< SpacePoint >

Definition at line 18 of file InternalSeed.hpp.

View newest version in sPHENIX GitHub at line 18 of file InternalSeed.hpp

Constructor & Destructor Documentation

template<typename SpacePoint>
Acts::InternalSeed< SpacePoint >::InternalSeed ( InternalSpacePoint< SpacePoint > &  s0,
InternalSpacePoint< SpacePoint > &  s1,
InternalSpacePoint< SpacePoint > &  s2,
float  z,
bool  qualitySeed = false 
)

Member Function Documentation

template<typename SpacePoint>
InternalSeed& Acts::InternalSeed< SpacePoint >::operator= ( const InternalSeed< SpacePoint > &  seed)
template<typename SpacePoint>
bool Acts::InternalSeed< SpacePoint >::qualitySeed ( ) const
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.

template<typename SpacePoint>
float Acts::InternalSeed< SpacePoint >::z ( ) const
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.

Member Data Documentation

template<typename SpacePoint>
bool Acts::InternalSeed< SpacePoint >::m_qualitySeed
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().

template<typename SpacePoint>
float Acts::InternalSeed< SpacePoint >::m_z
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().

template<typename SpacePoint>
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


The documentation for this class was generated from the following file: