Class Reference for E1039 Core & Analysis Software
PHParameterContainerInterface Class Referenceabstract

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

Public Member Functions

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

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 ()
 
const PHParametersContainerGetParamsContainer ()
 
PHParametersContainerGetParamsContainerModify ()
 
const PHParametersGetDefaultParameters ()
 

Detailed Description

Definition at line 11 of file PHParameterContainerInterface.h.

Constructor & Destructor Documentation

◆ PHParameterContainerInterface()

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

Definition at line 14 of file PHParameterContainerInterface.cc.

◆ ~PHParameterContainerInterface()

PHParameterContainerInterface::~PHParameterContainerInterface ( )
virtual

Definition at line 23 of file PHParameterContainerInterface.cc.

Member Function Documentation

◆ CreateInitialize()

void PHParameterContainerInterface::CreateInitialize ( const int  detid)

Definition at line 252 of file PHParameterContainerInterface.cc.

References PHParametersContainer::AddPHParameters(), PHParametersContainer::GetParametersToModify(), and PHParametersContainer::Name().

Referenced by UpdateParametersWithMacro().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ExistDetid()

int PHParameterContainerInterface::ExistDetid ( const int  detid) const

Definition at line 266 of file PHParameterContainerInterface.cc.

References PHParametersContainer::ExistDetid().

+ Here is the call graph for this function:

◆ get_double_param()

double PHParameterContainerInterface::get_double_param ( const int  id,
const std::string &  name 
) const

Definition at line 109 of file PHParameterContainerInterface.cc.

References PHParameters::get_double_param(), PHParametersContainer::GetParameters(), and PHParametersContainer::Name().

+ Here is the call graph for this function:

◆ get_int_param()

int PHParameterContainerInterface::get_int_param ( const int  id,
const std::string &  name 
) const

Definition at line 149 of file PHParameterContainerInterface.cc.

References PHParameters::get_int_param(), PHParametersContainer::GetParameters(), and PHParametersContainer::Name().

+ Here is the call graph for this function:

◆ get_string_param()

string PHParameterContainerInterface::get_string_param ( const int  id,
const std::string &  name 
) const

Definition at line 190 of file PHParameterContainerInterface.cc.

References PHParameters::get_string_param(), PHParametersContainer::GetParameters(), and PHParametersContainer::Name().

+ Here is the call graph for this function:

◆ GetDefaultParameters()

const PHParameters* PHParameterContainerInterface::GetDefaultParameters ( )
inlineprotected

Definition at line 41 of file PHParameterContainerInterface.h.

◆ GetParamsContainer()

const PHParametersContainer* PHParameterContainerInterface::GetParamsContainer ( )
inlineprotected

Definition at line 39 of file PHParameterContainerInterface.h.

◆ GetParamsContainerModify()

PHParametersContainer* PHParameterContainerInterface::GetParamsContainerModify ( )
inlineprotected

Definition at line 40 of file PHParameterContainerInterface.h.

◆ InitializeParameters()

void PHParameterContainerInterface::InitializeParameters ( )
protected

Definition at line 246 of file PHParameterContainerInterface.cc.

References SetDefaultParameters().

+ Here is the call graph for this function:

◆ PutOnParNode()

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

Definition at line 240 of file PHParameterContainerInterface.cc.

References PHCompositeNode::addNode().

+ Here is the call graph for this function:

◆ SaveToNodeTree()

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

Definition at line 233 of file PHParameterContainerInterface.cc.

References PHParametersContainer::SaveToNodeTree().

+ Here is the call graph for this function:

◆ set_default_double_param()

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

Definition at line 43 of file PHParameterContainerInterface.cc.

References PHParameters::exist_double_param(), PHParameters::get_double_param(), and PHParameters::set_double_param().

+ Here is the call graph for this function:

◆ set_default_int_param()

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

Definition at line 56 of file PHParameterContainerInterface.cc.

References PHParameters::exist_int_param(), PHParameters::get_int_param(), and PHParameters::set_int_param().

+ Here is the call graph for this function:

◆ set_default_string_param()

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

Definition at line 69 of file PHParameterContainerInterface.cc.

References PHParameters::exist_string_param(), PHParameters::get_string_param(), and PHParameters::set_string_param().

+ Here is the call graph for this function:

◆ set_double_param()

void PHParameterContainerInterface::set_double_param ( const int  id,
const std::string &  name,
const double  dval 
)

Definition at line 82 of file PHParameterContainerInterface.cc.

References PHParameters::exist_double_param(), PHParametersContainer::Name(), PHParameters::printdouble(), and PHParameters::set_double_param().

+ Here is the call graph for this function:

◆ set_int_param()

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

Definition at line 122 of file PHParameterContainerInterface.cc.

References PHParametersContainer::AddPHParameters(), PHParameters::exist_int_param(), PHParametersContainer::Name(), PHParameters::printint(), and PHParameters::set_int_param().

+ Here is the call graph for this function:

◆ set_name()

void PHParameterContainerInterface::set_name ( const std::string &  name)

Definition at line 37 of file PHParameterContainerInterface.cc.

References PHParametersContainer::set_name().

+ Here is the call graph for this function:

◆ set_string_param()

void PHParameterContainerInterface::set_string_param ( const int  id,
const std::string &  name,
const std::string &  sval 
)

Definition at line 162 of file PHParameterContainerInterface.cc.

References PHParametersContainer::AddPHParameters(), PHParameters::exist_string_param(), PHParametersContainer::Name(), PHParameters::printstring(), and PHParameters::set_string_param().

+ Here is the call graph for this function:

◆ SetDefaultParameters()

virtual void PHParameterContainerInterface::SetDefaultParameters ( )
pure virtual

Referenced by InitializeParameters().

+ Here is the caller graph for this function:

◆ UpdateParametersWithMacro()

void PHParameterContainerInterface::UpdateParametersWithMacro ( )

Definition at line 203 of file PHParameterContainerInterface.cc.

References CreateInitialize(), PHParameters::get_all_double_params(), PHParametersContainer::GetParametersToModify(), 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: