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

#include <fun4all_coresoftware/blob/master/offline/database/pdbcal/base/PdbParameterMap.h>

+ Inheritance diagram for PdbParameterMap:
+ Collaboration diagram for PdbParameterMap:

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, dIterdConstRange
 
typedef std::pair< iIter, iIteriConstRange
 
typedef std::pair< strIter,
strIter
strConstRange
 

Public Member Functions

 PdbParameterMap ()
 
 ~PdbParameterMap () override
 
PHObjectCloneMe () const override
 Virtual copy constructor.
 
void print () const override
 
void Reset () override
 Clear Event.
 
size_t get_hash () const
 hash of binary information for checking purpose
 
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)
 
- Public Member Functions inherited from PdbCalChan
 PdbCalChan ()
 
 ~PdbCalChan () override
 
 ClassDefOverride (PdbCalChan, 1)
 
- Public Member Functions inherited from PHObject
 PHObject ()
 ctor
 
 ~PHObject () override
 dtor
 
virtual PHObjectclone () const final
 
PHObjectClone (const char *newname="") const final
 
void Copy (TObject &object) const final
 
virtual void identify (std::ostream &os=std::cout) const
 
virtual int isValid () const
 isValid returns non zero if object contains vailid data
 
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
 
virtual int Integrate () const
 
virtual int Integrate (PHObject *)
 
virtual void CopyFrom (const PHObject *obj)
 

Protected Attributes

dMap dparams
 
iMap iparams
 
strMap cparams
 

Detailed Description

Definition at line 11 of file PdbParameterMap.h.

View newest version in sPHENIX GitHub at line 11 of file PdbParameterMap.h

Member Typedef Documentation

Definition at line 20 of file PdbParameterMap.h.

View newest version in sPHENIX GitHub at line 20 of file PdbParameterMap.h

typedef dMap::const_iterator PdbParameterMap::dIter

Definition at line 17 of file PdbParameterMap.h.

View newest version in sPHENIX GitHub at line 17 of file PdbParameterMap.h

typedef std::map<const std::string, double> PdbParameterMap::dMap

Definition at line 14 of file PdbParameterMap.h.

View newest version in sPHENIX GitHub at line 14 of file PdbParameterMap.h

Definition at line 21 of file PdbParameterMap.h.

View newest version in sPHENIX GitHub at line 21 of file PdbParameterMap.h

typedef iMap::const_iterator PdbParameterMap::iIter

Definition at line 18 of file PdbParameterMap.h.

View newest version in sPHENIX GitHub at line 18 of file PdbParameterMap.h

typedef std::map<const std::string, int> PdbParameterMap::iMap

Definition at line 15 of file PdbParameterMap.h.

View newest version in sPHENIX GitHub at line 15 of file PdbParameterMap.h

Definition at line 22 of file PdbParameterMap.h.

View newest version in sPHENIX GitHub at line 22 of file PdbParameterMap.h

typedef strMap::const_iterator PdbParameterMap::strIter

Definition at line 19 of file PdbParameterMap.h.

View newest version in sPHENIX GitHub at line 19 of file PdbParameterMap.h

typedef std::map<const std::string, std::string> PdbParameterMap::strMap

Definition at line 16 of file PdbParameterMap.h.

View newest version in sPHENIX GitHub at line 16 of file PdbParameterMap.h

Constructor & Destructor Documentation

PdbParameterMap::PdbParameterMap ( )
inline

Definition at line 24 of file PdbParameterMap.h.

View newest version in sPHENIX GitHub at line 24 of file PdbParameterMap.h

Referenced by CloneMe().

+ Here is the caller graph for this function:

PdbParameterMap::~PdbParameterMap ( )
inlineoverride

Definition at line 25 of file PdbParameterMap.h.

View newest version in sPHENIX GitHub at line 25 of file PdbParameterMap.h

Member Function Documentation

PHObject* PdbParameterMap::CloneMe ( ) const
inlineoverridevirtual

Virtual copy constructor.

Reimplemented from PHObject.

Definition at line 27 of file PdbParameterMap.h.

View newest version in sPHENIX GitHub at line 27 of file PdbParameterMap.h

References PdbParameterMap().

+ Here is the call graph for this function:

strConstRange PdbParameterMap::get_cparam_iters ( ) const
inline

Definition at line 42 of file PdbParameterMap.h.

View newest version in sPHENIX GitHub at line 42 of file PdbParameterMap.h

References cparams.

Referenced by PHParameters::FillFrom(), and DumpPdbParameterMap::process_Node().

+ Here is the caller graph for this function:

dConstRange PdbParameterMap::get_dparam_iters ( ) const
inline

Definition at line 35 of file PdbParameterMap.h.

View newest version in sPHENIX GitHub at line 35 of file PdbParameterMap.h

References dparams.

Referenced by PHParameters::FillFrom(), and DumpPdbParameterMap::process_Node().

+ Here is the caller graph for this function:

size_t PdbParameterMap::get_hash ( ) const

hash of binary information for checking purpose

Definition at line 53 of file PdbParameterMap.cc.

View newest version in sPHENIX GitHub at line 53 of file PdbParameterMap.cc

Referenced by PHParameters::ReadFromFile().

+ Here is the caller graph for this function:

iConstRange PdbParameterMap::get_iparam_iters ( ) const
inline

Definition at line 38 of file PdbParameterMap.h.

View newest version in sPHENIX GitHub at line 38 of file PdbParameterMap.h

References iparams.

Referenced by PHParameters::FillFrom(), and DumpPdbParameterMap::process_Node().

+ Here is the caller graph for this function:

void PdbParameterMap::print ( void  ) const
overridevirtual

Implements PdbCalChan.

Definition at line 8 of file PdbParameterMap.cc.

View newest version in sPHENIX GitHub at line 8 of file PdbParameterMap.cc

void PdbParameterMap::Reset ( )
overridevirtual

Clear Event.

Reimplemented from PHObject.

Definition at line 29 of file PdbParameterMap.cc.

View newest version in sPHENIX GitHub at line 29 of file PdbParameterMap.cc

Referenced by PHParameters::SaveToNodeTree().

+ Here is the caller graph for this function:

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

Definition at line 42 of file PdbParameterMap.cc.

View newest version in sPHENIX GitHub at line 42 of file PdbParameterMap.cc

References name.

Referenced by PHParameters::CopyToPdbParameterMap().

+ Here is the caller graph for this function:

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

Definition at line 37 of file PdbParameterMap.cc.

View newest version in sPHENIX GitHub at line 37 of file PdbParameterMap.cc

References name.

Referenced by PHParameters::CopyToPdbParameterMap().

+ Here is the caller graph for this function:

void PdbParameterMap::set_string_param ( const std::string &  name,
const std::string &  str 
)

Definition at line 47 of file PdbParameterMap.cc.

View newest version in sPHENIX GitHub at line 47 of file PdbParameterMap.cc

References name.

Referenced by PHParameters::CopyToPdbParameterMap().

+ Here is the caller graph for this function:

Member Data Documentation

strMap PdbParameterMap::cparams
protected

Definition at line 53 of file PdbParameterMap.h.

View newest version in sPHENIX GitHub at line 53 of file PdbParameterMap.h

Referenced by get_cparam_iters().

dMap PdbParameterMap::dparams
protected

Definition at line 51 of file PdbParameterMap.h.

View newest version in sPHENIX GitHub at line 51 of file PdbParameterMap.h

Referenced by get_dparam_iters().

iMap PdbParameterMap::iparams
protected

Definition at line 52 of file PdbParameterMap.h.

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

Referenced by get_iparam_iters().


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