EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
_parameter (std::string name, T *val, bool required=true, bool found=false) | |
bool | operator== (const _parameter &rhs) const |
bool | operator< (const _parameter &rhs) const |
void | printParameterInfo (std::ostream &out=std::cout) |
Public Attributes | |
std::string | _name |
T * | _val |
bool | _required |
bool | _found |
Definition at line 95 of file inputParser.h.
View newest version in sPHENIX GitHub at line 95 of file inputParser.h
|
inline |
Definition at line 98 of file inputParser.h.
View newest version in sPHENIX GitHub at line 98 of file inputParser.h
|
inline |
Definition at line 102 of file inputParser.h.
View newest version in sPHENIX GitHub at line 102 of file inputParser.h
|
inline |
Definition at line 100 of file inputParser.h.
View newest version in sPHENIX GitHub at line 100 of file inputParser.h
|
inline |
Definition at line 104 of file inputParser.h.
View newest version in sPHENIX GitHub at line 104 of file inputParser.h
bool inputParser::_parameter< T >::_found |
Definition at line 122 of file inputParser.h.
View newest version in sPHENIX GitHub at line 122 of file inputParser.h
Referenced by inputParser::_parameter< bool >::printParameterInfo().
std::string inputParser::_parameter< T >::_name |
Definition at line 119 of file inputParser.h.
View newest version in sPHENIX GitHub at line 119 of file inputParser.h
Referenced by inputParser::_parameter< bool >::operator<(), inputParser::_parameter< bool >::operator==(), and inputParser::_parameter< bool >::printParameterInfo().
bool inputParser::_parameter< T >::_required |
Definition at line 121 of file inputParser.h.
View newest version in sPHENIX GitHub at line 121 of file inputParser.h
T* inputParser::_parameter< T >::_val |
Definition at line 120 of file inputParser.h.
View newest version in sPHENIX GitHub at line 120 of file inputParser.h
Referenced by inputParser::_parameter< bool >::printParameterInfo().