|
GGS(GenericGEANT4Simulation)Software
2.7.0
|
Class for writing parameters into the output Root file. More...
#include <GGSTParameters.h>


Public Member Functions | |
| GGSTParameters () | |
| Default constructor. | |
| GGSTParameters (GGSParameters &¶ms) | |
| Move constructor from base class. More... | |
Public Member Functions inherited from GGSParameters | |
| GGSParameters () | |
| Default constructor. | |
| GGSParameters (GGSParameters &¶ms) | |
| Move constructor. | |
| template<typename T > | |
| void | SetParam (const std::string &name, T value) |
| Sets a parameter. More... | |
| template<class T > | |
| T | GetParam (const std::string &name) const |
| Gets a parameter. More... | |
| bool | AreSameParamsAs (const GGSParameters ¶ms) const |
| Compares two parameter objects. More... | |
| GGSParameters & | operator= (const GGSParameters &rhs) |
| Assignment operator. More... | |
| template<> | |
| void | SetParam (const std::string &name, int value) |
| template<> | |
| void | SetParam (const std::string &name, double value) |
| template<> | |
| void | SetParam (const std::string &name, bool value) |
| template<> | |
| int | GetParam (const std::string &name) const |
| template<> | |
| double | GetParam (const std::string &name) const |
| template<> | |
| bool | GetParam (const std::string &name) const |
Class for writing parameters into the output Root file.
Definition at line 15 of file GGSTParameters.h.
| GGSTParameters::GGSTParameters | ( | GGSParameters && | params | ) |
Move constructor from base class.
| params | The parameters object to be moved. |
Definition at line 14 of file GGSTParameters.cpp.
1.8.5