EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
inputParameters.h File Reference
#include "starlightconstants.h"
#include "inputParser.h"
#include <string>
#include <ostream>
#include <vector>
#include <sstream>
+ Include dependency graph for inputParameters.h:
+ This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

#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

Function Documentation

template<typename S , bool v>
std::ostream& operator<< ( std::ostream &  os,
const parameter< S, v > &  par 
)
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().

+ Here is the call graph for this function:

std::ostream& operator<< ( std::ostream &  out,
const inputParameters par 
)
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().

+ Here is the call graph for this function: