PARTONS
|
PARtonic Tomography Of Nucleon Software
|
Abstract class for computing the differential cross section of the XXX. More...
Public Member Functions | |
virtual | ~GAM2ProcessModule () |
Destructor. More... | |
virtual GAM2ProcessModule * | clone () const =0 |
Virtual clone function to allow the factory to clone all derived members object stored in the BaseObjectRegistry. More... | |
virtual std::string | toString () const |
Return a pre-formatted characters string for output visualization of class member's values. 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... | |
virtual void | run () |
virtual void | configure (const ElemUtils::Parameters ¶meters) |
Provides a generic method to configure all types of modules by passing a Parameters object. More... | |
virtual void | prepareSubModules (const std::map< std::string, BaseObjectData > &subModulesData) |
Method used in automation to prepare all the modules used by this current module and configure them recursively. More... | |
virtual List< GPDType > | getListOfAvailableGPDTypeForComputation () const |
Must be implemented in child class. More... | |
virtual GAM2ObservableResult | compute (PolarizationType::Type polG0, PolarizationType::Type polG1, PolarizationType::Type polG2, NumA::Vector3D targetPolarization, const GAM2ObservableKinematic &kinematic, const List< GPDType > &gpdType=List< GPDType >()) |
Computes the differential cross-section. More... | |
virtual void | resetPreviousKinematic () |
Reset previous kinematics. More... | |
bool | isPreviousCCFKinematicDifferent (const GAM2ConvolCoeffFunctionKinematic &kinematic) const |
Check if this kinematics is different than the previous one. More... | |
GAM2ScalesModule * | getScaleModule () const |
Get scale module. More... | |
void | setScaleModule (GAM2ScalesModule *pScaleModule) |
Set scale module. More... | |
GAM2XiConverterModule * | getXiConverterModule () const |
Get xi converter module. More... | |
void | setXiConverterModule (GAM2XiConverterModule *pXiConverterModule) |
Set xi converted module. More... | |
GAM2ConvolCoeffFunctionModule * | getConvolCoeffFunctionModule () const |
Get CCF module;. More... | |
void | setConvolCoeffFunctionModule (GAM2ConvolCoeffFunctionModule *pConvolCoeffFunctionModule) |
Set CCF module. More... | |
virtual PhysicalType< double > | CrossSection () |
Differential cross section. More... | |
void | setConvolCoeffFunction (const GAM2ConvolCoeffFunctionKinematic &kin, const GAM2ConvolCoeffFunctionResult &result) |
Set manually CFFs. More... | |
Public Member Functions inherited from PARTONS::ProcessModule< GAM2ObservableKinematic, GAM2ObservableResult > | |
virtual | ~ProcessModule () |
Destructor. More... | |
bool | isCCFModuleDependent () const |
Check if this process module depends on a CCF module. More... | |
void | setIsCCFModuleDependent (bool isCCFModuleDependent) |
Set if this process module depends on a CCF module. More... | |
Public Member Functions inherited from PARTONS::ModuleObject | |
ModuleObject (const std::string &className, ChannelType::Type channelType) | |
Constructor. More... | |
virtual | ~ModuleObject () |
Default destructor. More... | |
unsigned int | getReferenceModuleId () const |
Get reference module id. More... | |
void | setReferenceModuleId (unsigned int referenceModuleId) |
Set reference module id. More... | |
ChannelType::Type | getChannelType () const |
Get channel type. More... | |
Public Member Functions inherited from PARTONS::BaseObject | |
BaseObject (const std::string &className) | |
Constructor. More... | |
virtual | ~BaseObject () |
Default destructor. 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_PROCESS_MODULE_CLASS_NAME |
Type of the module in XML automation. More... | |
Static Public Attributes inherited from PARTONS::ModuleObject | |
static const std::string | CLASS_NAME = "className" |
Protected Member Functions | |
GAM2ProcessModule (const std::string &className) | |
Default constructor. More... | |
GAM2ProcessModule (const GAM2ProcessModule &other) | |
Copy constructor. More... | |
virtual void | setKinematics (const GAM2ObservableKinematic &kinematic) |
Set internal kinematics. More... | |
virtual void | setExperimentalConditions (PolarizationType::Type polG0, PolarizationType::Type polG1, PolarizationType::Type polG2, NumA::Vector3D targetPolarization) |
virtual void | initModule () |
Pure virtual function that provides skeleton for module initialization. More... | |
virtual void | isModuleWellConfigured () |
Pure virtual function that provides skeleton to check if the module is well initialized and configured. More... | |
void | computeConvolCoeffFunction (const GAM2ObservableKinematic &kinematic, const List< GPDType > &gpdType=List< GPDType >()) |
Compute CCF for a given kinematics. More... | |
std::complex< double > | getConvolCoeffFunctionValue (GPDType::Type gpdType) |
Gives back a previously computed Compton Form Factor. More... | |
Protected Member Functions inherited from PARTONS::ProcessModule< GAM2ObservableKinematic, GAM2ObservableResult > | |
ProcessModule (const std::string &className, ChannelType::Type channelType) | |
Constructor. More... | |
ProcessModule (const ProcessModule &other) | |
Copy constructor. More... | |
Protected Member Functions inherited from PARTONS::ModuleObject | |
ModuleObject (const ModuleObject &other) | |
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... | |
Protected Attributes | |
double | m_t |
Four-momentum transfer squared of hadron target (in \(GeV^{2}\)). More... | |
double | m_uPrim |
F our-momentum transfer squared to photon (in \(GeV^{2}\)). More... | |
double | m_Mgg2 |
Invariant mass of two photons (in \(GeV^{2}\)). More... | |
double | m_E |
Beam energy (in GeV). More... | |
double | m_phi |
Linear polarization angle. More... | |
double | m_tmin |
t min; More... | |
double | m_xi |
xi; More... | |
PolarizationType::Type | m_polG0 |
Polarization of incoming photon. More... | |
PolarizationType::Type | m_polG1 |
Polarization of first outgoing photon. More... | |
PolarizationType::Type | m_polG2 |
Polarization of second outgoing photon. More... | |
NumA::Vector3D | m_targetPolarization |
Target polarization. More... | |
GAM2ScalesModule * | m_pScaleModule |
Pointer to the underlying scale module. More... | |
GAM2XiConverterModule * | m_pXiConverterModule |
Pointer to the underlying xi converter module. More... | |
GAM2ConvolCoeffFunctionModule * | m_pConvolCoeffFunctionModule |
Pointer to the underlying CCF module. More... | |
GAM2ConvolCoeffFunctionResult | m_dvcsConvolCoeffFunctionResult |
Stored Compton Form Factor result. More... | |
GAM2ConvolCoeffFunctionKinematic | m_lastCCFKinematics |
Last Compton Form Factor kinematics. More... | |
Protected Attributes inherited from PARTONS::ProcessModule< GAM2ObservableKinematic, GAM2ObservableResult > | |
bool | m_isCCFModuleDependent |
Boolean (true if this Process module depends on a CCF module). More... | |
Protected Attributes inherited from PARTONS::ModuleObject | |
ModuleObjectFactory * | m_pModuleObjectFactory |
Pointer tp module object factory. More... | |
Abstract class for computing the differential cross section of the XXX.
The cross-section is five-fold differential with respect to the variables: \( x_B \), \( Q^2 \), \( t \) and the two angles. XXX
|
virtual |
Destructor.
|
protected |
Default constructor.
|
protected |
Copy constructor.
other | Object to be copied. |
|
pure virtual |
Virtual clone function to allow the factory to clone all derived members object stored in the BaseObjectRegistry.
Implements PARTONS::ProcessModule< GAM2ObservableKinematic, GAM2ObservableResult >.
Implemented in PARTONS::GAM2ProcessGPSSW21.
|
virtual |
Computes the differential cross-section.
Must be implemented in the child class.
|
protected |
Compute CCF for a given kinematics.
kinematic | Kinematics to be computed. |
gpdType | List of GPD types to be computed. |
|
virtual |
Provides a generic method to configure all types of modules by passing a Parameters object.
Parameters class represents a list of couples key/value (see Parameters class documentation for more info).
parameters | ElemUtils::Parameters object. |
Reimplemented from PARTONS::ProcessModule< GAM2ObservableKinematic, GAM2ObservableResult >.
|
virtual |
Differential cross section.
Reimplemented in PARTONS::GAM2ProcessGPSSW21.
GAM2ConvolCoeffFunctionModule * PARTONS::GAM2ProcessModule::getConvolCoeffFunctionModule | ( | ) | const |
Get CCF module;.
|
protected |
Gives back a previously computed Compton Form Factor.
gpdType | CFF type (e.g. H or E). |
|
virtual |
Must be implemented in child class.
Implements PARTONS::ProcessModule< GAM2ObservableKinematic, GAM2ObservableResult >.
GAM2ScalesModule * PARTONS::GAM2ProcessModule::getScaleModule | ( | ) | const |
Get scale module.
GAM2XiConverterModule * PARTONS::GAM2ProcessModule::getXiConverterModule | ( | ) | const |
Get xi converter module.
|
protectedvirtual |
Pure virtual function that provides skeleton for module initialization.
Children must define and override it.
Reimplemented from PARTONS::ProcessModule< GAM2ObservableKinematic, GAM2ObservableResult >.
Reimplemented in PARTONS::GAM2ProcessGPSSW21.
|
protectedvirtual |
Pure virtual function that provides skeleton to check if the module is well initialized and configured.
Children must define and override it.
Reimplemented from PARTONS::ProcessModule< GAM2ObservableKinematic, GAM2ObservableResult >.
Reimplemented in PARTONS::GAM2ProcessGPSSW21.
bool PARTONS::GAM2ProcessModule::isPreviousCCFKinematicDifferent | ( | const GAM2ConvolCoeffFunctionKinematic & | kinematic | ) | const |
Check if this kinematics is different than the previous one.
|
virtual |
Method used in automation to prepare all the modules used by this current module and configure them recursively.
The recursion is linked to the imbrication in XML files.
Can be implemented in the child class if it needs modules not needed by the parent class. But there must be first a call to the parent method.
subModulesData | Data used to retrieve the needed modules and their configuration. |
Reimplemented from PARTONS::ProcessModule< GAM2ObservableKinematic, GAM2ObservableResult >.
|
virtual |
Reset previous kinematics.
|
virtual |
Because of the initialization step order of the program, objects are registered in a total random order and some objects depend on others.
To avoid the problem of pointer resolution order, this method is called by the BaseObjectRegistery after all objects are well registered in it. See BaseObjectRegistry class documentation for more details.
Reimplemented from PARTONS::ProcessModule< GAM2ObservableKinematic, GAM2ObservableResult >.
|
virtual |
Reimplemented from PARTONS::ProcessModule< GAM2ObservableKinematic, GAM2ObservableResult >.
void PARTONS::GAM2ProcessModule::setConvolCoeffFunction | ( | const GAM2ConvolCoeffFunctionKinematic & | kin, |
const GAM2ConvolCoeffFunctionResult & | result | ||
) |
Set manually CFFs.
void PARTONS::GAM2ProcessModule::setConvolCoeffFunctionModule | ( | GAM2ConvolCoeffFunctionModule * | pConvolCoeffFunctionModule | ) |
Set CCF module.
|
protectedvirtual |
|
protectedvirtual |
Set internal kinematics.
kinematic | Kinematics to be set |
Implements PARTONS::ProcessModule< GAM2ObservableKinematic, GAM2ObservableResult >.
void PARTONS::GAM2ProcessModule::setScaleModule | ( | GAM2ScalesModule * | pScaleModule | ) |
Set scale module.
void PARTONS::GAM2ProcessModule::setXiConverterModule | ( | GAM2XiConverterModule * | pXiConverterModule | ) |
Set xi converted module.
|
virtual |
Return a pre-formatted characters string for output visualization of class member's values.
Reimplemented from PARTONS::ProcessModule< GAM2ObservableKinematic, GAM2ObservableResult >.
|
static |
Type of the module in XML automation.
|
protected |
Stored Compton Form Factor result.
|
protected |
Beam energy (in GeV).
|
protected |
Last Compton Form Factor kinematics.
|
protected |
Invariant mass of two photons (in \(GeV^{2}\)).
|
protected |
Pointer to the underlying CCF module.
|
protected |
Linear polarization angle.
|
protected |
Polarization of incoming photon.
|
protected |
Polarization of first outgoing photon.
|
protected |
Polarization of second outgoing photon.
|
protected |
Pointer to the underlying scale module.
|
protected |
Pointer to the underlying xi converter module.
|
protected |
Four-momentum transfer squared of hadron target (in \(GeV^{2}\)).
|
protected |
Target polarization.
|
protected |
t min;
|
protected |
F our-momentum transfer squared to photon (in \(GeV^{2}\)).
|
protected |
xi;