Analysis Software
Documentation for sPHENIX simulation 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 doublezVertex () const
 

Protected Attributes

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

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 ( )
template<typename SpacePoint>
Acts::Legacy::Seed< SpacePoint >::Seed ( const SpacePoint ,
const SpacePoint ,
const SpacePoint ,
const double   
)
template<typename SpacePoint>
Acts::Legacy::Seed< SpacePoint >::Seed ( const Seed< SpacePoint > &  )
template<typename SpacePoint>
virtual Acts::Legacy::Seed< SpacePoint >::~Seed ( )
virtual

Member Function Documentation

template<typename SpacePoint>
void Acts::Legacy::Seed< SpacePoint >::add ( const SpacePoint *&  )
template<typename SpacePoint>
void Acts::Legacy::Seed< SpacePoint >::erase ( )
template<typename SpacePoint>
Seed& Acts::Legacy::Seed< SpacePoint >::operator= ( const Seed< SpacePoint > &  )
template<typename SpacePoint>
void Acts::Legacy::Seed< SpacePoint >::setZVertex ( const double )
template<typename SpacePoint>
const std::list<const SpacePoint*>& Acts::Legacy::Seed< SpacePoint >::spacePoints ( ) const

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

Member Data Documentation

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

Definition at line 43 of file LegacySeed.hpp.

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

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

Definition at line 44 of file LegacySeed.hpp.

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


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