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

#include <acts/blob/sPHENIX/Plugins/Legacy/include/Acts/Seeding/LegacySeed.hpp>

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

Public Member Functions

 Seed ()
 
 Seed (const SpacePoint *, const SpacePoint *, const SpacePoint *, const double)
 
 Seed (const Seed &)
 
Seedoperator= (const Seed &)
 
virtual ~Seed ()
 
void erase ()
 
void add (const SpacePoint *&)
 
void setZVertex (const double &)
 
const std::list< const
SpacePoint * > & 
spacePoints () const
 
const double & zVertex () const
 

Protected Attributes

std::list< const SpacePoint * > m_spacepoints
 
double m_zvertex
 

Detailed Description

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

Definition at line 20 of file LegacySeed.hpp.

View newest version in sPHENIX GitHub at line 20 of file LegacySeed.hpp

Constructor & Destructor Documentation

template<typename SpacePoint >
Acts::Legacy::Seed< SpacePoint >::Seed ( )

Definition at line 94 of file LegacySeed.hpp.

View newest version in sPHENIX GitHub at line 94 of file LegacySeed.hpp

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

Definition at line 97 of file LegacySeed.hpp.

View newest version in sPHENIX GitHub at line 97 of file LegacySeed.hpp

template<typename SpacePoint>
Acts::Legacy::Seed< SpacePoint >::Seed ( const Seed< SpacePoint > &  )
template<typename SpacePoint >
Acts::Legacy::Seed< SpacePoint >::~Seed ( )
virtual

Definition at line 106 of file LegacySeed.hpp.

View newest version in sPHENIX GitHub at line 106 of file LegacySeed.hpp

Member Function Documentation

template<typename SpacePoint >
void Acts::Legacy::Seed< SpacePoint >::add ( const SpacePoint *&  p)
inline

Definition at line 62 of file LegacySeed.hpp.

View newest version in sPHENIX GitHub at line 62 of file LegacySeed.hpp

Referenced by Acts::Legacy::InternalSeed< SpacePoint >::set3().

+ Here is the caller graph for this function:

template<typename SpacePoint >
void Acts::Legacy::Seed< SpacePoint >::erase ( )
inline

Definition at line 57 of file LegacySeed.hpp.

View newest version in sPHENIX GitHub at line 57 of file LegacySeed.hpp

Referenced by Acts::Legacy::InternalSeed< SpacePoint >::set3().

+ Here is the caller graph for this function:

template<typename SpacePoint>
Seed& Acts::Legacy::Seed< SpacePoint >::operator= ( const Seed< SpacePoint > &  )
template<typename SpacePoint >
void Acts::Legacy::Seed< SpacePoint >::setZVertex ( const double &  z)
inline

Definition at line 67 of file LegacySeed.hpp.

View newest version in sPHENIX GitHub at line 67 of file LegacySeed.hpp

References z.

Referenced by Acts::Legacy::InternalSeed< SpacePoint >::set3().

+ Here is the caller graph for this function:

template<typename SpacePoint >
const std::list< const SpacePoint * > & Acts::Legacy::Seed< SpacePoint >::spacePoints ( ) const
inline

Definition at line 51 of file LegacySeed.hpp.

View newest version in sPHENIX GitHub at line 51 of file LegacySeed.hpp

Referenced by seedComparator::operator()(), and runSeeding().

+ Here is the caller graph for this function:

template<typename SpacePoint >
const double & Acts::Legacy::Seed< SpacePoint >::zVertex ( ) const
inline

Definition at line 72 of file LegacySeed.hpp.

View newest version in sPHENIX GitHub at line 72 of file LegacySeed.hpp

Member Data Documentation

template<typename SpacePoint>
std::list<const SpacePoint*> Acts::Legacy::Seed< SpacePoint >::m_spacepoints
protected

Definition at line 42 of file LegacySeed.hpp.

View newest version in sPHENIX GitHub at line 42 of file LegacySeed.hpp

template<typename SpacePoint>
double Acts::Legacy::Seed< SpacePoint >::m_zvertex
protected

Definition at line 43 of file LegacySeed.hpp.

View newest version in sPHENIX GitHub at line 43 of file LegacySeed.hpp


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