EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::Seed< SpacePoint > Class Template Reference

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

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

Public Member Functions

 Seed (const SpacePoint &b, const SpacePoint &m, const SpacePoint &u, float vertex)
 
 Seed (const Seed &)=default
 
Seedoperator= (const Seed &)
 
const std::vector< const
SpacePoint * > & 
sp () const
 
double z () const
 

Private Attributes

std::vector< const SpacePoint * > m_spacepoints
 
float m_zvertex
 

Detailed Description

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

Definition at line 15 of file Seed.hpp.

View newest version in sPHENIX GitHub at line 15 of file Seed.hpp

Constructor & Destructor Documentation

template<typename SpacePoint >
Acts::Seed< SpacePoint >::Seed ( const SpacePoint b,
const SpacePoint m,
const SpacePoint u,
float  vertex 
)

Definition at line 39 of file Seed.hpp.

View newest version in sPHENIX GitHub at line 39 of file Seed.hpp

template<typename SpacePoint>
Acts::Seed< SpacePoint >::Seed ( const Seed< SpacePoint > &  )
default

Member Function Documentation

template<typename SpacePoint>
Seed& Acts::Seed< SpacePoint >::operator= ( const Seed< SpacePoint > &  )
template<typename SpacePoint>
const std::vector<const SpacePoint*>& Acts::Seed< SpacePoint >::sp ( ) const
inline

Definition at line 26 of file Seed.hpp.

View newest version in sPHENIX GitHub at line 26 of file Seed.hpp

References Acts::Seed< SpacePoint >::m_spacepoints.

Referenced by main().

+ Here is the caller graph for this function:

template<typename SpacePoint>
double Acts::Seed< SpacePoint >::z ( ) const
inline

Definition at line 27 of file Seed.hpp.

View newest version in sPHENIX GitHub at line 27 of file Seed.hpp

References Acts::Seed< SpacePoint >::m_zvertex.

Referenced by eicpy.qaplots.LogAxis::apply(), and eicpy.qaplots.LogAxis::rebin().

+ Here is the caller graph for this function:

Member Data Documentation

template<typename SpacePoint>
std::vector<const SpacePoint*> Acts::Seed< SpacePoint >::m_spacepoints
private

Definition at line 30 of file Seed.hpp.

View newest version in sPHENIX GitHub at line 30 of file Seed.hpp

Referenced by Acts::Seed< SpacePoint >::sp().

template<typename SpacePoint>
float Acts::Seed< SpacePoint >::m_zvertex
private

Definition at line 31 of file Seed.hpp.

View newest version in sPHENIX GitHub at line 31 of file Seed.hpp

Referenced by Acts::Seed< SpacePoint >::z().


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