EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "starlightconstants.h"
#include "inputParser.h"
#include <string>
#include <ostream>
#include <vector>
#include <sstream>
Go to the source code of this file.
Classes | |
class | parameterlist |
class | parameterbase |
class | parameter< T, validate > |
class | inputParameters |
Macros | |
#define | VALIDITY_CHECK true |
#define | NO_VALIDITY_CHECK false |
Functions | |
template<typename S , bool v> | |
std::ostream & | operator<< (std::ostream &os, const parameter< S, v > &par) |
std::ostream & | operator<< (std::ostream &os, const parameterbase &par) |
std::ostream & | operator<< (std::ostream &out, const inputParameters &par) |
#define NO_VALIDITY_CHECK false |
Definition at line 310 of file inputParameters.h.
View newest version in sPHENIX GitHub at line 310 of file inputParameters.h
#define VALIDITY_CHECK true |
Definition at line 309 of file inputParameters.h.
View newest version in sPHENIX GitHub at line 309 of file inputParameters.h
|
inline |
Definition at line 150 of file inputParameters.h.
View newest version in sPHENIX GitHub at line 150 of file inputParameters.h
std::ostream& operator<< | ( | std::ostream & | os, |
const parameterbase & | par | ||
) |
Definition at line 156 of file inputParameters.h.
View newest version in sPHENIX GitHub at line 156 of file inputParameters.h
References parameterbase::_parameters, and parameterlist::validationKey().
|
inline |
Definition at line 409 of file inputParameters.h.
View newest version in sPHENIX GitHub at line 409 of file inputParameters.h
References inputParameters::print().