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