![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <estarlight/blob/master/include/inputParameters.h>
Inheritance diagram for parameterbase:
Collaboration diagram for parameterbase:Public Member Functions | |
| parameterbase () | |
| virtual std::string | validationkey ()=0 |
| template<typename T > | |
| std::string | toString (T v) |
Static Public Attributes | |
| static parameterlist | _parameters |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const parameterbase &par) |
Definition at line 70 of file inputParameters.h.
View newest version in sPHENIX GitHub at line 70 of file inputParameters.h
|
inline |
Definition at line 75 of file inputParameters.h.
View newest version in sPHENIX GitHub at line 75 of file inputParameters.h
References _parameters, and parameterlist::add().
Here is the call graph for this function:
|
inline |
Definition at line 82 of file inputParameters.h.
View newest version in sPHENIX GitHub at line 82 of file inputParameters.h
References Acts::UnitConstants::s, and v.
Referenced by parameter< bool, NO_VALIDITY_CHECK >::validationkey().
Here is the caller graph for this function:
|
pure virtual |
Implemented in parameter< T, validate >, parameter< unsigned int, VALIDITY_CHECK >, parameter< std::string, NO_VALIDITY_CHECK >, parameter< int, NO_VALIDITY_CHECK >, parameter< int, VALIDITY_CHECK >, parameter< bool, VALIDITY_CHECK >, parameter< double, VALIDITY_CHECK >, and parameter< bool, NO_VALIDITY_CHECK >.
|
friend |
Definition at line 156 of file inputParameters.h.
View newest version in sPHENIX GitHub at line 156 of file inputParameters.h
|
static |
Definition at line 91 of file inputParameters.h.
View newest version in sPHENIX GitHub at line 91 of file inputParameters.h
Referenced by operator<<(), parameterbase(), and inputParameters::parameterValueKey().