PDFxTMDLib
1.0.0
|
Factory class for creating QCD coupling objects. More...
#include <Factory.h>
Public Member Functions | |
CouplingFactory ()=default | |
IQCDCoupling | mkCoupling (const std::string &pdfSetName) |
Creates a new IQCDCoupling object. More... | |
Factory class for creating QCD coupling objects.
This class provides a factory method to create IQCDCoupling objects from a specified PDF set name. It handles the instantiation of the appropriate QCD coupling implementation based on the provided parameters.
|
default |
IQCDCoupling PDFxTMD::CouplingFactory::mkCoupling | ( | const std::string & | pdfSetName | ) |
Creates a new IQCDCoupling object.
pdfSetName | The name of the PDF set |