Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/database/pdbcal/base/PdbParameterMap.h>
Public Types | |
typedef std::map< const std::string, double > | dMap |
typedef std::map< const std::string, int > | iMap |
typedef std::map< const std::string, std::string > | strMap |
typedef dMap::const_iterator | dIter |
typedef iMap::const_iterator | iIter |
typedef strMap::const_iterator | strIter |
typedef std::pair< dIter, dIter > | dConstRange |
typedef std::pair< iIter, iIter > | iConstRange |
typedef std::pair< strIter, strIter > | strConstRange |
Public Member Functions | |
PdbParameterMap () | |
virtual | ~PdbParameterMap () |
void | print () const |
void | Reset () |
Clear Event. More... | |
size_t | get_hash () const |
hash of binary information for checking purpose More... | |
dConstRange | get_dparam_iters () const |
iConstRange | get_iparam_iters () const |
strConstRange | get_cparam_iters () const |
void | set_int_param (const std::string &name, const int ival) |
void | set_double_param (const std::string &name, const double dval) |
void | set_string_param (const std::string &name, const std::string &str) |
![]() | |
PdbCalChan () | |
virtual | ~PdbCalChan () |
ClassDef (PdbCalChan, 1) | |
![]() | |
PHObject () | |
ctor More... | |
virtual | ~PHObject () |
dtor More... | |
virtual PHObject * | clone () const |
Virtual copy constructor. More... | |
virtual void | identify (std::ostream &os=std::cout) const |
virtual int | isValid () const |
isValid returns non zero if object contains vailid data More... | |
virtual int | isValid (const float) const |
virtual int | isValid (const double) const |
virtual int | isValid (const int) const |
virtual int | isValid (const unsigned int) const |
virtual int | isImplemented (const float f) const |
virtual int | isImplemented (const double f) const |
virtual int | isImplemented (const int i) const |
virtual int | isImplemented (const unsigned int i) const |
void | SplitLevel (const int i) |
int | SplitLevel () const |
void | BufferSize (const int i) |
int | BufferSize () const |
Protected Attributes | |
dMap | dparams |
iMap | iparams |
strMap | cparams |
Definition at line 9 of file PdbParameterMap.h.
typedef std::pair<dIter, dIter> PdbParameterMap::dConstRange |
Definition at line 18 of file PdbParameterMap.h.
typedef dMap::const_iterator PdbParameterMap::dIter |
Definition at line 15 of file PdbParameterMap.h.
typedef std::map<const std::string, double> PdbParameterMap::dMap |
Definition at line 12 of file PdbParameterMap.h.
typedef std::pair<iIter, iIter> PdbParameterMap::iConstRange |
Definition at line 19 of file PdbParameterMap.h.
typedef iMap::const_iterator PdbParameterMap::iIter |
Definition at line 16 of file PdbParameterMap.h.
typedef std::map<const std::string, int> PdbParameterMap::iMap |
Definition at line 13 of file PdbParameterMap.h.
typedef std::pair<strIter, strIter> PdbParameterMap::strConstRange |
Definition at line 20 of file PdbParameterMap.h.
typedef strMap::const_iterator PdbParameterMap::strIter |
Definition at line 17 of file PdbParameterMap.h.
typedef std::map<const std::string, std::string> PdbParameterMap::strMap |
Definition at line 14 of file PdbParameterMap.h.
|
inline |
Definition at line 22 of file PdbParameterMap.h.
|
inlinevirtual |
Definition at line 23 of file PdbParameterMap.h.
|
inline |
Definition at line 38 of file PdbParameterMap.h.
References cparams.
Referenced by PHParameters::FillFrom(), and PHG4Parameters::FillFrom().
|
inline |
Definition at line 31 of file PdbParameterMap.h.
References dparams.
Referenced by PHParameters::FillFrom(), and PHG4Parameters::FillFrom().
size_t PdbParameterMap::get_hash | ( | ) | const |
hash of binary information for checking purpose
Definition at line 59 of file PdbParameterMap.cc.
|
inline |
Definition at line 34 of file PdbParameterMap.h.
References iparams.
Referenced by PHParameters::FillFrom(), and PHG4Parameters::FillFrom().
|
virtual |
Implements PdbCalChan.
Definition at line 9 of file PdbParameterMap.cc.
|
virtual |
Clear Event.
Reimplemented from PHObject.
Definition at line 31 of file PdbParameterMap.cc.
Referenced by PHParameters::SaveToNodeTree(), and PHG4Parameters::SaveToNodeTree().
void PdbParameterMap::set_double_param | ( | const std::string & | name, |
const double | dval | ||
) |
Definition at line 46 of file PdbParameterMap.cc.
Referenced by PHParameters::CopyToPdbParameterMap(), and PHG4Parameters::CopyToPdbParameterMap().
void PdbParameterMap::set_int_param | ( | const std::string & | name, |
const int | ival | ||
) |
Definition at line 40 of file PdbParameterMap.cc.
Referenced by PHParameters::CopyToPdbParameterMap(), and PHG4Parameters::CopyToPdbParameterMap().
void PdbParameterMap::set_string_param | ( | const std::string & | name, |
const std::string & | str | ||
) |
Definition at line 52 of file PdbParameterMap.cc.
Referenced by PHParameters::CopyToPdbParameterMap(), and PHG4Parameters::CopyToPdbParameterMap().
|
protected |
Definition at line 49 of file PdbParameterMap.h.
Referenced by get_cparam_iters().
|
protected |
Definition at line 47 of file PdbParameterMap.h.
Referenced by get_dparam_iters().
|
protected |
Definition at line 48 of file PdbParameterMap.h.
Referenced by get_iparam_iters().