EpIC 1.1.0
Monte Carlo generator for exclusive processes
|
Template for radiative correction module. More...
#include <RCModule.h>
Public Member Functions | |
virtual | ~RCModule () |
size_t | getNVariables () const |
const std::vector< KinematicRange > & | getVariableRanges () const |
virtual std::tuple< double, ExperimentalConditions, ObsKinType > | evaluate (const ExperimentalConditions &experimentalConditions, const ObsKinType &obsKin, const std::vector< double > &par) const =0 |
virtual void | updateEvent (Event &event, const std::vector< double > &par) const =0 |
Public Member Functions inherited from EPIC::EpicModuleObject | |
virtual | ~EpicModuleObject () |
virtual bool | runTest () const =0 |
size_t | getSeed () const |
Protected Member Functions | |
RCModule (const std::string &className, PARTONS::ChannelType::Type channelType) | |
RCModule (const RCModule &other) | |
virtual void | checkParameters (const std::vector< double > &par) const |
void | setVariableRanges (const std::vector< KinematicRange > &variableRanges) |
Protected Member Functions inherited from EPIC::EpicModuleObject | |
EpicModuleObject (const std::string &className, PARTONS::ChannelType::Type channelType) | |
EpicModuleObject (const EpicModuleObject &other) | |
Additional Inherited Members | |
Protected Attributes inherited from EPIC::EpicModuleObject | |
size_t | m_seed |
Random seed. | |
Template for radiative correction module.
This is a template for radiative correction modules.
|
inlinevirtual |
Destructor.
|
inlineprotected |
Constructor. See BaseObject::BaseObject and ModuleObject::ModuleObject for more details.
className | name of child class. |
channelType | Channel type. |
|
inlineprotected |
Copy constructor
other | Object to be copied. |
|
inlineprotectedvirtual |
Check parameters.
|
pure virtual |
Get radiative function, true experimental conditions and kinematics.
Implemented in EPIC::DDVCSRCNull, EPIC::DDVCSRCModule, EPIC::DVCSRCCollinear, EPIC::DVCSRCCollinearFull2ndOrder, EPIC::DVCSRCNull, EPIC::DVCSRCModule, EPIC::DVMPRCNull, EPIC::DVMPRCModule, EPIC::GAM2RCNull, EPIC::GAM2RCModule, EPIC::TCSRCNull, and EPIC::TCSRCModule.
size_t EPIC::RCModule< ObsKinType >::getNVariables | ( | ) | const |
Get number of variables.
|
inline |
Get ranges of variables.
|
inlineprotected |
Get ranges of variables. Number of variables is deduced from the input.
|
pure virtual |
Update event.
Implemented in EPIC::DDVCSRCNull, EPIC::DVCSRCCollinear, EPIC::DVCSRCCollinearFull2ndOrder, EPIC::DVCSRCNull, EPIC::DVMPRCNull, EPIC::GAM2RCNull, EPIC::TCSRCNull, EPIC::DDVCSRCModule, EPIC::DVCSRCModule, EPIC::DVMPRCModule, EPIC::GAM2RCModule, and EPIC::TCSRCModule.