![]() |
ATLAS Offline Software
|
#include <FastInputPreprocessor.h>
Public Member Functions | |
| FastInputPreprocessor (const std::vector< Input > &inputs, const std::vector< std::string > &order) | |
| VectorXd | operator() (const VectorXd &) const |
Private Attributes | |
| VectorXd | m_offsets |
| VectorXd | m_scales |
| std::vector< size_t > | m_indices |
Definition at line 32 of file FastInputPreprocessor.h.
| lwt::atlas::FastInputPreprocessor::FastInputPreprocessor | ( | const std::vector< Input > & | inputs, |
| const std::vector< std::string > & | order ) |
Definition at line 44 of file FastInputPreprocessor.cxx.
| VectorXd lwt::atlas::FastInputPreprocessor::operator() | ( | const VectorXd & | in | ) | const |
Definition at line 58 of file FastInputPreprocessor.cxx.
|
private |
Definition at line 42 of file FastInputPreprocessor.h.
|
private |
Definition at line 40 of file FastInputPreprocessor.h.
|
private |
Definition at line 41 of file FastInputPreprocessor.h.