PARTONS
|
PARtonic Tomography Of Nucleon Software
|
Container to store square values of factorization and renormalization scales. More...
Public Member Functions | |
Scales () | |
Default constructor. More... | |
Scales (const ElemUtils::Parameters ¶meters) | |
Assignment constructor. More... | |
Scales (double MuF2, double MuR2) | |
Assignment constructor. More... | |
Scales (const PhysicalType< double > &MuF2, const PhysicalType< double > &MuR2) | |
Assignment constructor. More... | |
Scales (const ElemUtils::GenericType &MuF2, const ElemUtils::GenericType &MuR2) | |
Assignment constructor. More... | |
Scales (const Scales &other) | |
Copy constructor. More... | |
virtual | ~Scales () |
Destructor. More... | |
virtual std::string | toString () const |
Return a pre-formatted characters string for output visualization of class member's values. More... | |
const PhysicalType< double > & | getMuF2 () const |
Get squared value of factorization scale. More... | |
void | setMuF2 (const PhysicalType< double > &muF2) |
Set squared value of factorization scale. More... | |
void | setMuF2 (double muF2) |
Set squared value of factorization scale. More... | |
const PhysicalType< double > & | getMuR2 () const |
Get squared value of renormalization scale. More... | |
void | setMuR2 (double muR2) |
Set squared value of renormalization scale. More... | |
void | setMuR2 (const PhysicalType< double > &muR2) |
Set squared value of renormalization scale. More... | |
Public Member Functions inherited from PARTONS::BaseObject | |
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) |
Private Attributes | |
PhysicalType< double > | m_MuF2 |
Squared value of factorization scale. More... | |
PhysicalType< double > | m_MuR2 |
Squared value of renormalization scale. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from PARTONS::BaseObject | |
BaseObject (const BaseObject &other) | |
Copy constructor. More... | |
void | info (const std::string &functionName, const std::string &message) const |
Print info message into logger. More... | |
void | debug (const std::string &functionName, const std::string &message) const |
Print debug message into logger. More... | |
void | warn (const std::string &functionName, const std::string &message) const |
Print warning message into logger. More... | |
void | errorMissingParameter (const std::string ¶meterName) const |
Use in automation process to throw exception when a parameter is missing from the XML scenario file. More... | |
Container to store square values of factorization and renormalization scales.
PARTONS::Scales::Scales | ( | ) |
Default constructor.
PARTONS::Scales::Scales | ( | const ElemUtils::Parameters & | parameters | ) |
Assignment constructor.
parameters | Parameters object storing values to be set marked by GPDKinematic::KINEMATIC_PARAMETER_NAME_MUF2, GPDKinematic::KINEMATIC_PARAMETER_NAME_MUR2. |
PARTONS::Scales::Scales | ( | double | MuF2, |
double | MuR2 | ||
) |
Assignment constructor.
MuF2 | Squared value of factorization scale to be set. |
MuR2 | Squared value of renormalization scale to be set. |
PARTONS::Scales::Scales | ( | const PhysicalType< double > & | MuF2, |
const PhysicalType< double > & | MuR2 | ||
) |
Assignment constructor.
MuF2 | Squared value of factorization scale to be set. |
MuR2 | Squared value of renormalization scale to be set. |
PARTONS::Scales::Scales | ( | const ElemUtils::GenericType & | MuF2, |
const ElemUtils::GenericType & | MuR2 | ||
) |
Assignment constructor.
MuF2 | Squared value of factorization scale to be set. |
MuR2 | Squared value of renormalization scale to be set. |
PARTONS::Scales::Scales | ( | const Scales & | other | ) |
Copy constructor.
other | Object to be copied. |
|
virtual |
Destructor.
const PhysicalType< double > & PARTONS::Scales::getMuF2 | ( | ) | const |
Get squared value of factorization scale.
const PhysicalType< double > & PARTONS::Scales::getMuR2 | ( | ) | const |
Get squared value of renormalization scale.
void PARTONS::Scales::setMuF2 | ( | const PhysicalType< double > & | muF2 | ) |
Set squared value of factorization scale.
void PARTONS::Scales::setMuF2 | ( | double | muF2 | ) |
Set squared value of factorization scale.
void PARTONS::Scales::setMuR2 | ( | const PhysicalType< double > & | muR2 | ) |
Set squared value of renormalization scale.
void PARTONS::Scales::setMuR2 | ( | double | muR2 | ) |
Set squared value of renormalization scale.
|
virtual |
Return a pre-formatted characters string for output visualization of class member's values.
Reimplemented from PARTONS::BaseObject.
|
private |
Squared value of factorization scale.
|
private |
Squared value of renormalization scale.