Class Reference for E1039 Core & Analysis Software
PHParameterInterface Class Referenceabstract

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/database/PHParameter/PHParameterInterface.h>

Public Member Functions

 PHParameterInterface (const std::string &name)
 
virtual ~PHParameterInterface ()
 
void set_paramname (const std::string &name)
 
virtual void SetDefaultParameters ()=0
 
void set_double_param (const std::string &name, const double dval)
 
double get_double_param (const std::string &name) const
 
void set_int_param (const std::string &name, const int ival)
 
int get_int_param (const std::string &name) const
 
void set_string_param (const std::string &name, const std::string &sval)
 
std::string get_string_param (const std::string &name) const
 
void UpdateParametersWithMacro ()
 
void SaveToNodeTree (PHCompositeNode *runNode, const std::string &nodename)
 
void PutOnParNode (PHCompositeNode *parNode, const std::string &nodename)
 

Protected Member Functions

void set_default_double_param (const std::string &name, const double dval)
 
void set_default_int_param (const std::string &name, const int ival)
 
void set_default_string_param (const std::string &name, const std::string &sval)
 
void InitializeParameters ()
 

Detailed Description

Definition at line 10 of file PHParameterInterface.h.

Constructor & Destructor Documentation

◆ PHParameterInterface()

PHParameterInterface::PHParameterInterface ( const std::string &  name)

Definition at line 11 of file PHParameterInterface.cc.

◆ ~PHParameterInterface()

virtual PHParameterInterface::~PHParameterInterface ( )
inlinevirtual

Definition at line 14 of file PHParameterInterface.h.

Member Function Documentation

◆ get_double_param()

double PHParameterInterface::get_double_param ( const std::string &  name) const

Definition at line 85 of file PHParameterInterface.cc.

References PHParameters::get_double_param().

+ Here is the call graph for this function:

◆ get_int_param()

int PHParameterInterface::get_int_param ( const std::string &  name) const

Definition at line 107 of file PHParameterInterface.cc.

References PHParameters::get_int_param().

+ Here is the call graph for this function:

◆ get_string_param()

string PHParameterInterface::get_string_param ( const std::string &  name) const

Definition at line 129 of file PHParameterInterface.cc.

References PHParameters::get_string_param().

+ Here is the call graph for this function:

◆ InitializeParameters()

void PHParameterInterface::InitializeParameters ( )
protected

Definition at line 166 of file PHParameterInterface.cc.

References PHParameters::set_double_param(), PHParameters::set_int_param(), PHParameters::set_string_param(), and SetDefaultParameters().

+ Here is the call graph for this function:

◆ PutOnParNode()

void PHParameterInterface::PutOnParNode ( PHCompositeNode parNode,
const std::string &  nodename 
)

Definition at line 160 of file PHParameterInterface.cc.

References PHCompositeNode::addNode().

+ Here is the call graph for this function:

◆ SaveToNodeTree()

void PHParameterInterface::SaveToNodeTree ( PHCompositeNode runNode,
const std::string &  nodename 
)

Definition at line 153 of file PHParameterInterface.cc.

References PHParameters::SaveToNodeTree().

+ Here is the call graph for this function:

◆ set_default_double_param()

void PHParameterInterface::set_default_double_param ( const std::string &  name,
const double  dval 
)
protected

Definition at line 22 of file PHParameterInterface.cc.

◆ set_default_int_param()

void PHParameterInterface::set_default_int_param ( const std::string &  name,
const int  ival 
)
protected

Definition at line 38 of file PHParameterInterface.cc.

◆ set_default_string_param()

void PHParameterInterface::set_default_string_param ( const std::string &  name,
const std::string &  sval 
)
protected

Definition at line 54 of file PHParameterInterface.cc.

◆ set_double_param()

void PHParameterInterface::set_double_param ( const std::string &  name,
const double  dval 
)

Definition at line 69 of file PHParameterInterface.cc.

◆ set_int_param()

void PHParameterInterface::set_int_param ( const std::string &  name,
const int  ival 
)

Definition at line 91 of file PHParameterInterface.cc.

◆ set_paramname()

void PHParameterInterface::set_paramname ( const std::string &  name)

Definition at line 16 of file PHParameterInterface.cc.

References PHParameters::set_name().

+ Here is the call graph for this function:

◆ set_string_param()

void PHParameterInterface::set_string_param ( const std::string &  name,
const std::string &  sval 
)

Definition at line 113 of file PHParameterInterface.cc.

◆ SetDefaultParameters()

virtual void PHParameterInterface::SetDefaultParameters ( )
pure virtual

Referenced by InitializeParameters().

+ Here is the caller graph for this function:

◆ UpdateParametersWithMacro()

void PHParameterInterface::UpdateParametersWithMacro ( )

Definition at line 135 of file PHParameterInterface.cc.

References PHParameters::set_double_param(), PHParameters::set_int_param(), and PHParameters::set_string_param().

+ Here is the call graph for this function:

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