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

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

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

Public Member Functions

 SPForSeed ()
 
 SPForSeed (SpacePoint *const &, const float *)
 
 SPForSeed (SpacePoint *const &, const float *, const float *)
 
 SPForSeed (const SPForSeed &)
 
virtual ~SPForSeed ()
 
SPForSeedoperator= (const SPForSeed &)
 
void set (SpacePoint *const &, const float *)
 
void set (SpacePoint *const &, const float *, const float *)
 
void setQuality (float)
 
void setParam (const float &)
 
const float & x () const
 
const float & y () const
 
const float & z () const
 
const float & radius () const
 
float phi () const
 
const float & covr () const
 
const float & covz () const
 
const float & param () const
 
const float & quality () const
 
const int & surface () const
 

Public Attributes

const SpacePointspacepoint
 

Protected Attributes

float m_x
 
float m_y
 
float m_z
 
float m_r
 
float m_covr
 
float m_covz
 
float m_param
 
float m_q
 
int m_surface
 

Detailed Description

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

Definition at line 35 of file SPForSeed.hpp.

View newest version in sPHENIX GitHub at line 35 of file SPForSeed.hpp

Constructor & Destructor Documentation

template<typename SpacePoint >
Acts::Legacy::SPForSeed< SpacePoint >::SPForSeed ( )
inline

Definition at line 84 of file SPForSeed.hpp.

View newest version in sPHENIX GitHub at line 84 of file SPForSeed.hpp

template<typename SpacePoint >
Acts::Legacy::SPForSeed< SpacePoint >::SPForSeed ( SpacePoint *const &  sp,
const float *  r 
)
inline

Definition at line 113 of file SPForSeed.hpp.

View newest version in sPHENIX GitHub at line 113 of file SPForSeed.hpp

template<typename SpacePoint >
Acts::Legacy::SPForSeed< SpacePoint >::SPForSeed ( SpacePoint *const &  sp,
const float *  r,
const float *  sc 
)
inline

Definition at line 119 of file SPForSeed.hpp.

View newest version in sPHENIX GitHub at line 119 of file SPForSeed.hpp

template<typename SpacePoint >
Acts::Legacy::SPForSeed< SpacePoint >::SPForSeed ( const SPForSeed< SpacePoint > &  sp)
inline

Definition at line 130 of file SPForSeed.hpp.

View newest version in sPHENIX GitHub at line 130 of file SPForSeed.hpp

template<typename SpacePoint >
Acts::Legacy::SPForSeed< SpacePoint >::~SPForSeed ( )
inlinevirtual

Definition at line 139 of file SPForSeed.hpp.

View newest version in sPHENIX GitHub at line 139 of file SPForSeed.hpp

Member Function Documentation

template<typename SpacePoint>
const float& Acts::Legacy::SPForSeed< SpacePoint >::covr ( ) const
inline

Definition at line 59 of file SPForSeed.hpp.

View newest version in sPHENIX GitHub at line 59 of file SPForSeed.hpp

References Acts::Legacy::SPForSeed< SpacePoint >::m_covr.

Referenced by Acts::Legacy::AtlasSeedfinder< SpacePoint >::production3Sp().

+ Here is the caller graph for this function:

template<typename SpacePoint>
const float& Acts::Legacy::SPForSeed< SpacePoint >::covz ( ) const
inline

Definition at line 60 of file SPForSeed.hpp.

View newest version in sPHENIX GitHub at line 60 of file SPForSeed.hpp

References Acts::Legacy::SPForSeed< SpacePoint >::m_covz.

Referenced by Acts::Legacy::AtlasSeedfinder< SpacePoint >::production3Sp().

+ Here is the caller graph for this function:

template<typename SpacePoint>
const float& Acts::Legacy::SPForSeed< SpacePoint >::param ( ) const
inline

Definition at line 61 of file SPForSeed.hpp.

View newest version in sPHENIX GitHub at line 61 of file SPForSeed.hpp

References Acts::Legacy::SPForSeed< SpacePoint >::m_param.

template<typename SpacePoint>
float Acts::Legacy::SPForSeed< SpacePoint >::phi ( ) const
inline

Definition at line 58 of file SPForSeed.hpp.

