PARTONS
|
PARtonic Tomography Of Nucleon Software
|
![]() |
Class representing single CCF kinematics for two photon production process. More...
Public Member Functions | |
GAM2ConvolCoeffFunctionKinematic () | |
Default constructor. More... | |
GAM2ConvolCoeffFunctionKinematic (double xi, double t, double uPrim, double Mgg2, double MuF2, double MuR2, PolarizationType::Type polG0, PolarizationType::Type polG1, PolarizationType::Type polG2, double phi) | |
Assignment constructor. More... | |
GAM2ConvolCoeffFunctionKinematic (const PhysicalType< double > &xi, const PhysicalType< double > &t, const PhysicalType< double > &uPrim, const PhysicalType< double > &Mgg2, const PhysicalType< double > &MuF2, const PhysicalType< double > &MuR2, PolarizationType::Type polG0, PolarizationType::Type polG1, PolarizationType::Type polG2, const PhysicalType< double > &phi) | |
Assignment constructor. More... | |
GAM2ConvolCoeffFunctionKinematic (const ElemUtils::GenericType &xi, const ElemUtils::GenericType &t, const ElemUtils::GenericType &uPrim, const ElemUtils::GenericType &Mgg2, const ElemUtils::GenericType &MuF2, const ElemUtils::GenericType &MuR2, PolarizationType::Type polG0, PolarizationType::Type polG1, PolarizationType::Type polG2, const ElemUtils::GenericType &phi) | |
Assignment constructor. More... | |
GAM2ConvolCoeffFunctionKinematic (const GAM2ConvolCoeffFunctionKinematic &other) | |
Copy constructor. More... | |
virtual | ~GAM2ConvolCoeffFunctionKinematic () |
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 GAM2ConvolCoeffFunctionKinematic &other) const |
Is equal operator. More... | |
bool | operator!= (const GAM2ConvolCoeffFunctionKinematic &other) const |
Is different operator. More... | |
const PhysicalType< double > & | getUPrim () const |
Get four-momentum transfer squared to photon. More... | |
void | setUPrim (const PhysicalType< double > &uPrim) |
Set four-momentum transfer squared to photon. More... | |
void | setUPrim (double uPrim, PhysicalUnit::Type unit=PhysicalUnit::GEV2) |
Set four-momentum transfer squared to photon. More... | |
const PhysicalType< double > & | getMgg2 () const |
Get invariant mass of two photons. More... | |
void | setMgg2 (const PhysicalType< double > &Mgg2) |
Set invariant mass of two photons. More... | |
void | setMgg2 (double Mgg2, PhysicalUnit::Type unit=PhysicalUnit::GEV2) |
Set invariant mass of two photons. More... | |
PolarizationType::Type | getPolG0 () const |
Get polarization state of incoming photon. More... | |
void | setPolG0 (PolarizationType::Type polG0) |
Set polarization state of incoming photon. More... | |
PolarizationType::Type | getPolG1 () const |
Get polarization state of first outgoing photon. More... | |
void | setPolG1 (PolarizationType::Type polG1) |
Set polarization state of first outgoing photon. More... | |
PolarizationType::Type | getPolG2 () const |
Get polarization state of second outgoing photon. More... | |
void | setPolG2 (PolarizationType::Type polG2) |
Set polarization state of second outgoing photon. More... | |
const PhysicalType< double > & | getPhi () const |
Get linear polarization angle. More... | |
void | setPhi (const PhysicalType< double > &Phi) |
Set linear polarization angle. More... | |
void | setPhi (double Phi, PhysicalUnit::Type unit=PhysicalUnit::RAD) |
Set linear polarization angle. 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) |
Static Public Attributes | |
static const std::string | GAM2_CONVOL_COEFF_FUNCTION_KINEMATIC_CLASS_NAME |
Type of the kinematic in XML automation. More... | |
Protected Member Functions | |
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... | |
Private Attributes | |
PhysicalType< double > | m_uPrim |
Four-momentum transfer squared to photon (in GeV^{2}). More... | |
PhysicalType< double > | m_Mgg2 |
Invariant mass of two photons (in GeV^{2}). More... | |
PolarizationType::Type | m_polG0 |
Polarization state of incoming photon. More... | |
PolarizationType::Type | m_polG1 |
Polarization state of first outgoing photon. More... | |
PolarizationType::Type | m_polG2 |
Polarization state of second outgoing photon. More... | |
PhysicalType< double > | m_phi |
Linear polarization angle. More... | |
Additional Inherited Members | |
![]() | |
PhysicalType< double > | m_xi |
Skewness variable. More... | |
PhysicalType< double > | m_t |
Four-momentum transfer squared of hadron target (in GeV^{2}). More... | |
PhysicalType< double > | m_MuF2 |
Factorization scale squared (in GeV^{2}). More... | |
PhysicalType< double > | m_MuR2 |
Renormalization scale squared (in GeV^{2}). More... | |
Class representing single CCF kinematics for two photon production process.
This class represents a single CCF kinematics for two photon production process (xi, t, Q^{2}', \mu_{F}^{2}, \mu_{F}^{2}).
PARTONS::GAM2ConvolCoeffFunctionKinematic::GAM2ConvolCoeffFunctionKinematic | ( | ) |
Default constructor.
PARTONS::GAM2ConvolCoeffFunctionKinematic::GAM2ConvolCoeffFunctionKinematic | ( | double | xi, |
double | t, | ||
double | uPrim, | ||
double | Mgg2, | ||
double | MuF2, | ||
double | MuR2, | ||
PolarizationType::Type | polG0, | ||
PolarizationType::Type | polG1, | ||
PolarizationType::Type | polG2, | ||
double | phi | ||
) |
Assignment constructor.
xi | Skewness variable. |
t | Four-momentum transfer squared of hadron target (in GeV^{2}). |
uPrim | Four-momentum transfer squared to photon (in GeV^{2}). |
Mgg2 | Invariant mass of two photons (in GeV^{2}). |
MuF2 | Factorization scale squared (in GeV^{2}). |
MuR2 | Renormalization scale squared (in GeV^{2}). |
polG0 | Polarization of incoming photon. |
polG1 | Polarization of first outgoing photon. |
polG2 | Polarization of second outgoing photon. |
phi | Linear polarization angle. |
PARTONS::GAM2ConvolCoeffFunctionKinematic::GAM2ConvolCoeffFunctionKinematic | ( | const PhysicalType< double > & | xi, |
const PhysicalType< double > & | t, | ||
const PhysicalType< double > & | uPrim, | ||
const PhysicalType< double > & | Mgg2, | ||
const PhysicalType< double > & | MuF2, | ||
const PhysicalType< double > & | MuR2, | ||
PolarizationType::Type | polG0, | ||
PolarizationType::Type | polG1, | ||
PolarizationType::Type | polG2, | ||
const PhysicalType< double > & | phi | ||
) |
Assignment constructor.
xi | Skewness variable. |
t | Four-momentum transfer squared of hadron target (in GeV^{2}). |
uPrim | Four-momentum transfer squared to photon (in GeV^{2}). |
Mgg2 | Invariant mass of two photons (in GeV^{2}). |
MuF2 | Factorization scale squared (in GeV^{2}). |
MuR2 | Renormalization scale squared (in GeV^{2}). |
polG0 | Polarization of incoming photon. |
polG1 | Polarization of first outgoing photon. |
polG2 | Polarization of second outgoing photon. |
phi | Linear polarization angle. |
PARTONS::GAM2ConvolCoeffFunctionKinematic::GAM2ConvolCoeffFunctionKinematic | ( | const ElemUtils::GenericType & | xi, |
const ElemUtils::GenericType & | t, | ||
const ElemUtils::GenericType & | uPrim, | ||
const ElemUtils::GenericType & | Mgg2, | ||
const ElemUtils::GenericType & | MuF2, | ||
const ElemUtils::GenericType & | MuR2, | ||
PolarizationType::Type | polG0, | ||
PolarizationType::Type | polG1, | ||
PolarizationType::Type | polG2, | ||
const ElemUtils::GenericType & | phi | ||
) |
Assignment constructor.
xi | Skewness variable. |
t | Four-momentum transfer squared of hadron target (in GeV^{2}). |
uPrim | Four-momentum transfer squared to photon (in GeV^{2}). |
Mgg2 | Invariant mass of two photons (in GeV^{2}). |
MuF2 | Factorization scale squared (in GeV^{2}). |
MuR2 | Renormalization scale squared (in GeV^{2}). |
polG0 | Polarization of incoming photon. |
polG1 | Polarization of first outgoing photon. |
polG2 | Polarization of second outgoing photon. |
phi | Linear polarization angle. |
PARTONS::GAM2ConvolCoeffFunctionKinematic::GAM2ConvolCoeffFunctionKinematic | ( | const GAM2ConvolCoeffFunctionKinematic & | other | ) |
Copy constructor.
other | Object to be copied. |
|
virtual |
Destructor.
|
virtual |
Configure via parameters.
parameters | Set of parameters to be set. |
Reimplemented from PARTONS::ConvolCoeffFunctionKinematic.
const PhysicalType< double > & PARTONS::GAM2ConvolCoeffFunctionKinematic::getMgg2 | ( | ) | const |
Get invariant mass of two photons.
const PhysicalType< double > & PARTONS::GAM2ConvolCoeffFunctionKinematic::getPhi | ( | ) | const |
Get linear polarization angle.
PolarizationType::Type PARTONS::GAM2ConvolCoeffFunctionKinematic::getPolG0 | ( | ) | const |
Get polarization state of incoming photon.
PolarizationType::Type PARTONS::GAM2ConvolCoeffFunctionKinematic::getPolG1 | ( | ) | const |
Get polarization state of first outgoing photon.
PolarizationType::Type PARTONS::GAM2ConvolCoeffFunctionKinematic::getPolG2 | ( | ) | const |
Get polarization state of second outgoing photon.
const PhysicalType< double > & PARTONS::GAM2ConvolCoeffFunctionKinematic::getUPrim | ( | ) | const |
Get four-momentum transfer squared to photon.
bool PARTONS::GAM2ConvolCoeffFunctionKinematic::operator!= | ( | const GAM2ConvolCoeffFunctionKinematic & | other | ) | const |
Is different operator.
Checks of values of kinematic variables are different.
bool PARTONS::GAM2ConvolCoeffFunctionKinematic::operator== | ( | const GAM2ConvolCoeffFunctionKinematic & | other | ) | const |
Is equal operator.
Checks if values of kinematic variables are the same.
void PARTONS::GAM2ConvolCoeffFunctionKinematic::serialize | ( | ElemUtils::Packet & | packet | ) | const |
Serialize into given Packet.
packet | Target Packet. |
void PARTONS::GAM2ConvolCoeffFunctionKinematic::serializeIntoStdVector | ( | std::vector< double > & | vec | ) | const |
Serialize to std::vector<double>.
void PARTONS::GAM2ConvolCoeffFunctionKinematic::setMgg2 | ( | const PhysicalType< double > & | Mgg2 | ) |
Set invariant mass of two photons.
void PARTONS::GAM2ConvolCoeffFunctionKinematic::setMgg2 | ( | double | Mgg2, |
PhysicalUnit::Type | unit = PhysicalUnit::GEV2 |
||
) |
Set invariant mass of two photons.
void PARTONS::GAM2ConvolCoeffFunctionKinematic::setPhi | ( | const PhysicalType< double > & | Phi | ) |
Set linear polarization angle.
void PARTONS::GAM2ConvolCoeffFunctionKinematic::setPhi | ( | double | Phi, |
PhysicalUnit::Type | unit = PhysicalUnit::RAD |
||
) |
Set linear polarization angle.
void PARTONS::GAM2ConvolCoeffFunctionKinematic::setPolG0 | ( | PolarizationType::Type | polG0 | ) |
Set polarization state of incoming photon.
void PARTONS::GAM2ConvolCoeffFunctionKinematic::setPolG1 | ( | PolarizationType::Type | polG1 | ) |
Set polarization state of first outgoing photon.
void PARTONS::GAM2ConvolCoeffFunctionKinematic::setPolG2 | ( | PolarizationType::Type | polG2 | ) |
Set polarization state of second outgoing photon.
void PARTONS::GAM2ConvolCoeffFunctionKinematic::setUPrim | ( | const PhysicalType< double > & | uPrim | ) |
Set four-momentum transfer squared to photon.
void PARTONS::GAM2ConvolCoeffFunctionKinematic::setUPrim | ( | double | uPrim, |
PhysicalUnit::Type | unit = PhysicalUnit::GEV2 |
||
) |
Set four-momentum transfer squared to photon.
|
virtual |
Return a pre-formatted characters string for output visualization of class member's values.
Reimplemented from PARTONS::ConvolCoeffFunctionKinematic.
void PARTONS::GAM2ConvolCoeffFunctionKinematic::unserialize | ( | ElemUtils::Packet & | packet | ) |
Retrieve data from given Packet.
packet | Input Packet. |
void PARTONS::GAM2ConvolCoeffFunctionKinematic::unserializeFromStdVector | ( | std::vector< double >::const_iterator & | it, |
const std::vector< double >::const_iterator & | end | ||
) |
Unserialize from std::vector<double>.
|
protectedvirtual |
Update hash sum (see Kinematic::m_hashSum variable).
Implements PARTONS::ConvolCoeffFunctionKinematic.
|
static |
Type of the kinematic in XML automation.
|
private |
Invariant mass of two photons (in GeV^{2}).
|
private |
Linear polarization angle.
|
private |
Polarization state of incoming photon.
|
private |
Polarization state of first outgoing photon.
|
private |
Polarization state of second outgoing photon.
|
private |
Four-momentum transfer squared to photon (in GeV^{2}).