![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/offline/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) | |
| ~PdbParameterError () override | |
| double | getParameterError () const |
| void | setParameterError (const double val) |
| void | print () const override |
Public Member Functions inherited from PdbParameter | |
| PdbParameter () | |
| PdbParameter (const double, const std::string &name) | |
| ~PdbParameter () override | |
| 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 () | |
| ~PdbCalChan () override | |
| ClassDefOverride (PdbCalChan, 1) | |
Public Member Functions inherited from PHObject | |
| PHObject () | |
| ctor | |
| ~PHObject () override | |
| dtor | |
| virtual PHObject * | CloneMe () const |
| Virtual copy constructor. | |
| virtual PHObject * | clone () const final |
| PHObject * | Clone (const char *newname="") const final |
| void | Copy (TObject &object) const final |
| virtual void | identify (std::ostream &os=std::cout) const |
| virtual void | Reset () |
| Clear Event. | |
| 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 Member Functions | |
| ClassDefOverride (PdbParameterError, 1) | |
Protected Member Functions inherited from PdbParameter | |
| ClassDefOverride (PdbParameter, 1) | |
Protected Attributes | |
| double | theParError |
Protected Attributes inherited from PdbParameter | |
| double | thePar |
| std::string | theName |
Definition at line 12 of file PdbParameterError.h.
View newest version in sPHENIX GitHub at line 12 of file PdbParameterError.h
| PdbParameterError::PdbParameterError | ( | ) |
Definition at line 15 of file PdbParameterError.cc.
View newest version in sPHENIX GitHub at line 15 of file PdbParameterError.cc
| PdbParameterError::PdbParameterError | ( | const double | value, |
| const double | error, | ||
| const std::string & | name | ||
| ) |
Definition at line 20 of file PdbParameterError.cc.
View newest version in sPHENIX GitHub at line 20 of file PdbParameterError.cc
|
inlineoverride |
Definition at line 17 of file PdbParameterError.h.
View newest version in sPHENIX GitHub at line 17 of file PdbParameterError.h
|
protected |
|
inline |
Definition at line 19 of file PdbParameterError.h.
View newest version in sPHENIX GitHub at line 19 of file PdbParameterError.h
References theParError.
|
overridevirtual |
Reimplemented from PdbParameter.
Definition at line 26 of file PdbParameterError.cc.
View newest version in sPHENIX GitHub at line 26 of file PdbParameterError.cc
References PdbParameter::theName, PdbParameter::thePar, and theParError.
|
inline |
Definition at line 21 of file PdbParameterError.h.
View newest version in sPHENIX GitHub at line 21 of file PdbParameterError.h
References theParError.
|
protected |
Definition at line 27 of file PdbParameterError.h.
View newest version in sPHENIX GitHub at line 27 of file PdbParameterError.h
Referenced by getParameterError(), print(), and setParameterError().