View newest version in sPHENIX GitHub at line 58 of file SPForSeed.hpp

References Acts::Legacy::SPForSeed< SpacePoint >::m_x, and Acts::Legacy::SPForSeed< SpacePoint >::m_y.

template<typename SpacePoint>
const float& Acts::Legacy::SPForSeed< SpacePoint >::quality ( ) const
inline

Definition at line 62 of file SPForSeed.hpp.

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

References Acts::Legacy::SPForSeed< SpacePoint >::m_q.

Referenced by Acts::Legacy::AtlasSeedfinder< SpacePoint >::newOneSeedWithCurvaturesComparison().

+ Here is the caller graph for this function:

template<typename SpacePoint>
const float& Acts::Legacy::SPForSeed< SpacePoint >::radius ( ) const
inline

Definition at line 57 of file SPForSeed.hpp.

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

References Acts::Legacy::SPForSeed< SpacePoint >::m_r.

Referenced by Acts::Legacy::AtlasSeedfinder< SpacePoint >::newEvent().

+ Here is the caller graph for this function:

template<typename SpacePoint >
void Acts::Legacy::SPForSeed< SpacePoint >::set ( SpacePoint *const &  sp,
const float *  r 
)
inline

Definition at line 146 of file SPForSeed.hpp.

View newest version in sPHENIX GitHub at line 146 of file SPForSeed.hpp

Referenced by Acts::Legacy::AtlasSeedfinder< SpacePoint >::newSpacePoint().

+ Here is the caller graph for this function:

template<typename SpacePoint >
void Acts::Legacy::SPForSeed< SpacePoint >::set ( SpacePoint *const &  sp,
const float *  r,
const float *  sc 
)
inline

Definition at line 185 of file SPForSeed.hpp.

View newest version in sPHENIX GitHub at line 185 of file SPForSeed.hpp

template<typename SpacePoint >
void Acts::Legacy::SPForSeed< SpacePoint >::setParam ( const float &  p)
inline

Definition at line 240 of file SPForSeed.hpp.

View newest version in sPHENIX GitHub at line 240 of file SPForSeed.hpp

References p.

template<typename SpacePoint >
void Acts::Legacy::SPForSeed< SpacePoint >::setQuality ( float  q)
inline

Definition at line 244 of file SPForSeed.hpp.

View newest version in sPHENIX GitHub at line 244 of file SPForSeed.hpp

template<typename SpacePoint>
const int& Acts::Legacy::SPForSeed< SpacePoint >::surface ( ) const
inline

Definition at line 64 of file SPForSeed.hpp.

View newest version in sPHENIX GitHub at line 64 of file SPForSeed.hpp

References Acts::Legacy::SPForSeed< SpacePoint >::m_surface.

template<typename SpacePoint>
const float& Acts::Legacy::SPForSeed< SpacePoint >::x ( ) const
inline

Definition at line 54 of file SPForSeed.hpp.

View newest version in sPHENIX GitHub at line 54 of file SPForSeed.hpp

References Acts::Legacy::SPForSeed< SpacePoint >::m_x.

Referenced by eicpy.qaplots.LogAxis::apply(), Acts::Legacy::AtlasSeedfinder< SpacePoint >::production3Sp(), and eicpy.qaplots.LogAxis::rebin().

+ Here is the caller graph for this function:

template<typename SpacePoint>
const float& Acts::Legacy::SPForSeed< SpacePoint >::y ( ) const
inline

Definition at line 55 of file SPForSeed.hpp.

View newest version in sPHENIX GitHub at line 55 of file SPForSeed.hpp

References Acts::Legacy::SPForSeed< SpacePoint >::m_y.

Referenced by eicpy.qaplots.LogAxis::apply(), Acts::Legacy::AtlasSeedfinder< SpacePoint >::production3Sp(), and eicpy.qaplots.LogAxis::rebin().

+ Here is the caller graph for this function:

template<typename SpacePoint>
const float& Acts::Legacy::SPForSeed< SpacePoint >::z ( ) const
inline

Definition at line 56 of file SPForSeed.hpp.

View newest version in sPHENIX GitHub at line 56 of file SPForSeed.hpp

References Acts::Legacy::SPForSeed< SpacePoint >::m_z.

