|
Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/database/pdbcal/base/PdbParameterError.h>
Inheritance diagram for PdbParameterError:
Collaboration diagram for PdbParameterError:Public Member Functions | |
| PdbParameterError () | |
| PdbParameterError (const double, const double, const std::string &name) | |
| virtual | ~PdbParameterError () |
| double | getParameterError () const |
| void | setParameterError (const double val) |
| virtual void | print () const |
Public Member Functions inherited from PdbParameter | |
| PdbParameter () | |
| PdbParameter (const double, const std::string &name) | |
| virtual | ~PdbParameter () |
| double | getParameter () const |
| const std::string | getName () const |
| void | setParameter (const double val) |
| void | setName (const std::string &name) |
Public Member Functions inherited from PdbCalChan | |
| PdbCalChan () | |
| virtual | ~PdbCalChan () |
| ClassDef (PdbCalChan, 1) | |
Public Member Functions inherited from PHObject | |
| 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 void | Reset () |
| Clear Event. More... | |
| 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 Member Functions | |
| ClassDef (PdbParameterError, 1) | |
Protected Member Functions inherited from PdbParameter | |
| ClassDef (PdbParameter, 1) | |
Protected Attributes | |
| double | theParError |
Protected Attributes inherited from PdbParameter | |
| double | thePar |
| std::string | theName |
Definition at line 10 of file PdbParameterError.h.
| PdbParameterError::PdbParameterError | ( | ) |
Definition at line 15 of file PdbParameterError.cc.
| PdbParameterError::PdbParameterError | ( | const double | value, |
| const double | error, | ||
| const std::string & | name | ||
| ) |
Definition at line 19 of file PdbParameterError.cc.
|
inlinevirtual |
Definition at line 15 of file PdbParameterError.h.
|
protected |
|
inline |
Definition at line 17 of file PdbParameterError.h.
References theParError.
|
virtual |
Reimplemented from PdbParameter.
Definition at line 25 of file PdbParameterError.cc.
References PdbParameter::theName, PdbParameter::thePar, and theParError.
|
inline |
Definition at line 19 of file PdbParameterError.h.
References theParError.
|
protected |
Definition at line 25 of file PdbParameterError.h.
Referenced by getParameterError(), print(), and setParameterError().