SpectraPac 2.0(r200)
Evaluates PAC Measurements
|
#include <PacParameterState.h>
Public Member Functions | |
PacParameterState () | |
PacParameterState (const ROOT::Minuit2::MnUserParameterState &other) | |
virtual | ~PacParameterState () |
virtual void | appendToDomNode (QDomElement &node) const |
Appends this object's current state to passed DOM node. | |
virtual void | initializeFromDomNode (const QDomElement &node) |
Initializes this object's current state from the passed DOM node. |
PacParameterState::PacParameterState | ( | ) |
PacParameterState::PacParameterState | ( | const ROOT::Minuit2::MnUserParameterState & | other | ) |
PacParameterState::~PacParameterState | ( | ) | [virtual] |
void PacParameterState::appendToDomNode | ( | QDomElement & | node | ) | const [virtual] |
Appends this object's current state to passed DOM node.
This method expects the parent element where it should append this object's information as a parameter
void PacParameterState::initializeFromDomNode | ( | const QDomElement & | node | ) | [virtual] |
Initializes this object's current state from the passed DOM node.
This method expects the parent element where it shall read this object's information from as a parameter