|
DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Go to the documentation of this file.
12 #ifndef DDG4_RUNPARAMETERS_H
13 #define DDG4_RUNPARAMETERS_H
35 std::map<std::string, std::vector<std::string>>
m_strValues {};
68 #endif // DDG4_RUNPARAMETERS_H
auto const & strParameters() const
Get the string Run parameters.
RunParameters()=default
Initializing constructor.
auto const & dblParameters() const
Get the double Run parameters.
std::map< std::string, std::vector< double > > m_dblValues
Extension to pass input run data to output run data.
auto const & fltParameters() const
Get the float Run parameters.
void setRunNumber(int runNumber)
Set the Run parameters.
~RunParameters()=default
Default destructor.
std::map< std::string, std::vector< float > > m_fltValues
void extractParameters(T &destination)
Put parameters into destination.
int runNumber() const
Get the run number.
std::map< std::string, std::vector< int > > m_intValues
Namespace for the AIDA detector description toolkit.
std::map< std::string, std::vector< std::string > > m_strValues
void ingestParameters(T const &source)
Copy the parameters from source.
auto const & intParameters() const
Get the int Run parameters.