|
| TCSConvolCoeffFunctionKinematic () |
| Default constructor. More...
|
|
| TCSConvolCoeffFunctionKinematic (double xi, double t, double Q2Prim, double MuF2, double MuR2) |
| Assignment constructor. More...
|
|
| TCSConvolCoeffFunctionKinematic (const PhysicalType< double > &xi, const PhysicalType< double > &t, const PhysicalType< double > &Q2Prim, const PhysicalType< double > &MuF2, const PhysicalType< double > &MuR2) |
| Assignment constructor. More...
|
|
| TCSConvolCoeffFunctionKinematic (const ElemUtils::GenericType &xi, const ElemUtils::GenericType &t, const ElemUtils::GenericType &Q2Prim, const ElemUtils::GenericType &MuF2, const ElemUtils::GenericType &MuR2) |
| Assignment constructor. More...
|
|
| TCSConvolCoeffFunctionKinematic (const TCSConvolCoeffFunctionKinematic &other) |
| Copy constructor. More...
|
|
virtual | ~TCSConvolCoeffFunctionKinematic () |
| Destructor. More...
|
|
virtual void | configure (const ElemUtils::Parameters ¶meters) |
| Configure via parameters. More...
|
|
virtual std::string | toString () const |
| Return a pre-formatted characters string for output visualization of class member's values. More...
|
|
void | serialize (ElemUtils::Packet &packet) const |
| Serialize into given Packet. More...
|
|
void | unserialize (ElemUtils::Packet &packet) |
| Retrieve data from given Packet. More...
|
|
void | serializeIntoStdVector (std::vector< double > &vec) const |
| Serialize to std::vector<double>. More...
|
|
void | unserializeFromStdVector (std::vector< double >::const_iterator &it, const std::vector< double >::const_iterator &end) |
| Unserialize from std::vector<double>. More...
|
|
bool | operator== (const TCSConvolCoeffFunctionKinematic &other) const |
| Is equal operator. More...
|
|
bool | operator!= (const TCSConvolCoeffFunctionKinematic &other) const |
| Is different operator. More...
|
|
const PhysicalType< double > & | getQ2Prim () const |
| Get outgoing virtual-photon virtuality. More...
|
|
void | setQ2Prim (const PhysicalType< double > &Q2Prim) |
| Set outgoing virtual-photon virtuality. More...
|
|
void | setQ2Prim (double Q2Prim, PhysicalUnit::Type unit=PhysicalUnit::GEV2) |
| Set outgoing virtual-photon virtuality. More...
|
|
virtual | ~ConvolCoeffFunctionKinematic () |
| Destructor. More...
|
|
void | serialize (ElemUtils::Packet &packet) const |
| Serialize into given Packet. More...
|
|
void | unserialize (ElemUtils::Packet &packet) |
| Retrieve data from given Packet. More...
|
|
void | serializeIntoStdVector (std::vector< double > &vec) const |
| Serialize to std::vector<double>. More...
|
|
void | unserializeFromStdVector (std::vector< double >::const_iterator &it, const std::vector< double >::const_iterator &end) |
| Unserialize from std::vector<double>. More...
|
|
const PhysicalType< double > & | getXi () const |
| Get skewness variable. More...
|
|
const PhysicalType< double > & | getT () const |
| Get four-momentum transfer squared of hadron target. More...
|
|
const PhysicalType< double > & | getMuF2 () const |
| Get factorization scale squared. More...
|
|
const PhysicalType< double > & | getMuR2 () const |
| Get renormalization scale squared. More...
|
|
void | setXi (const PhysicalType< double > &xi) |
| Set skewness variable. More...
|
|
void | setXi (double xi, PhysicalUnit::Type unit=PhysicalUnit::NONE) |
| Set skewness variable. More...
|
|
void | setT (const PhysicalType< double > &t) |
| Set four-momentum transfer squared of hadron target. More...
|
|
void | setT (double t, PhysicalUnit::Type unit=PhysicalUnit::GEV2) |
| Set four-momentum transfer squared of hadron target. More...
|
|
void | setMuF2 (const PhysicalType< double > &muF2) |
| Set factorization scale squared. More...
|
|
void | setMuF2 (double muF2, PhysicalUnit::Type unit=PhysicalUnit::GEV2) |
| Set factorization scale squared. More...
|
|
void | setMuR2 (const PhysicalType< double > &muR2) |
| Set renormalization scale squared. More...
|
|
void | setMuR2 (double muR2, PhysicalUnit::Type unit=PhysicalUnit::GEV2) |
| Set renormalization scale squared. More...
|
|
virtual | ~Kinematic () |
| Destructor. More...
|
|
void | serialize (ElemUtils::Packet &packet) const |
| Serialize into given Packet. More...
|
|
void | unserialize (ElemUtils::Packet &packet) |
| Retrieve data from given Packet. More...
|
|
void | serializeIntoStdVector (std::vector< double > &vec) const |
| Serialize to std::vector<double>. More...
|
|
void | unserializeFromStdVector (std::vector< double >::const_iterator &it, const std::vector< double >::const_iterator &end) |
| Unserialize from std::vector<double>. More...
|
|
ChannelType::Type | getChannelType () const |
| Get channel type. More...
|
|
const std::string & | getHashSum () const |
| Get hash sum of class content. More...
|
|
void | setHashSum (const std::string &hashSum) const |
| Set hash sum of class content. 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) |
|
|
virtual void | updateHashSum () const |
| Update hash sum (see Kinematic::m_hashSum variable). More...
|
|
| ConvolCoeffFunctionKinematic (const std::string &className, ChannelType::Type channelType) |
| Default constructor. More...
|
|
| ConvolCoeffFunctionKinematic (const std::string &className, ChannelType::Type channelType, double xi, double t, double MuF2, double MuR2) |
| Assignment constructor. More...
|
|
| ConvolCoeffFunctionKinematic (const std::string &className, ChannelType::Type channelType, const PhysicalType< double > &xi, const PhysicalType< double > &t, const PhysicalType< double > &MuF2, const PhysicalType< double > &MuR2) |
| Assignment constructor. More...
|
|
| ConvolCoeffFunctionKinematic (const std::string &className, ChannelType::Type channelType, const ElemUtils::GenericType &xi, const ElemUtils::GenericType &t, const ElemUtils::GenericType &MuF2, const ElemUtils::GenericType &MuR2) |
| Assignment constructor. More...
|
|
| ConvolCoeffFunctionKinematic (const ConvolCoeffFunctionKinematic &other) |
| Copy constructor. More...
|
|
| Kinematic (const std::string &className, ChannelType::Type channelType) |
| Default constructor. More...
|
|
| Kinematic (const Kinematic &other) |
| Copy constructor. More...
|
|
| 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...
|
|
Class representing single CCF kinematics for TCS process.
This class represents a single CCF kinematics for TCS process (xi, t, \(Q^{2}'\), \(\mu_{F}^{2}\), \(\mu_{F}^{2}\)).