Referenced by eicpy.qaplots.LogAxis::apply(), Acts::Legacy::AtlasSeedfinder< SpacePoint >::production3Sp(), and eicpy.qaplots.LogAxis::rebin().

+ Here is the caller graph for this function:

Member Data Documentation

template<typename SpacePoint>
float Acts::Legacy::SPForSeed< SpacePoint >::m_covr
protected

Definition at line 71 of file SPForSeed.hpp.

View newest version in sPHENIX GitHub at line 71 of file SPForSeed.hpp

Referenced by Acts::Legacy::SPForSeed< SpacePoint >::covr(), and Acts::Legacy::SPForSeed< SpacePoint >::operator=().

template<typename SpacePoint>
float Acts::Legacy::SPForSeed< SpacePoint >::m_covz
protected

Definition at line 72 of file SPForSeed.hpp.

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

Referenced by Acts::Legacy::SPForSeed< SpacePoint >::covz(), and Acts::Legacy::SPForSeed< SpacePoint >::operator=().

template<typename SpacePoint>
float Acts::Legacy::SPForSeed< SpacePoint >::m_param
protected

Definition at line 73 of file SPForSeed.hpp.

View newest version in sPHENIX GitHub at line 73 of file SPForSeed.hpp

Referenced by Acts::Legacy::SPForSeed< SpacePoint >::param().

template<typename SpacePoint>
float Acts::Legacy::SPForSeed< SpacePoint >::m_q
protected

Definition at line 74 of file SPForSeed.hpp.

View newest version in sPHENIX GitHub at line 74 of file SPForSeed.hpp

Referenced by Acts::Legacy::SPForSeed< SpacePoint >::operator=(), and Acts::Legacy::SPForSeed< SpacePoint >::quality().

template<typename SpacePoint>
float Acts::Legacy::SPForSeed< SpacePoint >::m_r
protected

Definition at line 70 of file SPForSeed.hpp.

View newest version in sPHENIX GitHub at line 70 of file SPForSeed.hpp

Referenced by Acts::Legacy::SPForSeed< SpacePoint >::operator=(), and Acts::Legacy::SPForSeed< SpacePoint >::radius().

template<typename SpacePoint>
int Acts::Legacy::SPForSeed< SpacePoint >::m_surface
protected

Definition at line 76 of file SPForSeed.hpp.

View newest version in sPHENIX GitHub at line 76 of file SPForSeed.hpp

Referenced by Acts::Legacy::SPForSeed< SpacePoint >::surface().

template<typename SpacePoint>
float Acts::Legacy::SPForSeed< SpacePoint >::m_x
protected

Definition at line 67 of file SPForSeed.hpp.

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

Referenced by Acts::Legacy::SPForSeed< SpacePoint >::operator=(), Acts::Legacy::SPForSeed< SpacePoint >::phi(), and Acts::Legacy::SPForSeed< SpacePoint >::x().

template<typename SpacePoint>
float Acts::Legacy::SPForSeed< SpacePoint >::m_y
protected

Definition at line 68 of file SPForSeed.hpp.

View newest version in sPHENIX GitHub at line 68 of file SPForSeed.hpp

Referenced by Acts::Legacy::SPForSeed< SpacePoint >::operator=(), Acts::Legacy::SPForSeed< SpacePoint >::phi(), and Acts::Legacy::SPForSeed< SpacePoint >::y().

template<typename SpacePoint>
float Acts::Legacy::SPForSeed< SpacePoint >::m_z
protected

Definition at line 69 of file SPForSeed.hpp.

View newest version in sPHENIX GitHub at line 69 of file SPForSeed.hpp

Referenced by Acts::Legacy::SPForSeed< SpacePoint >::operator=(), and Acts::Legacy::SPForSeed< SpacePoint >::z().

template<typename SpacePoint>
const SpacePoint* Acts::Legacy::SPForSeed< SpacePoint >::spacepoint

Definition at line 53 of file SPForSeed.hpp.

View newest version in sPHENIX GitHub at line 53 of file SPForSeed.hpp

Referenced by Acts::Legacy::AtlasSeedfinder< SpacePoint >::newOneSeedWithCurvaturesComparison(), and Acts::Legacy::SPForSeed< SpacePoint >::operator=().


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