![]() |
ATLAS Offline Software
|
#include <FastInputPreprocessor.h>
Public Member Functions | |
| FastInputVectorPreprocessor (const std::vector< Input > &inputs, const std::vector< std::string > &order) | |
| MatrixXd | operator() (const MatrixXd &) const |
Private Attributes | |
| VectorXd | m_offsets |
| VectorXd | m_scales |
| std::vector< size_t > | m_indices |
Definition at line 45 of file FastInputPreprocessor.h.
| lwt::atlas::FastInputVectorPreprocessor::FastInputVectorPreprocessor | ( | const std::vector< Input > & | inputs, |
| const std::vector< std::string > & | order ) |
Definition at line 75 of file FastInputPreprocessor.cxx.
| MatrixXd lwt::atlas::FastInputVectorPreprocessor::operator() | ( | const MatrixXd & | in | ) | const |
Definition at line 94 of file FastInputPreprocessor.cxx.
|
private |
Definition at line 55 of file FastInputPreprocessor.h.
|
private |
Definition at line 53 of file FastInputPreprocessor.h.
|
private |
Definition at line 54 of file FastInputPreprocessor.h.