Extension to pass input data to output data.
More...
#include <ExtensionParameters.h>
|
std::map< std::string, std::vector< int > > | m_intValues {} |
|
std::map< std::string, std::vector< float > > | m_fltValues {} |
|
std::map< std::string, std::vector< std::string > > | m_strValues {} |
|
std::map< std::string, std::vector< double > > | m_dblValues {} |
|
Extension to pass input data to output data.
- Version
- 1.0
Definition at line 31 of file ExtensionParameters.h.
◆ dblParameters()
auto const& dd4hep::sim::ExtensionParameters::dblParameters |
( |
| ) |
const |
|
inline |
◆ fltParameters()
auto const& dd4hep::sim::ExtensionParameters::fltParameters |
( |
| ) |
const |
|
inline |
◆ intParameters()
auto const& dd4hep::sim::ExtensionParameters::intParameters |
( |
| ) |
const |
|
inline |
◆ strParameters()
auto const& dd4hep::sim::ExtensionParameters::strParameters |
( |
| ) |
const |
|
inline |
◆ m_dblValues
std::map<std::string, std::vector<double> > dd4hep::sim::ExtensionParameters::m_dblValues {} |
|
protected |
◆ m_fltValues
std::map<std::string, std::vector<float> > dd4hep::sim::ExtensionParameters::m_fltValues {} |
|
protected |
◆ m_intValues
std::map<std::string, std::vector<int> > dd4hep::sim::ExtensionParameters::m_intValues {} |
|
protected |
◆ m_strValues
std::map<std::string, std::vector<std::string> > dd4hep::sim::ExtensionParameters::m_strValues {} |
|
protected |
The documentation for this class was generated from the following file: