|
| TCSObservableResult () |
| Default constructor. More...
|
|
| TCSObservableResult (const PhysicalType< double > &value) |
| Assignment constructor. More...
|
|
| TCSObservableResult (const TCSObservableKinematic &kinematic) |
| Assignment constructor. More...
|
|
| TCSObservableResult (const PhysicalType< double > &value, const TCSObservableKinematic &kinematic) |
| Assignment constructor. More...
|
|
| TCSObservableResult (const TCSObservableResult &other) |
| Copy constructor. More...
|
|
virtual | ~TCSObservableResult () |
| Destructor. More...
|
|
virtual | ~ObservableResult () |
| Destructor. More...
|
|
virtual std::string | toString () const |
| Return a pre-formatted characters string for output visualization of class member's values. More...
|
|
void | compare (ComparisonReport &rootComparisonReport, const ObservableResult &referenceObject, std::string parentObjectInfo=ElemUtils::StringUtils::EMPTY) const |
| Compare to other DVCSConvolCoeffFunctionResult object and store comparison result in given comparison report. More...
|
|
const PhysicalType< double > & | getValue () const |
| Get value of result. More...
|
|
void | setValue (const PhysicalType< double > &value) |
| Set value of result. More...
|
|
const ErrorBar< double > & | getErrStat () const |
| Get statistical uncertainty. More...
|
|
void | setErrStat (const ErrorBar< double > &errStat) |
| Set statistical uncertainty. More...
|
|
const ErrorBar< double > & | getErrSys () const |
| Get systematic uncertainty. More...
|
|
void | setErrSys (const ErrorBar< double > &errSys) |
| Set systematic uncertainty. More...
|
|
const ErrorBar< double > & | getErrScale () const |
| Get scale uncertainty. More...
|
|
void | setErrScale (const ErrorBar< double > &errScale) |
| Set scale uncertainty. More...
|
|
const std::string & | getExperimentalDataSetName () const |
| Get data set name. More...
|
|
void | setExperimentalDataSetName (const std::string &experimentalDataSetName) |
| Set data set name. More...
|
|
virtual | ~Result () |
| Destructor. More...
|
|
bool | operator< (const Result< KinematicType > &other) const |
| Relation operator that checks if the value of left operand is less than the value of right operand (in this case returned is this->m_kinematic < other.m_kinematic). More...
|
|
ChannelType::Type | getChannelType () const |
| Get channel type. More...
|
|
void | setComputationModuleName (const std::string &moduleName) |
| Set name of module used to evaluate this result. More...
|
|
const std::string & | getComputationModuleName () const |
| Get name of module used to evaluate this result. More...
|
|
void | setResultInfo (const ResultInfo &resultInfo) |
| Set information on this result. More...
|
|
const ResultInfo & | getResultInfo () const |
| Get information on this result. More...
|
|
void | setKinematic (const KinematicType &kinematic) |
| Set kinematics associated to this result. More...
|
|
const KinematicType & | getKinematic () const |
| Get reference to kinematics associated to this result. More...
|
|
| BaseObject (const std::string &className) |
| Constructor. More...
|
|
virtual | ~BaseObject () |
| Default destructor. More...
|
|
virtual BaseObject * | clone () const |
| Virtual clone function to allow the factory to clone all derived members object stored in the BaseObjectRegistry. More...
|
|
virtual void | resolveObjectDependencies () |
| Because of the initialization step order of the program, objects are registered in a total random order and some objects depend on others. More...
|
|
void | serialize (ElemUtils::Packet &packet) const |
| Used to split a complex C++ object into a concatenation of simple types. More...
|
|
void | unserialize (ElemUtils::Packet &packet) |
| Used to rebuild a complex C++ object from a concatenation of simple type. More...
|
|
bool | operator< (const BaseObject &other) const |
| Overload of < operator to sort BaseObject object by its indexId value. More...
|
|
const std::string & | getClassName () const |
|
unsigned int | getObjectId () const |
|
int | getIndexId () const |
|
void | setIndexId (int indexId) |
|