Analysis Software
Documentation for sPHENIX simulation software
|
Public Member Functions | |
vector2D () | |
vector2D (size_t d1, size_t d2, T const &t=T()) | |
size_t | size (int dim) const |
void | resize (size_t x1, size_t x2, T const &t=T()) |
T & | operator() (size_t i, size_t j) |
T const & | operator() (size_t i, size_t j) const |
T * | operator[] (size_t i) |
const T * | operator[] (size_t i) const |
T * | data () |
const T * | data () const |
Private Member Functions | |
const Acts::Logger & | logger () const |
Private access to the logging instance. | |
Private Attributes | |
size_t | m_d1 |
size_t | m_d2 |
std::vector< T > | m_data |
std::unique_ptr< const Acts::Logger > | m_logger |
the logging instance | |
Definition at line 18 of file HoughVectors.hpp.
View newest version in sPHENIX GitHub at line 18 of file HoughVectors.hpp
Definition at line 30 of file HoughVectors.hpp.
View newest version in sPHENIX GitHub at line 30 of file HoughVectors.hpp
References Acts::Logging::ERROR, Acts::getDefaultLogger(), and vector2D< T >::m_logger.
Definition at line 34 of file HoughVectors.hpp.
View newest version in sPHENIX GitHub at line 34 of file HoughVectors.hpp
References Acts::Logging::ERROR, Acts::getDefaultLogger(), and vector2D< T >::m_logger.
Definition at line 97 of file HoughVectors.hpp.
View newest version in sPHENIX GitHub at line 97 of file HoughVectors.hpp
References vector2D< T >::m_data.
Definition at line 99 of file HoughVectors.hpp.
View newest version in sPHENIX GitHub at line 99 of file HoughVectors.hpp
References vector2D< T >::m_data.
|
inlineprivate |
Private access to the logging instance.
Definition at line 24 of file HoughVectors.hpp.
View newest version in sPHENIX GitHub at line 24 of file HoughVectors.hpp
References vector2D< T >::m_logger.
Definition at line 57 of file HoughVectors.hpp.
View newest version in sPHENIX GitHub at line 57 of file HoughVectors.hpp
References ACTS_ERROR, j, vector2D< T >::m_d1, vector2D< T >::m_d2, vector2D< T >::m_data, and physmon_simulation::s.
Definition at line 67 of file HoughVectors.hpp.
View newest version in sPHENIX GitHub at line 67 of file HoughVectors.hpp
References ACTS_ERROR, j, vector2D< T >::m_d1, vector2D< T >::m_d2, vector2D< T >::m_data, and physmon_simulation::s.
Definition at line 77 of file HoughVectors.hpp.
View newest version in sPHENIX GitHub at line 77 of file HoughVectors.hpp
References ACTS_ERROR, vector2D< T >::m_d1, vector2D< T >::m_d2, vector2D< T >::m_data, and physmon_simulation::s.
Definition at line 87 of file HoughVectors.hpp.
View newest version in sPHENIX GitHub at line 87 of file HoughVectors.hpp
References ACTS_ERROR, vector2D< T >::m_d1, vector2D< T >::m_d2, vector2D< T >::m_data, and physmon_simulation::s.
Definition at line 51 of file HoughVectors.hpp.
View newest version in sPHENIX GitHub at line 51 of file HoughVectors.hpp
References vector2D< T >::m_d1, vector2D< T >::m_d2, vector2D< T >::m_data, and t.
Definition at line 39 of file HoughVectors.hpp.
View newest version in sPHENIX GitHub at line 39 of file HoughVectors.hpp
References ACTS_ERROR, vector2D< T >::m_d1, and vector2D< T >::m_d2.
Referenced by ActsExamples::HoughTransformSeeder::passThreshold().
Definition at line 20 of file HoughVectors.hpp.
View newest version in sPHENIX GitHub at line 20 of file HoughVectors.hpp
Referenced by vector2D< T >::operator()(), vector2D< T >::operator[](), vector2D< T >::resize(), and vector2D< T >::size().
Definition at line 20 of file HoughVectors.hpp.
View newest version in sPHENIX GitHub at line 20 of file HoughVectors.hpp
Referenced by vector2D< T >::operator()(), vector2D< T >::operator[](), vector2D< T >::resize(), and vector2D< T >::size().
Definition at line 21 of file HoughVectors.hpp.
View newest version in sPHENIX GitHub at line 21 of file HoughVectors.hpp
Referenced by vector2D< T >::data(), vector2D< T >::operator()(), vector2D< T >::operator[](), and vector2D< T >::resize().
|
private |
the logging instance
Definition at line 27 of file HoughVectors.hpp.
View newest version in sPHENIX GitHub at line 27 of file HoughVectors.hpp
Referenced by vector2D< T >::logger(), and vector2D< T >::vector2D().