EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
parameterlist Class Reference

#include <estarlight/blob/master/include/inputParameters.h>

+ Collaboration diagram for parameterlist:

Public Member Functions

 parameterlist ()
 
void add (parameterbase *p)
 
std::string validationKey ()
 

Private Attributes

std::vector< parameterbase * > _parameters
 

Detailed Description

Definition at line 48 of file inputParameters.h.

View newest version in sPHENIX GitHub at line 48 of file inputParameters.h

Constructor & Destructor Documentation

parameterlist::parameterlist ( )
inline

Definition at line 52 of file inputParameters.h.

View newest version in sPHENIX GitHub at line 52 of file inputParameters.h

Member Function Documentation

void parameterlist::add ( parameterbase p)
inline

Definition at line 54 of file inputParameters.h.

View newest version in sPHENIX GitHub at line 54 of file inputParameters.h

References _parameters.

Referenced by parameterbase::parameterbase().

+ Here is the caller graph for this function:

std::string parameterlist::validationKey ( )
inline

Definition at line 161 of file inputParameters.h.

View newest version in sPHENIX GitHub at line 161 of file inputParameters.h

References _parameters, and Acts::UnitConstants::s.

Referenced by operator<<(), and inputParameters::parameterValueKey().

+ Here is the caller graph for this function:

Member Data Documentation

std::vector<parameterbase*> parameterlist::_parameters
private

Definition at line 65 of file inputParameters.h.

View newest version in sPHENIX GitHub at line 65 of file inputParameters.h

Referenced by add(), and validationKey().


The documentation for this class was generated from the following file: