|
DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Go to the documentation of this file.
12 #ifndef DDG4_EXTENSIONPARAMETERS_H
13 #define DDG4_EXTENSIONPARAMETERS_H
35 std::map<std::string, std::vector<std::string>>
m_strValues {};
52 #endif // DDG4_EXTENSIONPARAMETERS_H
auto const & dblParameters() const
Get the double parameters.
std::map< std::string, std::vector< std::string > > m_strValues
Extension to pass input data to output data.
auto const & fltParameters() const
Get the float parameters.
std::map< std::string, std::vector< int > > m_intValues
std::map< std::string, std::vector< double > > m_dblValues
std::map< std::string, std::vector< float > > m_fltValues
auto const & intParameters() const
Get the int parameters.
Namespace for the AIDA detector description toolkit.
auto const & strParameters() const
Get the string parameters.